Hi all,

I need some help on parsing latin character,
when i am applying stylesheet(XSLT) on source xml file this will give some target xml file but when transforming file those latin characters converting into "?"(Question mark).

Please help me how to solve this problem...

Recommended Answers

All 2 Replies

What encoding did you declare for the source document? It should be something like

<?xml version="1.0" encoding="iso-8859-1"?>

I am using UTF-8 encoding
<?xml version="1.0" encoding="UTF-8"?>

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.