OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Re: [docbook-apps] What XML parser supports XInclude xpointer scheme?


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
> >
>


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]