XML::Filter::XInclude man page on Fedora

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

XML::Filter::XInclude(User Contributed Perl DocumentatXML::Filter::XInclude(3)

NAME
       XML::Filter::XInclude - XInclude as a SAX Filter

SYNOPSIS
	 use XML::SAX;
	 use XML::SAX::Writer;
	 use XML::Filter::XInclude;

	 my $parser = XML::SAX::ParserFactory->parser(
	     Handler => XML::Filter::XInclude->new(
		 Handler => XML::SAX::Writer->new()
	     )
	 );
	 $parser->parse_uri("foo.xml");

DESCRIPTION
       This module implements a simple SAX filter that provides XInclude
       support. It does NOT support XPointer.

       XInclude is very simple, just include something like this in your XML
       document:

	 <xi:include href="foo.xml"
	   xmlns:xi="http://www.w3.org/2001/XInclude"/>

       And it will load foo.xml and parse it in the current SAX stream.

       If you specify the attribute parse="text", it will be treated as a
       plain text file, and inserted into the stream as a series of calls to
       the characters() method.

       URI's are supported via LWP.

       Currently encoding is not supported.

AUTHOR
       Matt Sergeant, matt@sergeant.org

LICENSE
       This is free software, you may use it and distribute it under the same
       terms as Perl itself.

perl v5.14.1			  2002-01-21	      XML::Filter::XInclude(3)
[top]

List of man pages available for Fedora

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