Quantcast
Channel: Dealing with whitespace and linebreaks in XSLT 1 - Stack Overflow
Browsing latest articles
Browse All 2 View Live

Answer by Daniel Haley for Dealing with whitespace and linebreaks in XSLT 1

You should be able to use normalize-space() to solve both issues... <xsl:template match="/"> <root> <xsl:choose> <xsl:when test="starts-with(normalize-space(Message.body/Text),...

View Article



Dealing with whitespace and linebreaks in XSLT 1

I need to find a way to deal with the whitespace and linebreaks in the following XML: <?xml version="1.0" encoding="UTF-8"?> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"...

View Article
Browsing latest articles
Browse All 2 View Live




Latest Images