[
Lists Home |
Date Index |
Thread Index
]
William F. Gilreath wrote:
> I've designed and implemented a simple XML Parser in Java called XML Tokenizer. It works like the StringTokenizer in Java,
> returning a 2-tuple of token type, and token text.
I'm really nervous about things that have XML in their name but don't
enforce well-formedness - if it's not well-formed it's just not XML.
Hmmm... -Tim
|