C# XML XSLT problem

  • Thread starter Maziar Aflatoun
  • Start date
M

Maziar Aflatoun

Hi everyone,

I have a web application that reads the contents of a web form and creates
an XML file from it. Next it creates an HTML file using an XSLT file.
However, I sometimes get weird characters in my final HTML. Is there a way
to fix this? Maybe an additional directive I can add here.

Following is the part where this happens
<h2>Product Request</h2>
<table>
<tr>
<td>Type:</td>
<td><xsl:value-of select="Order"/></td>
</tr>
<tr>
<td>License Type:</td>
<td><xsl:value-of select="LicenseType"/></td>
</tr>

License Type: Product Type 1 become Pro!uct Ty!e 1. It adds 1.

Thanks
Maz.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,780
Messages
2,569,611
Members
45,280
Latest member
BGBBrock56

Latest Threads

Top