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

Re: Reference elements in files listed using document(

Subject: Re: Reference elements in files listed using document( ) - Namespace problem or XPATH?
From: Joerg Pietschmann <j3322ptm@xxxxxxxx>
Date: Wed, 25 Dec 2002 21:49:10 +0100
filename p
On Tuesday 24 December 2002 23:30, you wrote:
> select="document(@filename)/rdf:Description"/>

Complementing Robert's answer, some debugging techniques:
 <p><xsl:value-of select="@filename"/></p>
tells you whether you selected the expected filename
 <p><xsl:value-of select="count(document(@filename))"/></p>
tells you whether the file was found (=1) or not (=0)
 <p><xsl:value-of select="name(document(@filename)/*)"/></p>
tells you what document element was in the file.
Etc.

J.Pietschmann

 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.