RE: [xsl] XInclude

Subject: RE: [xsl] XInclude
From: "Steven Livingstone" <s.livingstone@xxxxxxxxxxxxxx>
Date: Thu, 30 May 2002 21:06:19 -0000
Hi Sal. Depends on how you want to do it. I recently wrote the
beginnings of an Xinclude processor on top of the System.Xml.XmlReader
base class in the .NET framework. It worked pretty good (well, it worked
:)

I can see the need for XInclude outside Xslt and the work I did had no
impact on this. In fact, you just read the doc into an XmlReader derived
class and it does the including for you. Very convenient!!

If it was of interest to people, I'd be happy to look at finialising it
at some point and you can feel free to use/derive from it. Chris Lovett
from MS also did some Xinclude work at 
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnexxml
/html/xml05292000.asp. However, the .Net architecture is really cool for
doing this kind of thing easily.

Cheers,
Steven.

-----Original Message-----
From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
[mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx] On Behalf Of Sal Mangano
Sent: Thursday, May 30, 2002 3:20 PM
To: XSL-List@xxxxxxxxxxxxxxxxxxxxxx
Subject: [xsl] XInclude


Are xslt processors required to use XML parsers that recognize and
implement xinclude (http://www.w3.org/2001/XInclude)? If not, will they
when it becomes an official recommendation of the W3C? Do any processors
recognize it already?

By "recognize" I, of course, mean "implement" such that the referenced
document is merged into the including document.



 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread