R
Rainer Herbst
Hi *,
please help me solving the following problem:
I have an XML document containing elements like
<dir:directory xmlns:dir="http://apache.org/cocoon/directory/2.0"
name="pressemitteilungen" lastModified="1064833858000" date="29.09.03
13:10" size="4096" sort="name" reverse="false" requested="true">
<dir:file name="first.xml" lastModified="1064833858000" date="29.09.03
13:10" size="62"/>
</dir:directory>
How should I refer to these elements in
<xsl:value-of/> ?
<xsl:value-of select="//dir:file"/>
gives me an error, so what can I do?
TIA!
Rainer
--
please help me solving the following problem:
I have an XML document containing elements like
<dir:directory xmlns:dir="http://apache.org/cocoon/directory/2.0"
name="pressemitteilungen" lastModified="1064833858000" date="29.09.03
13:10" size="4096" sort="name" reverse="false" requested="true">
<dir:file name="first.xml" lastModified="1064833858000" date="29.09.03
13:10" size="62"/>
</dir:directory>
How should I refer to these elements in
<xsl:value-of/> ?
<xsl:value-of select="//dir:file"/>
gives me an error, so what can I do?
TIA!
Rainer
--