[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

RE: Multiple XML files for one XSL file

Subject: RE: Multiple XML files for one XSL file
From: Linda van den Brink <lvdbrink@xxxxxxx>
Date: Tue, 25 Apr 2000 09:08:22 +0200
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


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.