[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: One XSL combining to different XMLs
Yes, I've been trying to use the document() function where I put: <xsl:variable name="tot" select="document('../AccountPG/LstXMLAccountPG.jsp')" /> Then did: <xsl:apply-templates select="$tot/RangeList/Range1"/> and tried to debug using <xsl:template match="Range1"> <H1> HELLO WORLD </H1> </xsl:template> But didn't get any output knowing that I m sure that the xml data is being constructed and no errors are showing. Am I missing something ??? Thanks for the help. Kay Michael wrote: > > > Could one ever combine two XMLs using one XSL ? > > XSLT provides the document() function for just this purpose. > > Mike Kay > > XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|