|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] content of matched node ?
Hi,
good morning (in Berlin its morning now)
I'm having a slight problem with a template
I want to have the content of a node, but the node
is already matched.
I wanted to write something like
<xsl:value-of select="."/>
but this doesn't work
Has somebody got an idea?
THX in advance.
Jochen
-------
Here's a piece of my xsl-stylesheet and xml beneath:
<xsl:template match="/module/required/recordset/element[@name='category']" >
<xsl:apply-templates select="./option" />
</xsl:template>
<xsl:template match="option" >
<option>
<xsl:attribute name="value" >
<xsl:value-of select="@value" ></xsl:value-of>
</xsl:attribute>
<!-- how can I get the content here ??? -->
</option>
</xsl:template>
---
xml
----
<module name="product database entry">
<required>
<element name="category" sourcetype="AUTOSELECT">
<option value="111">Antiquariat (Bücher)</option>
<option value="6">Apotheke</option>
<option value="57">Babyausstattung</option>
<option value="2">Backwaren</option>
</element>
</required>
</module>
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
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
|

Cart








