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

Do you have a rock-solid function for fetching an XML

Subject: Do you have a rock-solid function for fetching an XML document?
From: "Costello, Roger L." <costello@xxxxxxxxx>
Date: Fri, 20 May 2011 12:19:49 -0400
 Do you have a rock-solid function for fetching an XML
Hi Folks,

I need a function that fetches an XML document. The function takes two
parameters:

1. The href (URL) to the desired XML document.

2. The document (root element) from which the href came from.

I need the function to be able to work no matter whether the href

- references a file in the current folder, e.g., foo.xml

- references a file in another folder, using a relative path, e.g.,
../../../tmp/foo.xml

- references a file in another folder, using an absolute path, e.g.,
c:/tmp/foo.xml

- references a file on the network, e.g., http://www.example.org/foo.xml

Do you have code for this function:

    <xsl:function name="f:get-file" as="element()?">
        <xsl:param name="href" as="xs:anyURI" />
        <xsl:param name="document"  as="element()"/>

        ?????

    </xsl:function>

/Roger

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.