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

Re: Need to remove unusual character in source

Subject: Re: Need to remove unusual character in source
From: Abel Braaksma <abel.online@xxxxxxxxx>
Date: Wed, 27 Sep 2006 19:51:48 +0200
Re:  Need to remove unusual character in source
Florent Georges wrote:
Abel Braaksma wrote:

<xsl:function name="try-loading-file">
<xsl:param name="filename" />
<xsl:value-of select="document($filename)" />
</xsl:function>

I guess you meant:


<xsl:function name="try-loading-file" as="document-node()">
<xsl:param name="filename"/>
<xsl:sequence select="document($filename)"/>
</xsl:function>

Indeed, you are so right, that's more likely and more reasonable (I shouldn't post so late ;-) ), or copy-of, or apply-template for that matter


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-2011 All Rights Reserved.