From bogus@does.not.exist.com Sat Jul 2 18:12:40 2005
From: bogus@does.not.exist.com (Raymond)
Date: Sat, 2 Jul 2005 23:12:40 +0000
Subject: [oXygen-user] Website DTD Error
Message-ID: <200507022312.41077.support@bigriverinfotech.com>
Following error when attempting to transforme a docbook Website:
System ID:
/usr/local/website-2.6.0/xml/website-full.dtd
Description: F The markup in the document preceding the root element must be
well-formed.
Raymond
From bogus@does.not.exist.com Mon Jul 4 06:50:53 2005
From: bogus@does.not.exist.com (Sorin Ristache)
Date: Mon, 04 Jul 2005 14:50:53 +0300
Subject: [oXygen-user] Website DTD Error
In-Reply-To: <200507022312.41077.support@bigriverinfotech.com>
References: <200507022312.41077.support@bigriverinfotech.com>
Message-ID: <42C9229D.8060207@oxygenxml.com>
Dear Raymond,
The XSLT transformation of a DocBook Website 2.6.0 XML document that is
valid against website-full.dtd should not produce errors. I was able to
validate [website-2.6.0-dir]/example/full.xml, transform it to HTML and
view it in a web browser without errors. If you can do the same with
full.xml and you did not edit the website-full.dtd file of the DocBook
Website distribution please post a small sample XML document so the
error can be reproduced and specify the parameters of the transformation
scenario that you are using. If you edited the website-full.dtd file
then you should also post it together with the XML sample.
Best regards,
Sorin
Raymond wrote:
> Following error when attempting to transforme a docbook Website:
>
> System ID:
> /usr/local/website-2.6.0/xml/website-full.dtd
> Description: F The markup in the document preceding the root element must be
> well-formed.
>
> Raymond
> _______________________________________________
> oXygen-user mailing list
> oXygen-user at
> http://www.oxygenxml.com/mailman/listinfo/oxygen-user
From bogus@does.not.exist.com Tue Jul 5 17:08:18 2005
From: bogus@does.not.exist.com (Raymond)
Date: Tue, 5 Jul 2005 22:08:18 +0000
Subject: [oXygen-user] Website DTD Error
In-Reply-To: <42C9229D.8060207@oxygenxml.com>
References: <200507022312.41077.support@bigriverinfotech.com>
<42C9229D.8060207@oxygenxml.com>
Message-ID: <200507052208.18324.support@bigriverinfotech.com>
Utilizing Kubuntu-5.04 (best linux notebook distro to date :-), Saxon-6.5.3,
Website-2.6.0 (layout.dtd, autolayout.xsl), jdk-1.5.0_03 and oXygen-6.0
When transforming layout.xml to autolayout.xml utilizing the following code:
-------------------------------------------------------------------
? ?
? ?
? ?
? ?
? ?
? ?
? ? ? 2005
? ? ? 2004
? ? ? Raymond
? ?
? ?
? ?
---------------------------------------------------------------------------
validates but the following error is generated:
-----------------------------------------------------------
Processing terminated by xsl:message at line 128
-----------------------------------------------------------
The offending code is the toc tag.
Raymond
From bogus@does.not.exist.com Wed Jul 6 04:34:55 2005
From: bogus@does.not.exist.com (Sorin Ristache)
Date: Wed, 06 Jul 2005 12:34:55 +0300
Subject: [oXygen-user] Website DTD Error
In-Reply-To: <200507052208.18324.support@bigriverinfotech.com>
References: <200507022312.41077.support@bigriverinfotech.com> <42C9229D.8060207@oxygenxml.com>
<200507052208.18324.support@bigriverinfotech.com>
Message-ID: <42CBA5BF.9020009@oxygenxml.com>
Dear Raymond,
The transformation ends because the root element of foo.xml specified in
the toc element does not have an id attribute. This is reported as an
error by the Website stylesheet and is caused by the condition:
: missing ID.
when the page variable contains the nodeset corresponding to foo.xml
specified in the toc element of layout.xml. Just add an id attribute for
example id="layout-id" and you will get the attached document
autolayout.xml.
If you set Xalan as XSLT transformer in the transformation scenario you
get a more informative error message:
foo.xml: missing ID.
We already know about this bug in the integration of Saxon in
- not reporting the content of a terminating xsl:message, just reporting
that the processing was terminated - and we are working on it.
Best regards,
Sorin
Raymond wrote:
> Utilizing Kubuntu-5.04 (best linux notebook distro to date :-), Saxon-6.5.3,
> Website-2.6.0 (layout.dtd, autolayout.xsl), jdk-1.5.0_03 and oXygen-6.0
>
> When transforming layout.xml to autolayout.xml utilizing the following code:
> -------------------------------------------------------------------
>
>
> altval="Home Banner"/>
> altval="Banner"/>
>
> altval="Banner"/>
>
> 2005
> 2004
> Raymond
>
>
>
>
>
> ---------------------------------------------------------------------------
>
> validates but the following error is generated:
>
> -----------------------------------------------------------
> Processing terminated by xsl:message at line 128
> -----------------------------------------------------------
>
> The offending code is the toc tag.
>
> Raymond
> _______________________________________________
> oXygen-user mailing list
> oXygen-user at
> http://www.oxygenxml.com/mailman/listinfo/oxygen-user
-------------- next part --------------
A non-text attachment was scrubbed...
Name: autolayout.xml
Type: text/xml
Size: 908 bytes
Desc: not available
Url : http://www.oxygenxml.com/pipermail/oxygen-user/attachments/20050706/f25cbe0c/attachment.xml
From bogus@does.not.exist.com Wed Jul 6 10:08:00 2005
From: bogus@does.not.exist.com (Sorin Ristache)
Date: Wed, 06 Jul 2005 18:08:00 +0300
Subject: [oXygen-user] Test - please ignore
Message-ID: <42CBF3D0.4050104@oxygenxml.com>
From bogus@does.not.exist.com Wed Jul 6 12:50:14 2005
From: bogus@does.not.exist.com (Linus Kamb)
Date: Wed, 06 Jul 2005 10:50:14 -0700
Subject: [oXygen-user] validation bug?
Message-ID: <42CC19D6.5040109@iris.washington.edu>
In the following schema:
I get a validation error saying "maxLength not allowed for type LimitedDecimal"
The autoinclude lets me put it there, and I believe maxLength is a valid facet for
restricting decimal.
What's up?
From bogus@does.not.exist.com Wed Jul 6 12:52:15 2005
From: bogus@does.not.exist.com (Linus Kamb)
Date: Wed, 06 Jul 2005 10:52:15 -0700
Subject: [oXygen-user] Oxygen 6.0: where did the validation error pane go?
Message-ID: <42CC1A4F.30206@iris.washington.edu>
I just upgraded to 6.0, and I cannot find the panel that shows the validation errors.
(Nor, for that matter, can I find the xpath results.)
Where did they go? How can I get them back?
From bogus@does.not.exist.com Wed Jul 6 12:59:36 2005
From: bogus@does.not.exist.com (Linus Kamb)
Date: Wed, 06 Jul 2005 10:59:36 -0700
Subject: [oXygen-user] Re: Oxygen 6.0: where did the validation error pane
go?
In-Reply-To: <42CC1A4F.30206@iris.washington.edu>
References: <42CC1A4F.30206@iris.washington.edu>
Message-ID: <42CC1C08.2040106@iris.washington.edu>
I should point out that clicking on the up arrow down in the lower right corner (which was
what one did in previous versions) has no effect, nor does trying to pull the split pane up.
Linus Kamb wrote:
> I just upgraded to 6.0, and I cannot find the panel that shows the
> validation errors.
>
> (Nor, for that matter, can I find the xpath results.)
>
> Where did they go? How can I get them back?
>
From bogus@does.not.exist.com Wed Jul 6 16:17:26 2005
From: bogus@does.not.exist.com (Raymond)
Date: Wed, 6 Jul 2005 21:17:26 +0000
Subject: [oXygen-user] Website DTD Error
In-Reply-To: <42CBA5BF.9020009@oxygenxml.com>
References: <200507022312.41077.support@bigriverinfotech.com>
<200507052208.18324.support@bigriverinfotech.com>
<42CBA5BF.9020009@oxygenxml.com>
Message-ID: <200507062117.26402.support@bigriverinfotech.com>
The id is required but did not completely solve the problem:
----------------------------------------
%sharedEntities;
]>
---------------------------------------
fails with error 128 while
---------------------------------------
-------------------------------------
transforms without error.
Note _srcBase_ is defined in a global catalog as
------------------------------------------------------------------------------
----------------------------------------------------------------------------------
and is resloved prior to
------------------------------------------------------------------------------
----------------------------------------------------------------------------------
Works fine with both docbook.xsl and chunk.xsl
Would appear the autolayout stylesheet may not like Entity declarations ...
Raymond
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.oxygenxml.com/pipermail/oxygen-user/attachments/20050706/25886fb1/attachment.html
From bogus@does.not.exist.com Thu Jul 7 01:35:08 2005
From: bogus@does.not.exist.com (George Cristian Bina)
Date: Thu, 07 Jul 2005 09:35:08 +0300
Subject: [oXygen-user] Re: Oxygen 6.0: where did the validation error
pane go?
In-Reply-To: <42CC1C08.2040106@iris.washington.edu>
References: <42CC1A4F.30206@iris.washington.edu>
<42CC1C08.2040106@iris.washington.edu>
Message-ID: <42CCCD1C.9080306@oxygenxml.com>
Hi,
This is a known problem with version 6. A detailed description, a
workaround and a patch are provided here:
http://www.oxygenxml.com/forum/ftopic1034.html
Best Regards,
George
---------------------------------------------------------------------
George Cristian Bina
XML Editor, Schema Editor and XSLT Editor/Debugger
http://www.oxygenxml.com
Linus Kamb wrote:
> I should point out that clicking on the up arrow down in the lower right
> corner (which was what one did in previous versions) has no effect, nor
> does trying to pull the split pane up.
>
> Linus Kamb wrote:
>
>> I just upgraded to 6.0, and I cannot find the panel that shows the
>> validation errors.
>>
>> (Nor, for that matter, can I find the xpath results.)
>>
>> Where did they go? How can I get them back?
>>
> _______________________________________________
> oXygen-user mailing list
> oXygen-user at
> http://www.oxygenxml.com/mailman/listinfo/oxygen-user
From bogus@does.not.exist.com Thu Jul 7 01:30:03 2005
From: bogus@does.not.exist.com (Sorin Ristache)
Date: Thu, 07 Jul 2005 09:30:03 +0300
Subject: [oXygen-user] Re: Oxygen 6.0: where did the validation error
pane go?
In-Reply-To: <42CC1C08.2040106@iris.washington.edu>
References: <42CC1A4F.30206@iris.washington.edu>
<42CC1C08.2040106@iris.washington.edu>
Message-ID: <42CCCBEB.9010203@oxygenxml.com>
Hello,
This is a known issue with version 6. A description of the problem, an
workaround and a patch is provided here:
http://www.oxygenxml.com/forum/viewtopic.php?t=1034
Best regards,
Sorin
Linus Kamb wrote:
> I should point out that clicking on the up arrow down in the lower right
> corner (which was what one did in previous versions) has no effect, nor
> does trying to pull the split pane up.
>
> Linus Kamb wrote:
>
>> I just upgraded to 6.0, and I cannot find the panel that shows the
>> validation errors.
>>
>> (Nor, for that matter, can I find the xpath results.)
>>
>> Where did they go? How can I get them back?
>>
> _______________________________________________
> oXygen-user mailing list
> oXygen-user at
> http://www.oxygenxml.com/mailman/listinfo/oxygen-user
From bogus@does.not.exist.com Thu Jul 7 01:43:11 2005
From: bogus@does.not.exist.com (George Cristian Bina)
Date: Thu, 07 Jul 2005 09:43:11 +0300
Subject: [oXygen-user] validation bug?
In-Reply-To: <42CC19D6.5040109@iris.washington.edu>
References: <42CC19D6.5040109@iris.washington.edu>
Message-ID: <42CCCEFF.1000105@oxygenxml.com>
Hi,
Oxygen has a very nice feature when it comes to reporting XML schema
related error messages. In most cases it will show a book like icon in
the Info column and if you click on that you will get your browser
opened at the exact place in the XML Schema specification that is
related with that error. In your case that will be
http://www.w3.org/TR/xmlschema-2/#cos-applicable-facets
Here you will see that the allowed facets for xs:decimal are:
totalDigits, fractionDigits, pattern, whiteSpace, enumeration,
maxInclusive, maxExclusive, minInclusive, minExclusive
As you can see maxLength is not between them. Maybe you are looking for
totalDidits?
The content completion offers valid proposals according with the schema
for schemas but the rules for XML Schema validation are much more than
what the schema for schemas can provide.
Best Regards,
George
---------------------------------------------------------------------
George Cristian Bina
XML Editor, Schema Editor and XSLT Editor/Debugger
http://www.oxygenxml.com
Linus Kamb wrote:
> In the following schema:
>
>
>
>
>
>
>
>
>
>
>
>
> I get a validation error saying "maxLength not allowed for type
> LimitedDecimal"
>
> The autoinclude lets me put it there, and I believe maxLength is a valid
> facet for restricting decimal.
>
> What's up?
> _______________________________________________
> oXygen-user mailing list
> oXygen-user at
> http://www.oxygenxml.com/mailman/listinfo/oxygen-user
From bogus@does.not.exist.com Thu Jul 7 03:35:48 2005
From: bogus@does.not.exist.com (Sorin Ristache)
Date: Thu, 07 Jul 2005 11:35:48 +0300
Subject: [oXygen-user] Website DTD Error
In-Reply-To: <200507062117.26402.support@bigriverinfotech.com>
References: <200507022312.41077.support@bigriverinfotech.com> <200507052208.18324.support@bigriverinfotech.com> <42CBA5BF.9020009@oxygenxml.com>
<200507062117.26402.support@bigriverinfotech.com>
Message-ID: <42CCE964.9010805@oxygenxml.com>
Dear Raymond,
After you generate the intermediate file autolayout.xml you should
process it with one of the Website stylesheets that generate the entire
site, for example chunk-tabular.xsl or chunk-website.xsl and not process
separate webpages with autolayout.xsl. The stylesheet autolayout.xsl is
used only to generate the layout file autolayout.xml. For more details
please see
http://www.sagehill.net/docbookxsl/GenerateWebpages.html
Best regards,
Sorin
Raymond wrote:
> The id is required but did not completely solve the problem:
>
> ----------------------------------------
>
>
> "file:///usr/local/docbook-website/schema/dtd/website-full.dtd"
>
> [
>
>
> "file:///_srcBase_/foo/website/foo.ent">
>
> %sharedEntities;
>
> ]>
>
> ---------------------------------------
>
> fails with error 128 while
>
> ---------------------------------------
>
>
> "file:///usr/local/docbook-website/schema/dtd/website-full.dtd">
>
> -------------------------------------
>
> transforms without error.
>
> Note _srcBase_ is defined in a global catalog as
>
> ------------------------------------------------------------------------------
>
>
> systemIdStartString="file:///_srcBase_/"
>
> rewritePrefix="file:///home/foo/docbook/" />
>
> ----------------------------------------------------------------------------------
>
> and is resloved prior to
>
> ------------------------------------------------------------------------------
>
>
> xml:base="file:///usr/local/docbook-website/" />
>
> ----------------------------------------------------------------------------------
>
> Works fine with both docbook.xsl and chunk.xsl
>
> Would appear the autolayout stylesheet may not like Entity declarations ...
>
> Raymond
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> oXygen-user mailing list
> oXygen-user at
> http://www.oxygenxml.com/mailman/listinfo/oxygen-user
From bogus@does.not.exist.com Thu Jul 7 04:52:33 2005
From: bogus@does.not.exist.com (Paul Everitt)
Date: Thu, 7 Jul 2005 11:52:33 +0200
Subject: [oXygen-user] Q: RNG for XHTML (2)?
Message-ID:
Hi all. I'm using oXygen 6 to create a custom RNG schema. I have an
element "body" where I'd like to allow XHTML. Thus, I need to
include some stuff from XHTML in an RNG schema.
I can't really find a good RNG schema, though, for XHTML 2. Sure,
the spec lists them all. But, it's broken into....ahem....MANY parts
that require cutting and pasting. I spent 20 min doing so and wound
up with tons of validation errors.
Does anyone have a nice compilation for XHTML I could download, one
that is known to validate in oXygen 6?
Also, any chance a future version of oXygen could ship with XHTML
RNG? :^)
--Paul
From bogus@does.not.exist.com Thu Jul 7 10:31:18 2005
From: bogus@does.not.exist.com (George Cristian Bina)
Date: Thu, 07 Jul 2005 18:31:18 +0300
Subject: [oXygen-user] Q: RNG for XHTML (2)?
In-Reply-To:
References:
Message-ID: <42CD4AC6.5@oxygenxml.com>
Hi Paul,
Maybe http://www.thaiopensource.com/relaxng/xhtml/ developed by James
Clark will help. As we are using Jing so I think it will be validated
without problems, let us know otherwise.
We will think about adding that in frameworks/xhtml/relaxng.
BTW, if anybody is interested in Relax NG please consider joining the
new rng-user list, the old Relax NG list seems to be down for some time:
http://groups.yahoo.com/group/rng-users/
There were a couple of issues discussed recently, like associating Relax
NG schemas with documents using a PI or Relax NG documentation support.
Best Regards,
George
---------------------------------------------------------------------
George Cristian Bina
XML Editor, Schema Editor and XSLT Editor/Debugger
http://www.oxygenxml.com
Paul Everitt wrote:
>
> Hi all. I'm using oXygen 6 to create a custom RNG schema. I have an
> element "body" where I'd like to allow XHTML. Thus, I need to include
> some stuff from XHTML in an RNG schema.
>
> I can't really find a good RNG schema, though, for XHTML 2. Sure, the
> spec lists them all. But, it's broken into....ahem....MANY parts that
> require cutting and pasting. I spent 20 min doing so and wound up with
> tons of validation errors.
>
> Does anyone have a nice compilation for XHTML I could download, one
> that is known to validate in oXygen 6?
>
> Also, any chance a future version of oXygen could ship with XHTML RNG? :^)
>
> --Paul
> _______________________________________________
> oXygen-user mailing list
> oXygen-user at
> http://www.oxygenxml.com/mailman/listinfo/oxygen-user
From bogus@does.not.exist.com Thu Jul 7 10:37:27 2005
From: bogus@does.not.exist.com (Linus Kamb)
Date: Thu, 07 Jul 2005 08:37:27 -0700
Subject: [oXygen-user] Re: Oxygen 6.0: where did the validation error
pane go?
In-Reply-To: <42CCCBEB.9010203@oxygenxml.com>
References: <42CC1A4F.30206@iris.washington.edu> <42CC1C08.2040106@iris.washington.edu>
<42CCCBEB.9010203@oxygenxml.com>
Message-ID: <42CD4C37.4090005@iris.washington.edu>
that works! thanks.
Sorin Ristache wrote:
> Hello,
>
> This is a known issue with version 6. A description of the problem, an
> workaround and a patch is provided here:
>
> http://www.oxygenxml.com/forum/viewtopic.php?t=1034
>
>
> Best regards,
> Sorin
>
>
> Linus Kamb wrote:
>
>> I should point out that clicking on the up arrow down in the lower
>> right corner (which was what one did in previous versions) has no
>> effect, nor does trying to pull the split pane up.
>>
>> Linus Kamb wrote:
>>
>>> I just upgraded to 6.0, and I cannot find the panel that shows the
>>> validation errors.
>>>
>>> (Nor, for that matter, can I find the xpath results.)
>>>
>>> Where did they go? How can I get them back?
>>>
>> _______________________________________________
>> oXygen-user mailing list
>> oXygen-user at
>> http://www.oxygenxml.com/mailman/listinfo/oxygen-user
>
> _______________________________________________
> oXygen-user mailing list
> oXygen-user at
> http://www.oxygenxml.com/mailman/listinfo/oxygen-user
From bogus@does.not.exist.com Thu Jul 7 10:46:40 2005
From: bogus@does.not.exist.com (Linus Kamb)
Date: Thu, 07 Jul 2005 08:46:40 -0700
Subject: [oXygen-user] validation bug?
In-Reply-To: <42CCCEFF.1000105@oxygenxml.com>
References: <42CC19D6.5040109@iris.washington.edu>
<42CCCEFF.1000105@oxygenxml.com>
Message-ID: <42CD4E60.80404@iris.washington.edu>
Ah, yes, I see. A combination of my misreading my XML Schema book, and a somewhat
misleading tool-tip for totalDigits (that says "Specifies the exact number of digits
allowed. Must be greater than zero." instead of "Specifies the maximum number of digits
allowed..." )
I like that info link. I had not noticed that before.
Thanks.
George Cristian Bina wrote:
> Hi,
>
> Oxygen has a very nice feature when it comes to reporting XML schema
> related error messages. In most cases it will show a book like icon in
> the Info column and if you click on that you will get your browser
> opened at the exact place in the XML Schema specification that is
> related with that error. In your case that will be
>
> http://www.w3.org/TR/xmlschema-2/#cos-applicable-facets
>
> Here you will see that the allowed facets for xs:decimal are:
> totalDigits, fractionDigits, pattern, whiteSpace, enumeration,
> maxInclusive, maxExclusive, minInclusive, minExclusive
>
> As you can see maxLength is not between them. Maybe you are looking for
> totalDidits?
>
> The content completion offers valid proposals according with the schema
> for schemas but the rules for XML Schema validation are much more than
> what the schema for schemas can provide.
>
> Best Regards,
> George
> ---------------------------------------------------------------------
> George Cristian Bina
> XML Editor, Schema Editor and XSLT Editor/Debugger
> http://www.oxygenxml.com
>
>
> Linus Kamb wrote:
>
>> In the following schema:
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>> I get a validation error saying "maxLength not allowed for type
>> LimitedDecimal"
>>
>> The autoinclude lets me put it there, and I believe maxLength is a
>> valid facet for restricting decimal.
>>
>> What's up?
>> _______________________________________________
>> oXygen-user mailing list
>> oXygen-user at
>> http://www.oxygenxml.com/mailman/listinfo/oxygen-user
From bogus@does.not.exist.com Thu Jul 7 11:05:43 2005
From: bogus@does.not.exist.com (Paul Everitt)
Date: Thu, 7 Jul 2005 18:05:43 +0200
Subject: [oXygen-user] Q: RNG for XHTML (2)?
In-Reply-To: <42CD4AC6.5@oxygenxml.com>
References:
<42CD4AC6.5@oxygenxml.com>
Message-ID:
Yes, these worked quite well, thanks for the pointer!
--Paul
On Jul 7, 2005, at 5:31 PM, George Cristian Bina wrote:
> Hi Paul,
>
> Maybe http://www.thaiopensource.com/relaxng/xhtml/ developed by
> James Clark will help. As we are using Jing so I think it will be
> validated without problems, let us know otherwise.
> We will think about adding that in frameworks/xhtml/relaxng.
>
> BTW, if anybody is interested in Relax NG please consider joining
> the new rng-user list, the old Relax NG list seems to be down for
> some time:
> http://groups.yahoo.com/group/rng-users/
>
> There were a couple of issues discussed recently, like associating
> Relax NG schemas with documents using a PI or Relax NG
> documentation support.
>
> Best Regards,
> George
> ---------------------------------------------------------------------
> George Cristian Bina
> XML Editor, Schema Editor and XSLT Editor/Debugger
> http://www.oxygenxml.com
>
>
> Paul Everitt wrote:
>
>> Hi all. I'm using oXygen 6 to create a custom RNG schema. I have
>> an element "body" where I'd like to allow XHTML. Thus, I need
>> to include some stuff from XHTML in an RNG schema.
>> I can't really find a good RNG schema, though, for XHTML 2.
>> Sure, the spec lists them all. But, it's broken
>> into....ahem....MANY parts that require cutting and pasting. I
>> spent 20 min doing so and wound up with tons of validation errors.
>> Does anyone have a nice compilation for XHTML I could download,
>> one that is known to validate in oXygen 6?
>> Also, any chance a future version of oXygen could ship with XHTML
>> RNG? :^)
>> --Paul
>> _______________________________________________
>> oXygen-user mailing list
>> oXygen-user at
>> http://www.oxygenxml.com/mailman/listinfo/oxygen-user
>
From bogus@does.not.exist.com Mon Jul 25 17:04:32 2005
From: bogus@does.not.exist.com (Raymond)
Date: Mon, 25 Jul 2005 22:04:32 +0000
Subject: [oXygen-user] Saxon-6.5.3 Restoration on oXygen-6.1
Message-ID: <200507252204.32340.support@bigriverinfotech.com>
How does one restore the saxon-6.5.3 processor to oXygen-6.1.
Suspect many processing problems are directly related to saxon-6.5.4
(tablecolumn.extensions, borders.with.css, etc.)
Raymond
From bogus@does.not.exist.com Tue Jul 26 01:30:59 2005
From: bogus@does.not.exist.com (Sorin Ristache)
Date: Tue, 26 Jul 2005 09:30:59 +0300
Subject: [oXygen-user] Saxon-6.5.3 Restoration on oXygen-6.1
In-Reply-To: <200507252204.32340.support@bigriverinfotech.com>
References: <200507252204.32340.support@bigriverinfotech.com>
Message-ID: <42E5D8A3.8000601@oxygenxml.com>
Hello,
Download Saxon 6.5.3 from
http://prdownloads.sourceforge.net/saxon/saxon6_5_3.zip
copy saxon.jar to the [oXygen6.1-install-dir]/lib directory and restart
. Do you get different results applying the same transformation
scenario in versions 6.0 and 6.1 ?
Best regards,
Sorin
Raymond wrote:
> How does one restore the saxon-6.5.3 processor to oXygen-6.1.
>
> Suspect many processing problems are directly related to saxon-6.5.4
> (tablecolumn.extensions, borders.with.css, etc.)
>
> Raymond
> _______________________________________________
> oXygen-user mailing list
> oXygen-user at
> http://www.oxygenxml.com/mailman/listinfo/oxygen-user
From bogus@does.not.exist.com Tue Jul 26 02:00:04 2005
From: bogus@does.not.exist.com (George Cristian Bina)
Date: Tue, 26 Jul 2005 10:00:04 +0300
Subject: [oXygen-user] Saxon-6.5.3 Restoration on oXygen-6.1
In-Reply-To: <200507252204.32340.support@bigriverinfotech.com>
References: <200507252204.32340.support@bigriverinfotech.com>
Message-ID: <42E5DF74.9040904@oxygenxml.com>
Hi Raymond,
You can just replace the saxon.jar from [oXygen]/lib with the one from
the Saxon 6.5.3 distribution.
Best Regards,
George
---------------------------------------------------------------------
George Cristian Bina
XML Editor, Schema Editor and XSLT Editor/Debugger
http://www.oxygenxml.com
Raymond wrote:
> How does one restore the saxon-6.5.3 processor to oXygen-6.1.
>
> Suspect many processing problems are directly related to saxon-6.5.4
> (tablecolumn.extensions, borders.with.css, etc.)
>
> Raymond
> _______________________________________________
> oXygen-user mailing list
> oXygen-user at
> http://www.oxygenxml.com/mailman/listinfo/oxygen-user
From bogus@does.not.exist.com Tue Jul 26 04:10:32 2005
From: bogus@does.not.exist.com (Sorin Ristache)
Date: Tue, 26 Jul 2005 12:10:32 +0300
Subject: [oXygen-user] Test - please ignore
Message-ID: <42E5FE08.6040309@oxygenxml.com>
From bogus@does.not.exist.com Tue Jul 26 04:58:18 2005
From: bogus@does.not.exist.com (Sorin Ristache)
Date: Tue, 26 Jul 2005 12:58:18 +0300
Subject: [oXygen-user] Saxon-6.5.3 Restoration on oXygen-6.1
In-Reply-To: <200507252204.32340.support@bigriverinfotech.com>
References: <200507252204.32340.support@bigriverinfotech.com>
Message-ID: <42E6093A.9030509@oxygenxml.com>
Hello,
Download Saxon 6.5.3 from
http://prdownloads.sourceforge.net/saxon/saxon6_5_3.zip
copy saxon.jar to the [oXygen6.1-install-dir]/lib directory and restart
. Do you get different results applying the same transformation
scenario in versions 6.0 and 6.1 ?
Best regards,
Sorin
Raymond wrote:
> How does one restore the saxon-6.5.3 processor to oXygen-6.1.
>
> Suspect many processing problems are directly related to saxon-6.5.4
> (tablecolumn.extensions, borders.with.css, etc.)
>
> Raymond
> _______________________________________________
> oXygen-user mailing list
> oXygen-user at
> http://www.oxygenxml.com/mailman/listinfo/oxygen-user
From bogus@does.not.exist.com Tue Jul 26 05:44:30 2005
From: bogus@does.not.exist.com (Dan Caprioara)
Date: Tue, 26 Jul 2005 13:44:30 +0300
Subject: [oXygen-user] Test - Please Ignore.
In-Reply-To: <200507252204.32340.support@bigriverinfotech.com>
References: <200507252204.32340.support@bigriverinfotech.com>
Message-ID: <42E6140E.6050504@oxygenxml.com>
From bogus@does.not.exist.com Tue Jul 26 06:24:49 2005
From: bogus@does.not.exist.com (Dan Caprioara)
Date: Tue, 26 Jul 2005 14:24:49 +0300
Subject: [oXygen-user] Mailing list problem
Message-ID: <42E61D81.7010702@oxygenxml.com>
There has been a problem with the mailing list mail delivery.
Thank you for understanding,
Dan Caprioara.
From bogus@does.not.exist.com Tue Jul 26 06:49:35 2005
From: bogus@does.not.exist.com (Dan Caprioara)
Date: Tue, 26 Jul 2005 14:49:35 +0300
Subject: [oXygen-user] Test - Please Ignore
Message-ID: <42E6234F.2080501@oxygenxml.com>
From bogus@does.not.exist.com Tue Jul 26 06:58:27 2005
From: bogus@does.not.exist.com (Dan Caprioara)
Date: Tue, 26 Jul 2005 14:58:27 +0300
Subject: [oXygen-user] Test - Please Ignore
Message-ID: <42E62563.1060908@oxygenxml.com>
From bogus@does.not.exist.com Tue Jul 26 07:36:08 2005
From: bogus@does.not.exist.com (Dan Caprioara)
Date: Tue, 26 Jul 2005 15:36:08 +0300
Subject: [oXygen-user] Test - Please Ignore
Message-ID: <42E62E38.7080707@oxygenxml.com>
From bogus@does.not.exist.com Tue Jul 26 07:38:26 2005
From: bogus@does.not.exist.com (Dan Caprioara)
Date: Tue, 26 Jul 2005 15:38:26 +0300
Subject: [oXygen-user] Test - Please ignore
Message-ID: <42E62EC2.8080400@oxygenxml.com>
From bogus@does.not.exist.com Tue Jul 26 07:48:04 2005
From: bogus@does.not.exist.com (Dan Caprioara)
Date: Tue, 26 Jul 2005 15:48:04 +0300
Subject: [oXygen-user] Test - Please Ignore
Message-ID: <42E63104.2010501@oxygenxml.com>
From bogus@does.not.exist.com Tue Jul 26 07:51:51 2005
From: bogus@does.not.exist.com (Sorin Ristache)
Date: Tue, 26 Jul 2005 15:51:51 +0300
Subject: [oXygen-user] Saxon-6.5.3 Restoration on oXygen-6.1
In-Reply-To: <200507252204.32340.support@bigriverinfotech.com>
References: <200507252204.32340.support@bigriverinfotech.com>
Message-ID: <42E631E7.2000100@oxygenxml.com>
Hello,
Download Saxon 6.5.3 from
http://prdownloads.sourceforge.net/saxon/saxon6_5_3.zip
copy saxon.jar to the [oXygen6.1-install-dir]/lib directory and restart
. Do you get different results applying the same transformation
scenario in versions 6.0 and 6.1 and using the same Saxon extensions in
versions 6.0 and 6.1 ?
Best regards,
Sorin
Raymond wrote:
> How does one restore the saxon-6.5.3 processor to oXygen-6.1.
>
> Suspect many processing problems are directly related to saxon-6.5.4
> (tablecolumn.extensions, borders.with.css, etc.)
>
> Raymond
> _______________________________________________
> oXygen-user mailing list
> oXygen-user at
> http://www.oxygenxml.com/mailman/listinfo/oxygen-user
From bogus@does.not.exist.com Tue Jul 26 09:42:58 2005
From: bogus@does.not.exist.com (Raymond)
Date: Tue, 26 Jul 2005 14:42:58 +0000
Subject: [oXygen-user] Saxon-6.5.3 Restoration on oXygen-6.1
In-Reply-To: <42E631E7.2000100@oxygenxml.com>
References: <200507252204.32340.support@bigriverinfotech.com>
<42E631E7.2000100@oxygenxml.com>
Message-ID: <200507261442.58885.support@bigriverinfotech.com>
My mistake; all errors eliminated when copying the saxon-6.5.3.jar from
xsl/extensions to the oXygen lib directory.
Many thanks.
Raymond
From bogus@does.not.exist.com Wed Jul 27 22:45:27 2005
From: bogus@does.not.exist.com (T Reaves)
Date: Wed, 27 Jul 2005 23:45:27 -0400
Subject: [oXygen-user] Programatic DocBook generation
Message-ID:
Hello all.
I use Oxygen mainly standalone for editing DocBook XML files.
I'd like to start processing these to HTML for inclusion in my web
site. I love that I can do this from within Oxygen, but I'd like to
be able to do it programatically as well. I'm wondering if someone
can point me in the right direction; I'd like to know the easiest way
to do this. What libraries are required, and the API for how to
convert from XML to HTML.
As always, a short example would be wonderful!
As to why I don't simply save the html Oxygen produces: I'm
using a CMS solution, and the DocBook would be stored as XML. I'm
writing a plugin that will do the transform when the page is requested.
Thanks!
From bogus@does.not.exist.com Thu Jul 28 08:53:30 2005
From: bogus@does.not.exist.com (Sorin Ristache)
Date: Thu, 28 Jul 2005 16:53:30 +0300
Subject: [oXygen-user] Programatic DocBook generation
In-Reply-To:
References:
Message-ID: <42E8E35A.8050800@oxygenxml.com>
Hello,
If you can call Ant from your plugin the easiest way to do the
transformation to HTML is using the "xslt" Ant task:
http://ant.apache.org/manual/CoreTasks/style.html
For examples of calling Saxon form a Java application see:
http://saxon.sourceforge.net/saxon7.0/using-xsl.html#Embedding
For sample Java applications that use Xalan see:
http://xml.apache.org/xalan-j/samples.html
Best regards,
Sorin
T Reaves wrote:
> Hello all.
>
> I use Oxygen mainly standalone for editing DocBook XML files. I'd
> like to start processing these to HTML for inclusion in my web site. I
> love that I can do this from within Oxygen, but I'd like to be able to
> do it programatically as well. I'm wondering if someone can point me
> in the right direction; I'd like to know the easiest way to do this.
> What libraries are required, and the API for how to convert from XML to
> HTML.
>
> As always, a short example would be wonderful!
>
> As to why I don't simply save the html Oxygen produces: I'm using a
> CMS solution, and the DocBook would be stored as XML. I'm writing a
> plugin that will do the transform when the page is requested.
>
> Thanks!
>
>
> _______________________________________________
> oXygen-user mailing list
> oXygen-user at
> http://www.oxygenxml.com/mailman/listinfo/oxygen-user
From bogus@does.not.exist.com Thu Jul 28 19:17:11 2005
From: bogus@does.not.exist.com (Julien Boeuf)
Date: Thu, 28 Jul 2005 17:17:11 -0700
Subject: [oXygen-user] "Invalid encoding name" when importing saml schema
Message-ID:
Hi,
I get an "Invalid encoding name" error whenever I import the saml 1.0
schema. Here's an example:
Code:
Are you able to reproduce the problem? The saml schema itself validates
OK...
Thanks,
Julien.
PS I use Oxygen 6.1 for windows, build 2005072105. I have
From bogus@does.not.exist.com Fri Jul 29 11:41:45 2005
From: bogus@does.not.exist.com (George Cristian Bina)
Date: Fri, 29 Jul 2005 19:41:45 +0300
Subject: [oXygen-user] "Invalid encoding name" when importing saml schema
In-Reply-To:
References:
Message-ID: <42EA5C49.2080008@oxygenxml.com>
Hi Julien,
We were able to reproduce the behavior, thanks for reporting that. We
will look into that and see what happens.
In the meanwhile you can workaround the problem if you get a local copy
of the
http://www.oasis-open.org/committees/download.php/3408/oasis-sstc-saml-schema-assertion-1.1.xsd
and set up a catalog that resolves that system identifier to the local copy.
For instance if you place the catalog and the schema in the same folder
then the catalog file content can be:
The catalog should be added in the catalog list from
Options->Preferences -- XML -- XML Catalog page.
Best Regards,
George
---------------------------------------------------------------------
George Cristian Bina
XML Editor, Schema Editor and XSLT Editor/Debugger
http://www.oxygenxml.com
Julien Boeuf wrote:
> Hi,
>
> I get an "Invalid encoding name" error whenever I import the saml 1.0
> schema. Here's an example:
>
> Code:
>
> targetNamespace="urn:foo:bar"
> xmlns="urn:foo:bar"
> xmlns:saml="urn:oasis:names:tc:SAML:1.0:assertion">
>
> schemaLocation="http://www.oasis-open.org/committees/download.php/3408/o
> asis-sstc-saml-schema-assertion-1.1.xsd"/>
>
>
>
>
>
>
>
>
>
>
> Are you able to reproduce the problem? The saml schema itself validates
> OK...
>
> Thanks,
>
> Julien.
>
> PS I use Oxygen 6.1 for windows, build 2005072105. I have
> _______________________________________________
> oXygen-user mailing list
> oXygen-user at
> http://www.oxygenxml.com/mailman/listinfo/oxygen-user
From bogus@does.not.exist.com Fri Jul 29 12:45:33 2005
From: bogus@does.not.exist.com (Julien Boeuf)
Date: Fri, 29 Jul 2005 10:45:33 -0700
Subject: [oXygen-user] "Invalid encoding name" when importing saml schema
Message-ID:
Hi George,
Thank you very much for your quick reply and for the workaround.
Cheers,
Julien.
| -----Original Message-----
| From: George Cristian Bina [mailto:george at ]
| Sent: Friday, July 29, 2005 9:42 AM
| To: Julien Boeuf
| Cc: oxygen-user at
| Subject: Re: [oXygen-user] "Invalid encoding name" when
| importing saml schema
|
| Hi Julien,
|
| We were able to reproduce the behavior, thanks for reporting
| that. We will look into that and see what happens.
|
| In the meanwhile you can workaround the problem if you get a
| local copy of the
| http://www.oasis-open.org/committees/download.php/3408/oasis-s
| stc-saml-schema-assertion-1.1.xsd
| and set up a catalog that resolves that system identifier to
| the local copy.
|
| For instance if you place the catalog and the schema in the
| same folder then the catalog file content can be:
|
|
|
|
|
|
|
|
| The catalog should be added in the catalog list from
| Options->Preferences -- XML -- XML Catalog page.
|
| Best Regards,
| George
| ---------------------------------------------------------------------
| George Cristian Bina
| XML Editor, Schema Editor and XSLT Editor/Debugger
| http://www.oxygenxml.com
|
|
| Julien Boeuf wrote:
| > Hi,
| >
| > I get an "Invalid encoding name" error whenever I import
| the saml 1.0
| > schema. Here's an example:
| >
| > Code:
| >
| > targetNamespace="urn:foo:bar"
| > xmlns="urn:foo:bar"
| > xmlns:saml="urn:oasis:names:tc:SAML:1.0:assertion">
| >
| >
| schemaLocation="http://www.oasis-open.org/committees/download.
| php/3408/o
| > asis-sstc-saml-schema-assertion-1.1.xsd"/>
| >
| >
| >
| >
| >
| >
| >
| >
| >
| >
| > Are you able to reproduce the problem? The saml schema
| itself validates
| > OK...
| >
| > Thanks,
| >
| > Julien.
| >
| > PS I use Oxygen 6.1 for windows, build 2005072105. I have
| > _______________________________________________
| > oXygen-user mailing list
| > oXygen-user at
| > http://www.oxygenxml.com/mailman/listinfo/oxygen-user
|
|