on 14/3/03 5:13 pm, Alex Rice wrote

> I agree with the other poster, a real XML parser would be a better way
> to go. What if the HTML is mixed case <TitLE>soemthing</tiTLE>?

Depending on the source of the content - I doubt it!  If the HTML being
parsed comes 'from the wild', there's a 99% chance that it's irregular - not
well-formed HTML, let alone XHTML or XML.

And I'd wouldn't have thought that mixed case would be an issue with
matchText - IIRC, it's case insensitive unless specifically asked not to be.
Whereas XML on the other hand is defined by spec to be case-sensitive; so a
'proper' parser, if behaving 'correctly', should choke on the above example
- whereas Keith would probably rather it accepted it.
 
  Ben Rubinstein               |  Email: [EMAIL PROTECTED]
  Cognitive Applications Ltd   |  Phone: +44 (0)1273-821600
  http://www.cogapp.com        |  Fax  : +44 (0)1273-728866


_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to