Perl XML FAQ--3# XML - WWW明日之星
w*s
1 楼
Q11: What is the difference between XML::DOM and XML::Grove? Which one
should I use?
XML::DOM is an implementation of World Wide Web Consortium's (W3C)
Document Object Model (DOM) Level 1. DOM defines an interface for working
with
an XML tree and XML::DOM is an implementation of DOM that works with an
in-memory tree of XML nodes. All DOM implementations (in Perl or other
languages) all use a similar interface and code written using one DOM
implementattion should work with other DOM i
should I use?
XML::DOM is an implementation of World Wide Web Consortium's (W3C)
Document Object Model (DOM) Level 1. DOM defines an interface for working
with
an XML tree and XML::DOM is an implementation of DOM that works with an
in-memory tree of XML nodes. All DOM implementations (in Perl or other
languages) all use a similar interface and code written using one DOM
implementattion should work with other DOM i