Re: [Digester] HTML entity decoding?

2009-04-22 Thread Otis Gospodnetic
Hi, Thanks Paul. I'm getting closer, but still not there. More inlined comments/questions. - Original Message > From: Paul Libbrecht > > Le 22-avr.-09 à 06:06, Otis Gospodnetic a écrit : > > XML files I'm trying to parse do have "links" to DTDs in the "header" > (sometimes with

Re: [Digester] HTML entity decoding?

2009-04-22 Thread Paul Libbrecht
Le 22-avr.-09 à 06:06, Otis Gospodnetic a écrit : I'm no XML guru, so some of this stuff is fuzzy. Please see my comments/questions below. I'm happy to help ;-) XML files I'm trying to parse do have "links" to DTDs in the "header" (sometimes with a full http://... URL, and sometimes with

Re: [Digester] HTML entity decoding?

2009-04-21 Thread Otis Gospodnetic
Hi Paul, I'm no XML guru, so some of this stuff is fuzzy. Please see my comments/questions below. - Original Message > From: Paul Libbrecht > To: Commons Users List > Sent: Wednesday, April 15, 2009 6:24:05 PM > Subject: Re: [Digester] HTML entity decoding

Re: [Digester] HTML entity decoding?

2009-04-15 Thread Paul Libbrecht
Hello Otis, For the second form you'll need to hook a DTD to do so. A DTD declaration in your header pointing to a DTD which defines these entities I am no expert in Digester but I believe that it is the only way to do so. At least according to the XML specs. Here's a text pointing to suc

[Digester] HTML entity decoding?

2009-04-15 Thread Otis Gospodnetic
Hello, I'm using Digester 2.0 and trying to process XML that may include HTML entities and trying to get Digester to decode them when parsing. For example, my XML contains: Currently, Digester is parses this as: Grüber But what I am really after is "Grüber", so I am looking for a way to ge

Digester HTML entity decoding

2009-03-13 Thread Otis Gospodnetic
Hello, I'm using Digester (1.8) and trying to process XML that may include HTML entities (and get Digester to decode them). For example: Currently, Digester is giving me this: Grüber If I don't use CDATA, like this: Grüber Digester gives me: Grber But what I am really after is to ge