Next in thread → Next in month →

Re: [xml-dev] XML Tokenizer - a free, simple open-source XML Parser

From
Tim Bray <>
To
Date
2002-08-20T16:53:40Z
ID
<>
Thread
Re: [xml-dev] XML Tokenizer - a free, simple open-source XML Parser
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
Next in thread → Next in month →