The text in the database is Ü and not modified by the JDBC driver,
because if i use the following, I get text &#220.
<map:match pattern="test.txt">
<map:generate src="test/test.xsp" type="serverpages"/>
<!-- In the test.xsp i just only used esql to get the data from databse. -->

<map:serialize type="text"/> 
</map:match>


If i use xml serializer, not text serilaizer, i get text &amp;#220; .
 
So i suspect, the transform step (<map:transform src="test/pdf.xsl"
type="xslt" />) expects a xml file, so the first step 
(<map:generate src="test/test.xsp" type="serverpages"/>) will generate a xml
file, and the text in this xml file is then &amp;220; .

which possibilities should I try to tweak the xsp? 
Thanks!


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to