Joerg Heinicke wrote:
On 26.09.2004 09:14, Andreas Hartmann wrote:

Are you aware that <xsl:value-of> returns the
string-value of the specified node? I'm not sure
if the string-value of a document node is defined.


It is.

You might try

<xsl:value-of select="document('grundlagen.xml')/*" />


There will be no difference in result. All text nodes of grundlagen.xml will be in the output both with the original expression and yours.

Thanks for the info! This is one of the cases you come across once in 5 years, but nevertheless good to know :)

-- Andreas


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to