On Mon, 2002-04-22 at 12:45, Ben Rooney wrote:
> hi, i'm trying to create an application that will take an xml document
> containing html escaped international characters (ie á) and transform
> it to html.  however, i get an error message about the escaped characters.
> does anybody have an idea how to get around this issue.

The two things "xml document" and "html escaped characters" are a
contradiction :-)

XML doesn't know about á and the likes. You could use a DTD that
defines these to their corresponding numerical character entities (those
of the form ' ' which is   in html-speak.)

        jtl

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to