R
rajani
I have a query regarding the XSL transformation.
My application is in .NET. We are using XSL to render the contents receieved
from the content server (Vignette).
I have a source XML and the corresponding XSLT to transform and render the
contents.
The following ASCII characters are not recogonzied by XSL Transform
and they are rendered as '?' on the Web Page
© ®
I tried setting the output using <XSL:OUTPUT></XSL:OUTPUT>.
But, still i'm getting '???" in the web page.
Do i need to do something in the .NET code behind, while doing the XSL
Transformation ???
thanks in advance
Rajani
My application is in .NET. We are using XSL to render the contents receieved
from the content server (Vignette).
I have a source XML and the corresponding XSLT to transform and render the
contents.
The following ASCII characters are not recogonzied by XSL Transform
and they are rendered as '?' on the Web Page
© ®
I tried setting the output using <XSL:OUTPUT></XSL:OUTPUT>.
But, still i'm getting '???" in the web page.
Do i need to do something in the .NET code behind, while doing the XSL
Transformation ???
thanks in advance
Rajani