|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: template which handles identical XML-structures bu
> But still you assume that the label texts are to be found in the > source xml. well I assumed that you were using the xml element names as labels, as you didn't say what labels you wanted. If you don't want to use teh element names, use something else, so replace <xsl:value-of select="name()"/> wiith <xsl:apply-templates mode="label" select="."/> then if you want the element InitialStorageQuantity to make the label Initial Storage Quantity then have <xsl:template mode="label" match="InitialStorageQuantity" >Initial Storage Quantity</xsl:template> David
|
Back To School Sale!Save 30% off all Stylus Studio 2008 Products when you purchase from our Online Shop. 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
|






