Re: [dom4j-user] validating using a DOMReader

2002-04-23 Thread James Strachan
From: "Donald Ball" <[EMAIL PROTECTED]> > On Fri, 2002-04-19 at 18:55, James Strachan wrote: > > From: "Donald Ball" <[EMAIL PROTECTED]> > > > this is a slightly strange request, but bear with me. in our app, we're > > > letting users enter a subset of x/html (no script, embed, etc.). we're > > >

Re: [dom4j-user] validating using a DOMReader

2002-04-22 Thread Donald Ball
On Fri, 2002-04-19 at 18:55, James Strachan wrote: > From: "Donald Ball" <[EMAIL PROTECTED]> > > this is a slightly strange request, but bear with me. in our app, we're > > letting users enter a subset of x/html (no script, embed, etc.). we're > > parsing using the dom4j SAXReader with validation

How to parse HTML with dom4j (was Re: [dom4j-user] validating using a DOMReader)

2002-04-19 Thread James Strachan
- Original Message - From: "James Strachan" <[EMAIL PROTECTED]> > > Also Andy Clark from the Xerces team has put together a HTML parser called > NekoHTML which looks really cool (and could well be a great event-based > replacement for JTidy). > > http://www.apache.org/~andyc/ > > I think i

Re: [dom4j-user] validating using a DOMReader

2002-04-19 Thread James Strachan
From: "Donald Ball" <[EMAIL PROTECTED]> > this is a slightly strange request, but bear with me. in our app, we're > letting users enter a subset of x/html (no script, embed, etc.). we're > parsing using the dom4j SAXReader with validation turned out. it all > works very well, thanks for the great

[dom4j-user] validating using a DOMReader

2002-04-19 Thread Donald Ball
this is a slightly strange request, but bear with me. in our app, we're letting users enter a subset of x/html (no script, embed, etc.). we're parsing using the dom4j SAXReader with validation turned out. it all works very well, thanks for the great tools. however, we'd now like to relax the rules