EPUB Documentation

Russel Winder russel at winder.org.uk
Wed May 15 03:39:18 PDT 2013


On Wed, 2013-05-15 at 09:52 +0100, Alix Pexton wrote:
[…]
> I recently started implementing my own XML lib for D out of frustration 
> (I want to write addons for inkscape in something that isn't Python).
[…]

It might be worth noting here that SAX and DOM have not been
distinguished so far in the thread.  I would have thought SAX would be
really easy in D.

Also, whilst Python has it's own W3C compliant DOM parser (minidom), and
it has a pure Python (ElementTree) and C implemented simplified
(cElementTree), the push is now to use lxml which is a wrapper around
libxml2 and libxslt.

Although it might be nice to have D implementations, perhaps D might
follow Python and wrap a rather good system so as to get something with
full validation and XPath sooner rather than later?

-- 
Russel.
=============================================================================
Dr Russel Winder      t: +44 20 7585 2200   voip: sip:russel.winder at ekiga.net
41 Buckmaster Road    m: +44 7770 465 077   xmpp: russel at winder.org.uk
London SW11 1EN, UK   w: www.russel.org.uk  skype: russel_winder
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part
URL: <http://lists.puremagic.com/pipermail/digitalmars-d/attachments/20130515/331a155c/attachment.pgp>


More information about the Digitalmars-d mailing list