xslt - Retaining Line Feeds used in xml while transforming the xml using xsl -
i transforming xml using xsl.i xml oracle database.when transform unable see data in format stored.in particular node, line feeds used seen in xml when transform unable t see line feeds.all content in particluar node displayed in line.
can 1 me in how include line feeds there in xml???
thanks raghav
as suggested above, if you're using msxml check it's configured preserve whitespace.
also check stylesheet doesn't use <xsl:strip-space>
.
also, if using xslt 2.0 whitespace stripped default elements defined in dtd or schema having element-only content.
also, it's possible of course stylesheet code doing whitespace text nodes other copying them output.
Comments
Post a Comment