XML::Grove::Path man page on OpenServer

Man page or keyword search:  
man Server   5388 pages
apropos Keyword Search (all sections)
Output format
OpenServer logo
[printable version]

XML::Grove::Path(3)   User Contributed Perl Documentation  XML::Grove::Path(3)

NAME
       XML::Grove::Path - return the object at a path

SYNOPSIS
	use XML::Grove::Path;

	# Using at_path method on XML::Grove::Document or XML::Grove::Element:
	$xml_obj = $grove_object->at_path("/some/path");

	# Using an XML::Grove::Path instance:
	$pather = XML::Grove::Path->new();
	$xml_obj = $pather->at_path($grove_object);

DESCRIPTION
       "XML::Grove::Path" returns XML objects located at paths.	 Paths are
       strings of element names or XML object types seperated by slash ("/")
       characters.  Paths must always start at the grove object passed to
       `"at_path()"'.  "XML::Grove::Path" is not XPath, but it should become
       obsolete when an XPath implementation is available.

       Paths are like URLs

	   /html/body/ul/li[4]
	   /html/body/#pi[2]

       The path segments can be element names or object types, the objects
       types are named using:

	   #element
	   #pi
	   #comment
	   #text
	   #cdata
	   #any

       The `"#any"' object type matches any type of object, it is essentially
       an index into the contents of the parent object.

       The `"#text"' object type treats text objects as if they are not nor-
       malized.	 Two consecutive text objects are seperate text objects.

AUTHOR
       Ken MacLeod, ken@bitsko.slc.ut.us

SEE ALSO
       perl(1), XML::Grove(3)

       Extensible Markup Language (XML) <http://www.w3c.org/XML>

perl v5.8.8			  1999-08-25		   XML::Grove::Path(3)
[top]
                             _         _         _ 
                            | |       | |       | |     
                            | |       | |       | |     
                         __ | | __ __ | | __ __ | | __  
                         \ \| |/ / \ \| |/ / \ \| |/ /  
                          \ \ / /   \ \ / /   \ \ / /   
                           \   /     \   /     \   /    
                            \_/       \_/       \_/ 
More information is available in HTML format for server OpenServer

List of man pages available for OpenServer

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net