xsl-list
[Top] [All Lists]

RE: Partial XSLT on grandchildren only?

2003-02-22 03:19:03
I think the best solution to this is a SAX filter that starts a new
document for each "grandchild" node, and calls the XSLT processor to
transform this document.

If you don't want to write any Java code, you can achieve the same
effect using Saxon's saxon:preview extension.

Michael Kay
Software AG
home: Michael(_dot_)H(_dot_)Kay(_at_)ntlworld(_dot_)com
work: Michael(_dot_)Kay(_at_)softwareag(_dot_)com 

-----Original Message-----
From: owner-xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com 
[mailto:owner-xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com] On Behalf Of 
Richard Heintze
Sent: 21 February 2003 20:25
To: XSL-List(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: [xsl] Partial XSLT on grandchildren only?


Is it possible to use XALAN to only transform the
grandchildren of a XML document?

I want to load the XML file and manually iteratate
over the grandchildren of the document. Each
grandchild represents a page in a power-point like presentation.

I don't want to tranform the entire document. I've had
trouble making the Microsoft DOM constrain itself to
only the grandchild node -- it climbs up (down,
actually) to the grandparent and transforms the whole
document, even when I only pass it the grand child
node. Does XALAN do this too?
 
   Thanks,
           Siegfried

__________________________________________________
Do you Yahoo!?
Yahoo! Tax Center - forms, calculators, tips, more 
http://taxes.yahoo.com/

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



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



<Prev in Thread] Current Thread [Next in Thread>