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

RE: check if document exists

Subject: RE: check if document exists
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Mon, 24 Jul 2006 09:13:12 +0100
xslt document exists
XSLT 2.0 has a function doc-available() to meet this requirement. In 1.0 you
will need to use extension functions.

It might help to use valid URIs - these always use forwards "/" characters,
never backslash.

Michael Kay
http://www.saxonica.com/
 

> -----Original Message-----
> From: Todd Baker [mailto:pixelboy@xxxxxxxxx] 
> Sent: 24 July 2006 07:38
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject: Re:  check if document exists
> 
> I am having a similar problem in xslt 1.0 (MSXML).
> 
> We have a supplier ftp'ing some XML data but sometimes it 
> doesnt arrive and sometimes its invalid XML :(
> 
> Ive tried
> 
> <xsl:if test="msxsl:node-set(document('..\weather\weather.xml'))">
> and
> <xsl:if test="document('..\weather\weather.xml')">
> 
> but both throw errors and the template stops.
> 
> Is there any way I can test the validity of the document to 
> be imported and handle it gracefully?
> 
> Cheers
> 
> Cheers

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.