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 de

Re: embedding output escaping

2005-07-28 Thread Andreas L Delmelle
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Jul 28, 2005, at 18:42, Fabrizio Caldas wrote: But in my case I have hrefs mixed with plain text. I don't know exactly what that string is, but I know it might have hrefs. So my XML, if I was creating one, would look like this: some text http

Re: embedding output escaping

2005-07-28 Thread Fabrizio Caldas
: fop-users@xmlgraphics.apache.org Subject: Re: embedding output escaping Date: Thu, 28 Jul 2005 18:24:34 +0200 -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 XMLRead

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 handle

Re: embedding output escaping

2005-07-28 Thread Fabrizio Caldas
Subject: Re: embedding output escaping Date: Thu, 28 Jul 2005 02:33:59 +0200 -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. H

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 = ne

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("http://www.sample.com\";>Sample Title"); } public static