Subject: Re: newbie question - process xml file having special chars with xsl
From: "dave heyer" <dave_heyer@xxxxxxxxxxx>
Date: Fri, 29 Oct 2004 15:44:55 -0400
|
Hi Bruce, thank you very much for your reply.
I am trying to read the value in the xml file and print it out in the html
file, something like tranformation.
xml file:
<?xml version="1.0" encoding="iso-8859-1"?>
<myroot xmlns:xy="http://my.com/data_xy">
<xy:nd1>M|ller</xy:nd1>
</myroot>
html file like:
<html>
<table>
<tr><td>Muller</td></tr>
</table>
</html>
Thanks a lot.
dave
From: Bruce D'Arcus <bdarcus@xxxxxxxxxxxxx>
Reply-To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: Re: newbie question - process xml file having special chars
with xsl
Date: Tue, 26 Oct 2004 16:55:30 -0400
On Oct 26, 2004, at 2:20 PM, dave heyer wrote:
I have a question about processing special chars in xml file with xsl.
I've searched the postings on this forum and tried some of the
suggestions, but it did not work for me. In my data file, there may be
many special chars (lat1, specila chars, and symbols, ect.).
What are you trying to do? You say "processing special chars", but don't
specify how.
Bruce
_________________________________________________________________
FREE pop-up blocking with the new MSN Toolbar get it now!
http://toolbar.msn.click-url.com/go/onm00200415ave/direct/01/
|