Thread overview
Xml Parser
Oct 15, 2004
Miguel F. Simões
Oct 16, 2004
J C Calvarese
Oct 17, 2004
Miguel F. Simões
Oct 16, 2004
Thomas Kuehne
Oct 18, 2004
Alex Vincent
October 15, 2004
I've done this small and easy to learn xml parser.
It is not supposed to be Document Object Model compatible.

It will not validate xml against DTD's or xml schemas.
It will not parse DOCTYPE, processing instructions or comments. It will absorb those elements.

Can you give some feedback.

Thanks,

-- 
Miguel Ferreira Simões

October 16, 2004
Miguel F. Simões wrote:
> I've done this small and easy to learn xml parser.
> It is not supposed to be Document Object Model compatible.
>  It will not validate xml against DTD's or xml schemas.
> It will not parse DOCTYPE, processing instructions or comments. It will absorb those elements.
>  Can you give some feedback.

Since I know next to nothing about XML, I wouldn't know how to evaluate your work, but I added it a list of XML projects at Wiki4D to draw attention to it.

http://www.prowiki.org/wiki4d/wiki.cgi?AllLibraries/XmlLibraries

>  Thanks,
> 
> -- 
> Miguel Ferreira Simões


-- 
Justin (a/k/a jcc7)
http://jcc_7.tripod.com/d/
October 16, 2004
Miguel F. Simões schrieb:
> I've done this small and easy to learn xml parser.
> It is not supposed to be Document Object Model compatible.
>
> It will not validate xml against DTD's or xml schemas.
> It will not parse DOCTYPE, processing instructions or comments. It will absorb those
elements.
>
> Can you give some feedback.

Your code looks realy clean and is well documented - sweet ;)

Thomas


October 17, 2004
Ok. Thanks.


"J C Calvarese" <jcc7@cox.net> escreveu na mensagem news:ckrpf4$1brd$1@digitaldaemon.com...
> Miguel F. Simões wrote:
>> I've done this small and easy to learn xml parser.
>> It is not supposed to be Document Object Model compatible.
>>  It will not validate xml against DTD's or xml schemas.
>> It will not parse DOCTYPE, processing instructions or comments. It will
>> absorb those elements.
>>  Can you give some feedback.
>
> Since I know next to nothing about XML, I wouldn't know how to evaluate your work, but I added it a list of XML projects at Wiki4D to draw attention to it.
>
> http://www.prowiki.org/wiki4d/wiki.cgi?AllLibraries/XmlLibraries
>
>>  Thanks,
>>
>> -- 
>> Miguel Ferreira Simões
>
>
> -- 
> Justin (a/k/a jcc7)
> http://jcc_7.tripod.com/d/


October 18, 2004
> Can you give some feedback.

Give me a few days.  I know XML fairly well; it happens to be one of my favorite subjects.