AyazSardar
September 17th, 2001, 05:58 AM
Can anyone tell me if it is possible to use this peace of XML code,
and how to use it:
xml:
<appl>b.m.w. <imagefile>bmwlogo.jpg</imagefile> 325i</appl>
What I want to present is this: b.m.w. [bmwlogo.jpg] 325i
When I use the
xsl:
<xsl:value-of select="appl/text()" />
statement i only get the first part of the <appl> tag (b.m.w.), how can i
get the second part of this tag?
Thanks
and how to use it:
xml:
<appl>b.m.w. <imagefile>bmwlogo.jpg</imagefile> 325i</appl>
What I want to present is this: b.m.w. [bmwlogo.jpg] 325i
When I use the
xsl:
<xsl:value-of select="appl/text()" />
statement i only get the first part of the <appl> tag (b.m.w.), how can i
get the second part of this tag?
Thanks