|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] RE: Multiple XML files for one XSL file
I don't know what exactly you are trying to do and which processor you are
using. Maybe it would help if you tell us.
> <xsl:template match='order_info'>
>
> <!-- reference an external file -->
> <xsl:apply-templates select="document('external.xml')"/>
>
> <xsl:apply-templates select="order_info"/>
This template matches 'order_info' elements, and you ask it to apply
templates for 'order_info' elements! This would result in a non-terminating
loop and it looks like that's what's troubling your processor. See section
5.4 'Applying template rules' of the xslt spec.
Linda
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








