Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: parse-xml and build-tag

From: deryk:iitowns at: 8-Oct-2001 18:56

On Monday 08 October 2001 05:30, you wrote:
> Thanks for the explanation, Joel. Question 1 is now out of the way. But as > for Q2, I still am facing some problems. > > I actually am parsing HTML, not XML, so I need a method that will > understand certain things that are illegal in XML. Ex: <table width="100%" > noborder height=75%>. This is valid HTML, I think, or at least it is widely > in use. The parse-xml function understands neither the noborder attribute
Sounds like you want a validating parser which afaik, rebol does not contain.