[XML4Lib] document object model
Ross Singer
ross.singer at library.gatech.edu
Tue Aug 15 09:30:23 EDT 2006
Eric,
I can't speak about Perl implementations, but I will assume it works
similarly to other languages' implementations of the DOM
(createElement,getElementByFoo,etc.).
I find this an invaluable resource for working with the DOM:
http://xulplanet.com/references/objref/
for helping know what properties and methods are available for a particular
object.
I would also say just looking through that, it helped my understanding of
the DOM dramatically.
Good luck,
-Ross.
On 8/15/06, Eric Lease Morgan <emorgan at nd.edu> wrote:
>
>
> Can y'all point me to some normative examples of the document object
> model implemented in Perl?
>
> I have some simple XML documents I want to read. For better or for
> worse I want to use DOM (not SAX, and certainly not regular
> expressions) to extract the data I require. There are at least a
> couple of Perl modules allowing me to do this: XML::DOM and
> XML:LibXML. Unfortunately, both modules point me to the official W3C
> DOM documentation, and that documentation is too heavy for me.
>
> Do you know of some "gentle" introductions to the DOM API, preferably
> for Perl Mongers?
>
> --
> Eric Lease Morgan
> University Libraries of Notre Dame
>
>
> _______________________________________________
> XML4Lib mailing list
> XML4Lib at webjunction.org
> http://lists.webjunction.org/mailman/listinfo/xml4lib
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.webjunction.org/wjlists/xml4lib/attachments/20060815/ad0e6e55/attachment.htm
More information about the XML4Lib
mailing list