Re: embedding output escaping

2005-07-29 Thread J.Pietschmann
Fabrizio Caldas wrote: In that case I would have to parse the string I'm getting from a properties file. I was trying to avoid that. I don't think you can avoid that. If you feed an XML API a string, it will be treated as plain text, no matter how hard you wish the machinery would magically

Re: embedding output escaping

2005-07-28 Thread Andreas L Delmelle
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Jul 28, 2005, at 16:56, Fabrizio Caldas wrote: Hi, I got the escape working for the XML, you're right about being in the XMLReader.java that I need to make this change. In the first generateFor() method that I have I included a call to

Re: embedding output escaping

2005-07-28 Thread Fabrizio Caldas
the string I'm getting from a properties file. I was trying to avoid that. Regards, From: Andreas L Delmelle [EMAIL PROTECTED] Reply-To: fop-users@xmlgraphics.apache.org To: fop-users@xmlgraphics.apache.org Subject: Re: embedding output escaping Date: Thu, 28 Jul 2005 18:24:34 +0200 -BEGIN

embedding output escaping

2005-07-27 Thread Fabrizio Caldas
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

Re: embedding output escaping

2005-07-27 Thread Andreas L Delmelle
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Jul 27, 2005, at 23:57, Fabrizio Caldas wrote: Hi, 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 =