RE: [xsl] hardware xml / xslt

Subject: RE: [xsl] hardware xml / xslt
From: "Paul Brown" <prb@xxxxxxxxxxxxx>
Date: Wed, 25 Sep 2002 14:21:34 -0400
> From: Robert Koberg [mailto:rob@xxxxxxxxxx]
> I know I asked about this a year or so ago and it was not 
> possible then (Saxon and Xalan). Is this possible today?

Maybe it would be a good idea to do this on the level of iteration versus recursion?  How about something that uses multiple, small XSLT to access the input document using document() and then uses a pass-through stylesheet to modify the correct portions of the in-process document?

I believe that this would accomplish the same end with a little extra programming but without digging into the XSLT processor.

	-- Paul

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


Current Thread