-
-
20 Jun 2006 13:09:45 UTC
- Distribution: XML-DOM-Lite
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues (15)
- Testers (2 / 0 / 0)
- Kwalitee
Bus factor: 0- License: unknown
- Activity
24 month- Tools
- Download (30.79KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- unknown
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
Document - XML DOM Lite Document
SYNOPSIS
$root = $doc->documentElement; $node = $doc->getElementById("myid"); # Node creation $element = $doc->createElement("tagname"); $textnode = $doc->createTextNode("some text"); # XPath $nlist = $doc->selectNodes("/xpath/expression"); $node = $doc->selectSingleNode("/xpath/expression");
DESCRIPTION
XML::DOM::Lite::Document objects are returned by the Parser and shouldn't generally be instantiated explicitly.
Module Install Instructions
To install XML::DOM::Lite, copy and paste the appropriate command in to your terminal.
cpanm XML::DOM::Lite
perl -MCPAN -e shell install XML::DOM::Lite
For more information on module installation, please visit the detailed CPAN module installation guide.