[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]
RE: [xml-dev] xquery can't find xinclude elements?
- From: <vojtech.toman@emc.com>
- To: <xml-dev@lists.xml.org>
- Date: Wed, 19 Jan 2011 08:36:19 -0500
> -----Original Message-----
> From: Michael Sokolov [mailto:sokolov@ifactory.com]
> Sent: Wednesday, January 19, 2011 2:20 PM
> To: Michael Kay
> Cc: xml-dev@lists.xml.org
> Subject: Re: [xml-dev] xquery can't find xinclude elements?
>
> Yes, and even if your parser supports xinclude, it's unlikely to
> support
> xpointer in any case.
>
> You could probably achieve something similar (ie implement
> xinclude/xpointer yourself) in xquery, or xslt.
>
...or (including XPointer) in XProc:
...
<p:xinclude>
<p:input port="source">
<p:document href="myFile.xml"/>
</p:input>
</p:xinclude>
<p:xquery>
...
</p:xquery>
...
Regards,
Vojtech
--
Vojtech Toman
Consultant Software Engineer
EMC | Information Intelligence Group
vojtech.toman@emc.com
http://developer.emc.com/xmltech
[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]