Re: [dom4j-user] Outputting HTML data

2002-02-17 Thread Andrew Pietsch
ot;Christopher M. Golden" <[EMAIL PROTECTED]> > >To: "James Strachan" <[EMAIL PROTECTED]> > >Sent: Wednesday, February 13, 2002 9:14 PM > >Subject: Re: [dom4j-user] Outputting HTML data > > > > > >I was originally using an XMLWriter, when

Re: [dom4j-user] Outputting HTML data

2002-02-14 Thread Christopher M. Golden
t;[EMAIL PROTECTED]> >To: "James Strachan" <[EMAIL PROTECTED]> >Sent: Wednesday, February 13, 2002 9:14 PM >Subject: Re: [dom4j-user] Outputting HTML data > > >I was originally using an XMLWriter, when I switched to an >HTMLWriter and >set some output format

Re: [dom4j-user] Outputting HTML data

2002-02-14 Thread James Strachan
From: "Christopher M. Golden" <[EMAIL PROTECTED]> To: "James Strachan" <[EMAIL PROTECTED]> Sent: Wednesday, February 13, 2002 9:14 PM Subject: Re: [dom4j-user] Outputting HTML data I was originally using an XMLWriter, when I switched to an HTMLWriter and set some

Re: [dom4j-user] Outputting HTML data

2002-02-13 Thread Markus Spath
Christopher, Christopher M. Golden wrote: > After looking at what I wrote I realised that it was a bit unclear. I want the >output HTML document to have the " " entities left in it. Would the hexadecimal >representation of "&" be evaluated to "&" during the XSL transformation? if so then >

Fwd: Re: [dom4j-user] Outputting HTML data

2002-02-13 Thread Christopher M. Golden
My mail program screwed up and I didn't notice, I sent this individually to Markus instead of the list, so I'm just copying the message over and seding it here... Message: After looking at what I wrote I realised that it was a bit unclear. I want the output HTML document to have the " " entities

Re: [dom4j-user] Outputting HTML data

2002-02-13 Thread Christopher M. Golden
better. > >James >- Original Message - >From: "Christopher M. Golden" <[EMAIL PROTECTED]> >To: "DOM4J User's Mailing List" <[EMAIL PROTECTED]> >Sent: Wednesday, February 13, 2002 2:36 PM >Subject: [dom4j-user] Outputting HTML data > > >

Re: [dom4j-user] Outputting HTML data

2002-02-13 Thread Markus Spath
hi, Christopher M. Golden wrote: > My biggest confusion is with trying to get HTML entities to display correctly in the >HTML output. I'm trying to put a number of   entities in there for the final >product, but it bitches at me if I leave them in that form in the XSL file and if I >use "&

Re: [dom4j-user] Outputting HTML data

2002-02-13 Thread James Strachan
package to output your HTML. I'd be interested to see if it works any better. James - Original Message - From: "Christopher M. Golden" <[EMAIL PROTECTED]> To: "DOM4J User's Mailing List" <[EMAIL PROTECTED]> Sent: Wednesday, February 13, 2002 2:36

[dom4j-user] Outputting HTML data

2002-02-13 Thread Christopher M. Golden
I'm still pretty new around here... Anyways, I'm trying to parse an XML file with an XSL spreadsheet and output the results as plain HTML. I don't want it in XHTML format (I don't want single tags having an ending "/"), I don't want the encoding statement and I want all entities evaluated BE