I have a problem with servicemix-saxon. I’m doing an xsl transformation here is a part of xml, it contains ‘&’ <DataProvider name="^Maryland Criminal & Traffic Searches (Automated Provider)">…</ DataProvider>
Then I’m using simple xsl construction like: <xsl:variable name="provider_name" select="/CriminalRequest/DataProviders/DataProvider/@name"/> <ProviderName><xsl:value-of select="$provider_name"/></ProviderName> The problem is – after transformation ‘&’ becomes ‘&’, but method="xml", also I was trying disable-output-escaping="no", nothing helped. I tested my xml, xsl in other xslt processor and everything is working as it should be. Ivan Please help. -- View this message in context: http://www.nabble.com/servicemix-saxon-xslt-problem-tp22451835p22451835.html Sent from the ServiceMix - User mailing list archive at Nabble.com.
