|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: two DOMs, one stylesheet
Do you really need a DOM for bar.xml or can you let xslt handle the details,
e.g.:
<xsl:template match="HIPPO">
<HIPPO><xsl:attribute name="yada"> <xsl:value-of
select="document('bar.xml')/ZEBRA" /> </xsl:attribute> </HIPPO>
</xsl:template>
> Is it possible to process two files, foo.xml and bar.xml, using blort.xsl,
> and have blort.xsl build and use a DOM for both foo.xml and bar.xml.
>
> For example, document foo.xml is the main document to be processed, but
> for the template for element HIPPO, we will output the HIPPO element
> unchanged, except that we want to add an attribute to it. That attribute
> should come from element ZEBRA inside the other document, bar.xml.
>
> Does that make sense? How would one accomplish this?
>
Jonathan Borden
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
|

Cart








