|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: pre-processing of child elements
Dear David, this solution almost works out: > <xsl:template match="element/text()"> > <i><xsl:apply-templates/></i> > </xsl:template> Here it must be: <xsl:template match="element/text()"> <i><xsl:value-of select="."/></i> </xsl:template> Otherwise nothing will be written in the output. Thanks, Torsten ----- Wexelblat's Scheduling Algorithm: Choose two: Good / Fast / Cheap ----- Torsten Schassan (Projekt Handschriftendatenbank/MASTER) Herzog August Bibliothek, Postfach 1364, D-38299 Wolfenbuettel Tel.: +49-5331-808-117, schassan at hab dot de
|
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








