This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: hardware xml / xslt


> From: Robert Koberg [mailto:rob@koberg.com]
> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]