Hello everyone,

This question has probably come up before, but couldn't find it in the archives
I want to disable output escaping.

Here's an example:
public static ObjXml createSampleObj() {
 ObjXml obj = new ObjXml();

 obj.setTitle("<a href=\"http://www.sample.com\";>Sample Title</a>");
}

public static void main(String[] args) {
 app.convertObj2XML(obj, "C:\\xmlfile.xml");
 app.convertObj2PDF(obj, "C:\\pdffile.pdf");
}

The xml output is '&lt';a href="http://www.sample.com";'&gt';Sample Title'&lt';/a&gt';
And on the PDF its just text not a link.

Does anyone know how to escape this?

Fabrizio.

_________________________________________________________________
Chegou o que faltava: MSN Acesso Grátis. Instale Já! http://www.msn.com.br/discador


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to