|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: unwanted ascii newline/cr characters in xml trans
<Component Name="{normalize-space(.)}">
That makes the Name attribute that you want
<xsl:attribute name="Name"><xsl:value-of
select="title"/></xsl:attribute>
this replaces it with the one you had before, just delete these lines.
similarly you could write this:
<Problem>
<xsl:attribute
name="Description"><xsl:value-of select="title"/></xsl:attribute>
as
<Problem Description="(title}">
(or better
<Problem Description="(normalize-space(title)}">
)
David
|
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








