RE: DOM thingies
by Matt Sergeant other posts by this author
Dec 4 2001 8:53AM messages near this date
view in the new Beta List Site
Re: DOM thingies
|
XML::Parser::PerlSAX.pm
> -----Original Message-----
> From: Edwin Pratomo [mailto:edwin@[...].org]
>
> Hi,
>
> I need several DOM-related stuffs, I'll be glad if someone
> can point me
> to any of these:
>
> 1. DOM conformance test in Perl
> I know some are written for Java, http://xmlconf.sourceforge.net, is
> there any in Perl?
> With exposing DOM interfaces are getting more common these days, (see
> XML::Sablotron and XML::LibXML, besides the obvious XML::DOM :-)
> I think such test is a real need for everyone who implements DOM
> interfaces in perl.
Congrats for volunteering! This will be a great service to the community ;-)
> 2. DOM tree to SAX2 events generator module
> something like XML::LibXML::SAX::Generator (which is unfortunately
> marked as deprecated), but live on its own as a stand-alone module.
When the DOM's conform to the same API (after you've written 1.), we can do
such a thing. XML::DOM has to_sax, which basically does the same thing. And
XML::LibXML::SAX::Parser now does the job of Generator.
Matt.
_____________________________________________________________________
This message has been checked for all known viruses by Star Internet
delivered through the MessageLabs Virus Scanning Service. For further
information visit http://www.star.net.uk/stats.asp or alternatively call
Star Internet for details on the Virus Scanning Service.
_______________________________________________
Perl-XML mailing list
Perl-XML@[...].com
http://listserv.ActiveState.com/mailman/listinfo/perl-xml
Thread:
Matt Sergeant
Nick Semenov
Sterin, Ilya
Randy Kobes
Edwin Pratomo
Robin Berjon
|