|
List Info
Thread: What XML parser supports XInclude xpointer scheme?
|
|
| What XML parser supports XInclude
xpointer scheme? |

|
2006-03-07 11:42:58 |
Hi all,
I have a problem with Xincludes using the
xpointer="xpointer()"
scheme. It seems that Oxygen, using Xerces, cannot validate
and
transform documents containing such XIncludes.
I would like to use Saxon6.5.5 as my XSLT transformer (since
I use the
Saxon extensions). Is there any way to combine Saxon with
any
processor that supports the
xpointer="xpointer()" scheme and get the
suite working under Oxygen 7?
Thanks,
Zbyszek
------------------------------------------------------------
---------
To unsubscribe, e-mail: docbook-apps-unsubscribe lists.oasis-open.org
For additional commands, e-mail: docbook-apps-help lists.oasis-open.org
|
|
| What XML parser supports XInclude
xpointer scheme? |

|
2006-03-07 12:17:07 |
Hi Zbyszek,
You can combine Saxon only with a Java XML processor and I
do not know a
Java XML processor that handles the xpointer scheme. A
possible solution
is to do that in a two step process, use XMLINT/XSLTProc to
get a
document with the XInclude instructions expanded to the
actual content
and then use Saxon on that to get the output.
You can do this in oXygen, you can configure a identity
transformation
using XSLTProc to obtain the document with the Xinclude
elements
expanded to the included content and then, on that document,
apply the
DocBook transformation using Saxon to your desired target
format.
Best Regards,
George
------------------------------------------------------------
---------
George Cristian Bina
<oXygen/> XML Editor, Schema Editor and XSLT
Editor/Debugger
http://www.oxygenxml.com
Zbyszek Cybulski wrote:
> Hi all,
>
> I have a problem with Xincludes using the
xpointer="xpointer()"
> scheme. It seems that Oxygen, using Xerces, cannot
validate and
> transform documents containing such XIncludes.
> I would like to use Saxon6.5.5 as my XSLT transformer
(since I use the
> Saxon extensions). Is there any way to combine Saxon
with any
> processor that supports the
xpointer="xpointer()" scheme and get the
> suite working under Oxygen 7?
>
> Thanks,
>
> Zbyszek
>
>
------------------------------------------------------------
---------
> To unsubscribe, e-mail: docbook-apps-unsubscribe lists.oasis-open.org
> For additional commands, e-mail: docbook-apps-help lists.oasis-open.org
>
------------------------------------------------------------
---------
To unsubscribe, e-mail: docbook-apps-unsubscribe lists.oasis-open.org
For additional commands, e-mail: docbook-apps-help lists.oasis-open.org
|
|
| What XML parser supports XInclude
xpointer scheme? |

|
2006-03-07 12:46:37 |
Could you be more specific? Providing a transformer with
parameters is
a piece of cake but I have no idea how to pass --xinclude
option to
xsltproc from a scenario.
-Zbyszek
On 3/7/06, George Cristian Bina <george oxygenxml.com> wrote:
> Hi Zbyszek,
>
> You can combine Saxon only with a Java XML processor
and I do not know a
> Java XML processor that handles the xpointer scheme. A
possible solution
> is to do that in a two step process, use
XMLINT/XSLTProc to get a
> document with the XInclude instructions expanded to the
actual content
> and then use Saxon on that to get the output.
> You can do this in oXygen, you can configure a identity
transformation
> using XSLTProc to obtain the document with the Xinclude
elements
> expanded to the included content and then, on that
document, apply the
> DocBook transformation using Saxon to your desired
target format.
>
> Best Regards,
> George
>
------------------------------------------------------------
---------
> George Cristian Bina
> <oXygen/> XML Editor, Schema Editor and XSLT
Editor/Debugger
> http://www.oxygenxml.com
>
>
> Zbyszek Cybulski wrote:
> > Hi all,
> >
> > I have a problem with Xincludes using the
xpointer="xpointer()"
> > scheme. It seems that Oxygen, using Xerces, cannot
validate and
> > transform documents containing such XIncludes.
> > I would like to use Saxon6.5.5 as my XSLT
transformer (since I use the
> > Saxon extensions). Is there any way to combine
Saxon with any
> > processor that supports the
xpointer="xpointer()" scheme and get the
> > suite working under Oxygen 7?
> >
> > Thanks,
> >
> > Zbyszek
> >
> >
------------------------------------------------------------
---------
> > To unsubscribe, e-mail:
docbook-apps-unsubscribe lists.oasis-open.org
> > For additional commands, e-mail:
docbook-apps-help lists.oasis-open.org
> >
>
------------------------------------------------------------
---------
To unsubscribe, e-mail: docbook-apps-unsubscribe lists.oasis-open.org
For additional commands, e-mail: docbook-apps-help lists.oasis-open.org
|
|
| What XML parser supports XInclude
xpointer scheme? |

|
2006-03-07 13:04:23 |
Zbyszek Cybulski wrote:
> Could you be more specific? Providing a transformer
with parameters is
> a piece of cake but I have no idea how to pass
--xinclude option to
> xsltproc from a scenario.
Options->Preferecences -- XSLT/FO/XQuery -- XSLT --
XSLTProc -- Enable
XInclude processing
Just make sure the above option is enabled.
Best Regards,
George
------------------------------------------------------------
---------
George Cristian Bina
<oXygen/> XML Editor, Schema Editor and XSLT
Editor/Debugger
http://www.oxygenxml.com
------------------------------------------------------------
---------
To unsubscribe, e-mail: docbook-apps-unsubscribe lists.oasis-open.org
For additional commands, e-mail: docbook-apps-help lists.oasis-open.org
|
|
| What XML parser supports XInclude
xpointer scheme? |

|
2006-03-07 14:18:55 |
You need Oxygen 7 to follow this route to enable the
Xinclude option.
It's there in 7.1 and seems to be the default option (i.e.
already
checked.) I never checked 7.0 but I imagine it's there
too. It is
NOT in 6.2
Ron
>Zbyszek Cybulski wrote:
>> Could you be more specific? Providing a
transformer with parameters is
>> a piece of cake but I have no idea how to pass
--xinclude option to
>> xsltproc from a scenario.
>
>Options->Preferecences -- XSLT/FO/XQuery -- XSLT --
XSLTProc --
>Enable XInclude processing
>
>Just make sure the above option is enabled.
>
>Best Regards,
>George
>--------------------------------------------------------
-------------
>George Cristian Bina
><oXygen/> XML Editor, Schema Editor and XSLT
Editor/Debugger
>http://www.oxygenxml.com
>
>
>--------------------------------------------------------
-------------
>To unsubscribe, e-mail: docbook-apps-unsubscribe lists.oasis-open.org
>For additional commands, e-mail: docbook-apps-help lists.oasis-open.org
--
Ron Catterall, Phd, DSc email: ron catterall.net
Prolongacion de Hidalgo 140 http://catterall.net/
San Felipe del Agua tel: +52 951 520 1821
Oaxaca 68020 Mexico fax: +1 530 348 8309
------------------------------------------------------------
---------
To unsubscribe, e-mail: docbook-apps-unsubscribe lists.oasis-open.org
For additional commands, e-mail: docbook-apps-help lists.oasis-open.org
|
|
[1-5]
|
|