Michael Rynn wrote:

I have made a validating or optionally none validating XML parser in
D.

It can read and parse  files and external dtds and entities with
differrent BOM and encodings.

[snip]

Very possibly there is a non-validating parser inside that is a fair
bit smaller that this, that could one day be created by conditional
compiled or re-coded from it.
The package has a base module name of xmlp.  I am not aiming for
std.xml as yet.
There are of course lots of other things in the XML world,
schemas,relax-ng  xsl xpointer and xpath,  and this parser almost
brings us to this century.

But I would like to have it made available so others can test.

Where and to whom can I post the 56 KB source code zip?

---------------------
Michael Rynn

Michael

I would like to suggest that you contact the Tango community on IRC , at #D.tango , ( you can access them via http://webchat.freenode.net/ ) and offer this code to them. You will likely need to describe the additional functionality over the existing Tango XML parser, additional validation etc. How it could be intergrated into the existing Tango code base.

regards
Nick B

Reply via email to