|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: Need to remove unusual character in source
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>
Regards,
--drkm
___________________________________________________________________________
Dicouvrez un nouveau moyen de poser toutes vos questions quelque soit le sujet !
Yahoo! Questions/Riponses pour partager vos connaissances, vos opinions et vos expiriences.
http://fr.answers.yahoo.com
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|






