G
Guest
hi,
I have got XML tag <fo:block font-weight="bold" font-size="13pt"><![CDATA[ ?
845]]></fo:block>. Problem is when
i gives xmlURL from c# to InputStreamReader in J# code with the aspx web
page as XML which contain tag.
When i try to display output on PDF, it'll get the value from the tag
<![CDATA[ ? 845]]> some thing like a~,^ 845 strange charachers instead of
Euro sign. Also where ever i have qoute in text data in XML tags it displays
strange charachers.
J# code:
String xmlURL = "http://localhost/PDFXml1/PDFXml.aspx";
URL theUrl = new URL(xmlURL);
InputStreamReader reader = new InputStreamReader(
theUrl.openStream());
I think problem occures when xmlURL is readed by InputStreamReader in J# or
something is miss with tag <![CDATA[ ? 845]]>
hoping feavourable reply
Cheers
Sa
I have got XML tag <fo:block font-weight="bold" font-size="13pt"><![CDATA[ ?
845]]></fo:block>. Problem is when
i gives xmlURL from c# to InputStreamReader in J# code with the aspx web
page as XML which contain tag.
When i try to display output on PDF, it'll get the value from the tag
<![CDATA[ ? 845]]> some thing like a~,^ 845 strange charachers instead of
Euro sign. Also where ever i have qoute in text data in XML tags it displays
strange charachers.
J# code:
String xmlURL = "http://localhost/PDFXml1/PDFXml.aspx";
URL theUrl = new URL(xmlURL);
InputStreamReader reader = new InputStreamReader(
theUrl.openStream());
I think problem occures when xmlURL is readed by InputStreamReader in J# or
something is miss with tag <![CDATA[ ? 845]]>
hoping feavourable reply
Cheers
Sa