+CONTENTS000644 000000 000000 00000003152 11130351574 012270 0ustar00rootroot000000 000000 @cwd /usr/pkg @src /usr/pkg @name p5-XML-Simple-2.18nb1 @blddep p5-XML-SAX-0.96nb1 @pkgdep p5-XML-SAX-[0-9]* @blddep p5-XML-Parser-2.36nb1 @pkgdep p5-XML-Parser-[0-9]* @blddep p5-XML-NamespaceSupport-1.09nb1 @pkgdep p5-XML-NamespaceSupport-[0-9]* @blddep p5-Storable-2.18nb1 @pkgdep p5-Storable-[0-9]* @blddep p5-Test-Simple-0.86 @pkgdep p5-Test-Simple-[0-9]* @blddep perl-5.10.0nb4 @pkgdep perl<5.12.0 @blddep perl-5.10.0nb4 @pkgdep perl>=5.10.0 @blddep digest-20080510 @blddep tnftp-20070806 @blddep gzip-1.3.12nb2 @comment The following lines are automatically generated @comment from the installed .packlist files. lib/perl5/vendor_perl/5.10.0/sparc-solaris-thread-multi/auto/XML/Simple/.packlist @comment MD5:815bcb25daf73e9963bc389069cf6571 lib/perl5/vendor_perl/5.10.0/XML/Simple/FAQ.pod @comment MD5:d6289373f10178996e852de442404b16 lib/perl5/vendor_perl/5.10.0/XML/Simple.pm @comment MD5:5531d909840c22f7abd6c07003b04236 lib/perl5/vendor_perl/man/man3/XML::Simple.3 @comment MD5:acb3e90cd99d07006992628f4d3e2a23 lib/perl5/vendor_perl/man/man3/XML::Simple::FAQ.3 @comment MD5:728a95fef3cffff5c51c90d0249dcd94 @unexec /usr/bin/rmdir -p %D/lib/perl5/vendor_perl/man/man3 2>/dev/null || true @unexec /usr/bin/rmdir -p %D/lib/perl5/vendor_perl/5.10.0/XML/Simple 2>/dev/null || true @unexec /usr/bin/rmdir -p %D/lib/perl5/vendor_perl/5.10.0/XML 2>/dev/null || true @unexec /usr/bin/rmdir -p %D/lib/perl5/vendor_perl/5.10.0/sparc-solaris-thread-multi/auto/XML/Simple 2>/dev/null || true @cwd . @ignore +COMMENT @ignore +DESC @ignore +INSTALL @ignore +DEINSTALL @ignore +BUILD_VERSION @ignore +BUILD_INFO @ignore +SIZE_PKG @ignore +SIZE_ALL +COMMENT000444 000000 000000 00000000040 11130351574 012124 0ustar00rootroot000000 000000 Easy Perl API to read/write XML +DESC000444 000000 000000 00000000221 11130351574 011541 0ustar00rootroot000000 000000 This Perl module provides an easy API to read and write XML (especially configuration files). Homepage: http://search.cpan.org/dist/XML-Simple/ +INSTALL000755 000000 000001 00000012207 11130351560 012277 0ustar00rootother000000 000000 #!/usr/pkg/bin/pdksh # # $NetBSD: header,v 1.2 2006/07/19 22:26:26 jlam Exp $ SELF="$0" PKGNAME="$1" STAGE="$2" shift 2 AWK="/usr/pkg/bin/nawk" BASENAME="/usr/bin/basename" CAT="/usr/bin/cat" CHGRP="/usr/bin/chgrp" CHMOD="/usr/bin/chmod" CHOWN="/usr/bin/chown" CMP="/bin/cmp" CP="/bin/cp" DIRNAME="/usr/bin/dirname" ECHO="echo" ECHO_N="echo -n" EGREP="/usr/xpg4/bin/grep -E" EXPR="/usr/xpg4/bin/expr" FALSE="false" FIND="/usr/bin/find" GREP="/usr/xpg4/bin/grep" GTAR="" HEAD="/usr/bin/head" ID="/usr/xpg4/bin/id" LINKFARM="/usr/pkg/sbin/linkfarm" LN="/usr/bin/ln" LS="/usr/bin/ls" MKDIR="/usr/bin/mkdir -p" MV="/usr/bin/mv" PERL5="/usr/pkg/bin/perl" PKG_ADMIN="/usr/pkg/sbin/pkg_admin" PKG_INFO="/usr/pkg/sbin/pkg_info" PWD_CMD="/bin/pwd" RM="/usr/bin/rm" RMDIR="/usr/bin/rmdir" SED="/usr/pkg/bin/nbsed" SETENV="/usr/bin/env" SH="/usr/pkg/bin/pdksh" SORT="/usr/bin/sort" SU="/usr/bin/su" TEST="test" TOUCH="/usr/bin/touch" TR="/usr/bin/tr" TRUE="true" XARGS="/usr/bin/xargs" CURDIR=`${PWD_CMD}` : ${PKG_METADATA_DIR=${CURDIR}} PKGBASE="p5-XML-Simple" LOCALBASE="/usr/pkg" X11BASE="/usr/openwin" DEPOTBASE="/usr/pkg/packages" PREFIX="/usr/pkg" case ${PKG_PREFIX} in ${LOCALBASE}/*) VIEW="${PKG_PREFIX#${LOCALBASE}/}" ;; *) VIEW="" ;; esac PKG_SYSCONFBASE="/usr/pkg/etc" PKG_SYSCONFDEPOTBASE="" PKG_SYSCONFBASEDIR="/usr/pkg/etc" PKG_SYSCONFDIR="/usr/pkg/etc" CONF_DEPENDS="" case ${VIEW} in "") PKG_SYSCONFVIEWBASE="${PKG_SYSCONFBASE}" ;; *) PKG_SYSCONFVIEWBASE="${PKG_SYSCONFBASE}/${VIEW}" ;; esac CONF_IGNORE_FILES="*[~#] *.OLD *.orig *,v .pkgsrc */.pkgsrc" PKG_INSTALLATION_TYPE="overwrite" case "${PKG_CONFIG:-YES}" in [Yy][Ee][Ss]|[Tt][Rr][Uu][Ee]|[Oo][Nn]|1) _PKG_CONFIG=yes ;; [Nn][Oo]|[Ff][Aa][Ll][Ss][Ee]|[Oo][Ff][Ff]|0) _PKG_CONFIG=yes ;; esac # $NetBSD: install,v 1.2 2007/07/18 18:01:03 jlam Exp $ case ${STAGE} in PRE-INSTALL) # # Unpack the helper scriptlets. # ${SH} ${SELF} ${PKGNAME} UNPACK # # Require that necessary users and groups exist or else fail the # installation of the package. # ${TEST} ! -x ./+USERGROUP || { ./+USERGROUP ADD ${PKG_METADATA_DIR} if ./+USERGROUP CHECK-ADD ${PKG_METADATA_DIR}; then : else exit 1 fi; } # # Create package directories at pre-install time. # if [ "${PKG_INSTALLATION_TYPE}" = "pkgviews" -a \ "${_PKG_CONFIG}" = "yes" -a -n "${CONF_DEPENDS}" ]; then pkg=`${PKG_ADMIN} -b -d ${DEPOTBASE} -s "" lsbest "${CONF_DEPENDS}"` sysconfdir=`${PKG_INFO} -B -K ${DEPOTBASE} $pkg | \ ${AWK} '/^PKG_SYSCONFDIR=/ { \ gsub("^PKG_SYSCONFDIR=[ ]*", ""); \ print; \ }' \ ` if [ -d $sysconfdir -a ! -d ${PKG_SYSCONFDIR} ]; then ${MKDIR} -p `${DIRNAME} ${PKG_SYSCONFDIR}` ${LN} -sf $sysconfdir ${PKG_SYSCONFDIR} fi fi ${TEST} ! -x ./+DIRS || ./+DIRS ADD ${PKG_METADATA_DIR} ${TEST} ! -x ./+DIRS || ./+DIRS PERMS ${PKG_METADATA_DIR} ;; POST-INSTALL) # # Rebuild the system run-time library search path database. # ${TEST} ! -x ./+SHLIBS || ./+SHLIBS ADD ${PKG_METADATA_DIR} # # Copy configuration/support files into place. # ${TEST} ! -x ./+FILES || ./+FILES ADD ${PKG_METADATA_DIR} ${TEST} ! -x ./+FILES || ./+FILES PERMS ${PKG_METADATA_DIR} # # Set special permissions on any files/directories that need them. # ${TEST} ! -x ./+PERMS || ./+PERMS ${PKG_METADATA_DIR} # # Update any fonts databases. # ${TEST} ! -x ./+FONTS || ./+FONTS ${PKG_METADATA_DIR} # Check for any missing bits after we're finished installing. # ${TEST} ! -x ./+DIRS || ./+DIRS CHECK-ADD ${PKG_METADATA_DIR} ${TEST} ! -x ./+DIRS || ./+DIRS CHECK-PERMS ${PKG_METADATA_DIR} ${TEST} ! -x ./+FILES || ./+FILES CHECK-ADD ${PKG_METADATA_DIR} ${TEST} ! -x ./+FILES || ./+FILES CHECK-PERMS ${PKG_METADATA_DIR} ;; VIEW-INSTALL) # # Register shells in /etc/shells. # ${TEST} ! -x ./+SHELL || ./+SHELL ADD ${PKG_METADATA_DIR} ${TEST} ! -x ./+SHELL || ./+SHELL CHECK-ADD ${PKG_METADATA_DIR} # # Register info files. # ${TEST} ! -x ./+INFO_FILES || ./+INFO_FILES ADD ${PKG_METADATA_DIR} # If ${PKG_SYSCONFBASE} points outside of ${PREFIX}, then add the # package config files to the proper view. # if [ "${_PKG_CONFIG}" = "yes" -a -n "${PKG_SYSCONFDEPOTBASE}" ]; then ${SETENV} PLIST_IGNORE_FILES="${CONF_IGNORE_FILES}" \ ${LINKFARM} -t ${PKG_SYSCONFVIEWBASE} -d ${PKG_SYSCONFDEPOTBASE} ${PKGNAME} fi ;; esac # $NetBSD: install.tmpl,v 1.2 2005/08/12 19:59:03 jlam Exp $ case ${STAGE} in POST-INSTALL) eval `${PERL5} -V:scriptdir` PERL5_PACKLIST="/usr/pkg/lib/perl5/vendor_perl/5.10.0/sparc-solaris-thread-multi/auto/XML/Simple/.packlist" # Symlink the bits that belong to this module. $scriptdir/perllink -f -p ${PKG_PREFIX} add ${PERL5_PACKLIST} ;; esac # $NetBSD: install-post,v 1.1 2006/05/21 23:50:15 jlam Exp $ # Ensure that the VIEW-INSTALL action is called for overwrite packages. # This is here to ensure that it's the final POST-INSTALL action (after # any INSTALL_TEMPLATE POST-INSTALL actions). # case ${STAGE} in POST-INSTALL) if [ "${PKG_INSTALLATION_TYPE}" = "overwrite" ]; then ${SETENV} PKG_PREFIX="${PKG_PREFIX}" \ $0 ${PKGNAME} VIEW-INSTALL fi ;; esac # $NetBSD: footer,v 1.1 2006/05/21 23:50:15 jlam Exp $ exit 0 +DEINSTALL000755 000000 000001 00000011440 11130351561 012507 0ustar00rootother000000 000000 #!/usr/pkg/bin/pdksh # # $NetBSD: header,v 1.2 2006/07/19 22:26:26 jlam Exp $ SELF="$0" PKGNAME="$1" STAGE="$2" shift 2 AWK="/usr/pkg/bin/nawk" BASENAME="/usr/bin/basename" CAT="/usr/bin/cat" CHGRP="/usr/bin/chgrp" CHMOD="/usr/bin/chmod" CHOWN="/usr/bin/chown" CMP="/bin/cmp" CP="/bin/cp" DIRNAME="/usr/bin/dirname" ECHO="echo" ECHO_N="echo -n" EGREP="/usr/xpg4/bin/grep -E" EXPR="/usr/xpg4/bin/expr" FALSE="false" FIND="/usr/bin/find" GREP="/usr/xpg4/bin/grep" GTAR="" HEAD="/usr/bin/head" ID="/usr/xpg4/bin/id" LINKFARM="/usr/pkg/sbin/linkfarm" LN="/usr/bin/ln" LS="/usr/bin/ls" MKDIR="/usr/bin/mkdir -p" MV="/usr/bin/mv" PERL5="/usr/pkg/bin/perl" PKG_ADMIN="/usr/pkg/sbin/pkg_admin" PKG_INFO="/usr/pkg/sbin/pkg_info" PWD_CMD="/bin/pwd" RM="/usr/bin/rm" RMDIR="/usr/bin/rmdir" SED="/usr/pkg/bin/nbsed" SETENV="/usr/bin/env" SH="/usr/pkg/bin/pdksh" SORT="/usr/bin/sort" SU="/usr/bin/su" TEST="test" TOUCH="/usr/bin/touch" TR="/usr/bin/tr" TRUE="true" XARGS="/usr/bin/xargs" CURDIR=`${PWD_CMD}` : ${PKG_METADATA_DIR=${CURDIR}} PKGBASE="p5-XML-Simple" LOCALBASE="/usr/pkg" X11BASE="/usr/openwin" DEPOTBASE="/usr/pkg/packages" PREFIX="/usr/pkg" case ${PKG_PREFIX} in ${LOCALBASE}/*) VIEW="${PKG_PREFIX#${LOCALBASE}/}" ;; *) VIEW="" ;; esac PKG_SYSCONFBASE="/usr/pkg/etc" PKG_SYSCONFDEPOTBASE="" PKG_SYSCONFBASEDIR="/usr/pkg/etc" PKG_SYSCONFDIR="/usr/pkg/etc" CONF_DEPENDS="" case ${VIEW} in "") PKG_SYSCONFVIEWBASE="${PKG_SYSCONFBASE}" ;; *) PKG_SYSCONFVIEWBASE="${PKG_SYSCONFBASE}/${VIEW}" ;; esac CONF_IGNORE_FILES="*[~#] *.OLD *.orig *,v .pkgsrc */.pkgsrc" PKG_INSTALLATION_TYPE="overwrite" case "${PKG_CONFIG:-YES}" in [Yy][Ee][Ss]|[Tt][Rr][Uu][Ee]|[Oo][Nn]|1) _PKG_CONFIG=yes ;; [Nn][Oo]|[Ff][Aa][Ll][Ss][Ee]|[Oo][Ff][Ff]|0) _PKG_CONFIG=yes ;; esac # $NetBSD: deinstall-pre,v 1.1 2006/05/21 23:50:15 jlam Exp $ # Ensure that the VIEW-DEINSTALL action is called for overwrite packages. # This is here to ensure that it's the first DEINSTALL action (before # any DEINSTALL_TEMPLATE DEINSTALL actions). # case ${STAGE} in DEINSTALL) if [ "${PKG_INSTALLATION_TYPE}" = "overwrite" ]; then ${SETENV} PKG_PREFIX="${PKG_PREFIX}" \ $0 ${PKGNAME} VIEW-DEINSTALL fi ;; esac # $NetBSD: deinstall.tmpl,v 1.1 2005/08/12 19:59:03 jlam Exp $ case ${STAGE} in DEINSTALL) eval `${PERL5} -V:prefix -V:archlib -V:scriptdir` PERL5_PACKLIST="/usr/pkg/lib/perl5/vendor_perl/5.10.0/sparc-solaris-thread-multi/auto/XML/Simple/.packlist" # Remove the perllocal.pod file. case "$archlib" in $prefix/*) archlib="${PKG_PREFIX}/${archlib#$prefix/}" ;; esac ${RM} -f $archlib/perllocal.pod ${RMDIR} -p $archlib 2>/dev/null || ${TRUE} # Remove any symlinked bits that belong to this module. $scriptdir/perllink -f -p ${PKG_PREFIX} delete ${PERL5_PACKLIST} # If this is not the perl package, then re-link any perl bits # back into place. # $scriptdir/perllink -p ${PKG_PREFIX} add ;; esac # $NetBSD: deinstall,v 1.2 2007/07/18 18:01:03 jlam Exp $ case ${STAGE} in VIEW-DEINSTALL) case ${_PKG_CONFIG} in yes) case ${PKG_SYSCONFDEPOTBASE} in "") ${TEST} ! -x ./+FILES || ./+FILES VIEW-REMOVE ${PREFIX} ${PKG_PREFIX} ;; *) ${SETENV} PLIST_IGNORE_FILES="${CONF_IGNORE_FILES}" \ ${LINKFARM} -D -t ${PKG_SYSCONFVIEWBASE} -d ${PKG_SYSCONFDEPOTBASE} ${PKGNAME} ${RMDIR} -p ${PKG_SYSCONFVIEWBASE} 2>/dev/null || ${TRUE} ;; esac ;; esac # # Unregister info files. # ${TEST} ! -x ./+INFO_FILES || ./+INFO_FILES REMOVE ${PKG_METADATA_DIR} # # Remove shells from /etc/shells. # ${TEST} ! -x ./+SHELL || ./+SHELL REMOVE ${PKG_METADATA_DIR} ${TEST} ! -x ./+SHELL || ./+SHELL CHECK-REMOVE ${PKG_METADATA_DIR} ;; DEINSTALL) # Remove configuration files if they don't differ from the default # config file. # ${TEST} ! -x ./+FILES || ./+FILES REMOVE ${PKG_METADATA_DIR} ;; POST-DEINSTALL) if [ "${PKG_INSTALLATION_TYPE}" = "pkgviews" -a \ "${_PKG_CONFIG}" = "yes" -a -n "${CONF_DEPENDS}" ]; then if [ -h ${PKG_SYSCONFDIR} ]; then ${RM} -f ${PKG_SYSCONFDIR} fi ${RMDIR} -p `${DIRNAME} ${PKG_SYSCONFDIR}` 2>/dev/null || ${TRUE} fi # # Update any fonts databases. # ${TEST} ! -x ./+FONTS || ./+FONTS ${PKG_METADATA_DIR} # # Rebuild the system run-time library search path database. # ${TEST} ! -x ./+SHLIBS || ./+SHLIBS REMOVE ${PKG_METADATA_DIR} # # Remove empty directories and unused users/groups. # ${TEST} ! -x ./+DIRS || ./+DIRS REMOVE ${PKG_METADATA_DIR} ${TEST} ! -x ./+USERGROUP || ./+USERGROUP REMOVE ${PKG_METADATA_DIR} # # Check for any existing bits after we're finished de-installing. # ${TEST} ! -x ./+USERGROUP || ./+USERGROUP CHECK-REMOVE ${PKG_METADATA_DIR} ${TEST} ! -x ./+FILES || ./+FILES CHECK-REMOVE ${PKG_METADATA_DIR} ${TEST} ! -x ./+DIRS || ./+DIRS CHECK-REMOVE ${PKG_METADATA_DIR} ;; esac # $NetBSD: footer,v 1.1 2006/05/21 23:50:15 jlam Exp $ exit 0 +BUILD_VERSION000644 000000 000001 00000000256 11130351570 013234 0ustar00rootother000000 000000 textproc/p5-XML-Simple/distinfo: $NetBSD: distinfo,v 1.8 2007/09/18 21:18:10 wiz Exp $ textproc/p5-XML-Simple/Makefile: $NetBSD: Makefile,v 1.21 2008/10/19 19:18:59 he Exp $ +BUILD_INFO000644 000000 000001 00000004412 11130351574 012644 0ustar00rootother000000 000000 ABI= BUILD_DATE=2009-01-05 03:31:39 %z BUILD_HOST=SunOS marcie 5.9 Generic_118558-34 sun4u sparc SUNW,Ultra-5_10 CATEGORIES=textproc perl5 CC_VERSION=gcc-4.2.0 CFLAGS=-O -O3 -I/usr/pkg/include -I/usr/include CMAKE_ARGS= CONFIGURE_ARGS= CONFIGURE_ENV=PTHREAD_CFLAGS=\ -D_REENTRANT PTHREAD_LDFLAGS= PTHREAD_LIBS=-lpthread\ -lrt PTHREADBASE=/usr INSTALL_INFO= MAKEINFO=/usr/pkgsrc/textproc/p5-XML-Simple/work.sparc/.tools/bin/makeinfo PKG_CONFIG= PKG_CONFIG_LIBDIR=/usr/pkgsrc/textproc/p5-XML-Simple/work.sparc/.buildlink/lib/pkgconfig:/usr/pkgsrc/textproc/p5-XML-Simple/work.sparc/.buildlink/share/pkgconfig PKG_CONFIG_LOG=/usr/pkgsrc/textproc/p5-XML-Simple/work.sparc/.pkg-config.log PKG_CONFIG_PATH= MAKE=make WRAPPER_DEBUG=no WRAPPER_UPDATE_CACHE=yes CXXCPP=gcc\ -E CC=gcc CFLAGS=-O\ -O3\ -I/usr/pkg/include\ -I/usr/include CPPFLAGS=-I/usr/pkg/include\ -I/usr/include CXX=g++ CXXFLAGS=-O\ -O3\ -I/usr/pkg/include\ -I/usr/include COMPILER_RPATH_FLAG=-Wl,-R F77=f77 FC=f77 FFLAGS=-O LANG=C LC_COLLATE=C LC_CTYPE=C LC_MESSAGES=C LC_MONETARY=C LC_NUMERIC=C LC_TIME=C LDFLAGS=-L/usr/pkg/lib\ -Wl,-R/usr/pkg/lib\ -L/usr/lib\ -Wl,-R/usr/lib LINKER_RPATH_FLAG=-R PATH=/usr/pkgsrc/textproc/p5-XML-Simple/work.sparc/.wrapper/bin:/usr/pkgsrc/textproc/p5-XML-Simple/work.sparc/.buildlink/bin:/usr/pkgsrc/textproc/p5-XML-Simple/work.sparc/.tools/bin:/usr/pkgsrc/textproc/p5-XML-Simple/work.sparc/.gcc/bin:/usr/pkg/bin:/usr/sbin:/usr/bin:/usr/ucb:/usr/ccs/bin:/usr/xpg4/bin:/usr/dt/bin:/usr/X11/bin:/usr/pkg/sbin:/usr/pkg/bin:/usr/openwin/bin:/opt/gcc/bin:/usr/sfw/sbin:/usr/sfw/bin:/usr/local/sbin:/usr/local/bin:/usr/pkg/bin:/usr/openwin/bin PREFIX=/usr/pkg PKG_SYSCONFDIR=/usr/pkg/etc HOME=/usr/pkgsrc/textproc/p5-XML-Simple/work.sparc/.home CPPFLAGS= -I/usr/pkg/include -I/usr/include FFLAGS=-O HOMEPAGE=http://search.cpan.org/dist/XML-Simple/ LDFLAGS= -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib LICENSE= LOCALBASE=/usr/pkg MACHINE_ARCH=sparc MACHINE_GNU_ARCH=sparc MAINTAINER=pkgsrc-users@NetBSD.org NO_BIN_ON_CDROM= NO_BIN_ON_FTP= NO_SRC_ON_CDROM= NO_SRC_ON_FTP= OBJECT_FMT=ELF OPSYS=SunOS OS_VERSION=5.9 PKGINFODIR=info PKGMANDIR=man PKGPATH=textproc/p5-XML-Simple PKG_SYSCONFBASEDIR=/usr/pkg/etc PKG_SYSCONFDIR=/usr/pkg/etc PKGTOOLS_VERSION=20081002 _PLIST_IGNORE_FILES= RESTRICTED= _USE_DESTDIR=no +SIZE_PKG000644 000000 000001 00000000007 11130351574 012441 0ustar00rootother000000 000000 207651 +SIZE_ALL000644 000000 000001 00000000011 11130351570 012417 0ustar00rootother000000 000000 49734590 lib/perl5/vendor_perl/5.10.0/sparc-solaris-thread-multi/auto/XML/Simple/.packlist000644 000000 000001 00000000336 11130351565 027665 0ustar00rootother000000 000000 /usr/pkg/lib/perl5/vendor_perl/5.10.0/XML/Simple.pm /usr/pkg/lib/perl5/vendor_perl/5.10.0/XML/Simple/FAQ.pod /usr/pkg/lib/perl5/vendor_perl/man/man3/XML::Simple.3 /usr/pkg/lib/perl5/vendor_perl/man/man3/XML::Simple::FAQ.3 lib/perl5/vendor_perl/5.10.0/XML/Simple/FAQ.pod000444 000000 000001 00000047055 10147511131 021037 0ustar00rootother000000 000000 package XML::Simple::FAQ; 1; __END__ =head1 Frequently Asked Questions about XML::Simple =head1 Basics =head2 What is XML::Simple designed to be used for? XML::Simple is a Perl module that was originally developed as a tool for reading and writing configuration data in XML format. You can use it for many other purposes that involve storing and retrieving structured data in XML. You might also find XML::Simple a good starting point for playing with XML from Perl. It doesn't have a steep learning curve and if you outgrow its capabilities there are plenty of other Perl/XML modules to 'step up' to. =head2 Why store configuration data in XML anyway? The many advantages of using XML format for configuration data include: =over 4 =item * Using existing XML parsing tools requires less development time, is easier and more robust than developing your own config file parsing code =item * XML can represent relationships between pieces of data, such as nesting of sections to arbitrary levels (not easily done with .INI files for example) =item * XML is basically just text, so you can easily edit a config file (easier than editing a Win32 registry) =item * XML provides standard solutions for handling character sets and encoding beyond basic ASCII (important for internationalization) =item * If it becomes necessary to change your configuration file format, there are many tools available for performing transformations on XML files =item * XML is an open standard (the world does not need more proprietary binary file formats) =item * Taking the extra step of developing a DTD allows the format of configuration files to be validated before your program reads them (not directly supported by XML::Simple) =item * Combining a DTD with a good XML editor can give you a GUI config editor for minimal coding effort =back =head2 What isn't XML::Simple good for? The main limitation of XML::Simple is that it does not work with 'mixed content' (see the next question). If you consider your XML files contain marked up text rather than structured data, you should probably use another module. If you are working with very large XML files, XML::Simple's approach of representing the whole file in memory as a 'tree' data structure may not be suitable. =head2 What is mixed content? Consider this example XML: This is mixed content. This is said to be mixed content, because the EparaE element contains both character data (text content) and nested elements. Here's some more XML: Joe Bloggs 25-April-1969 This second example is not generally considered to be mixed content. The Efirst_nameE, Elast_nameE and EdobE elements contain only character data and the EpersonE element contains only nested elements. (Note: Strictly speaking, the whitespace between the nested elements is character data, but it is ignored by XML::Simple). =head2 Why doesn't XML::Simple handle mixed content? Because if it did, it would no longer be simple :-) Seriously though, there are plenty of excellent modules that allow you to work with mixed content in a variety of ways. Handling mixed content correctly is not easy and by ignoring these issues, XML::Simple is able to present an API without a steep learning curve. =head2 Which Perl modules do handle mixed content? Every one of them except XML::Simple :-) If you're looking for a recommendation, I'd suggest you look at the Perl-XML FAQ at: http://perl-xml.sourceforge.net/faq/ =head1 Installation =head2 How do I install XML::Simple? If you're running ActiveState Perl, you've probably already got XML::Simple (although you may want to upgrade to version 1.09 or better for SAX support). If you do need to install XML::Simple, you'll need to install an XML parser module first. Install either XML::Parser (which you may have already) or XML::SAX. If you install both, XML::SAX will be used by default. Once you have a parser installed ... On Unix systems, try: perl -MCPAN -e 'install XML::Simple' If that doesn't work, download the latest distribution from ftp://ftp.cpan.org/pub/CPAN/authors/id/G/GR/GRANTM , unpack it and run these commands: perl Makefile.PL make make test make install On Win32, if you have a recent build of ActiveState Perl (618 or better) try this command: ppm install XML::Simple If that doesn't work, you really only need the Simple.pm file, so extract it from the .tar.gz file (eg: using WinZIP) and save it in the \site\lib\XML directory under your Perl installation (typically C:\Perl). =head2 I'm trying to install XML::Simple and 'make test' fails Is the directory where you've unpacked XML::Simple mounted from a file server using NFS, SMB or some other network file sharing? If so, that may cause errors in the the following test scripts: 3_Storable.t 4_MemShare.t 5_MemCopy.t The test suite is designed to exercise the boundary conditions of all XML::Simple's functionality and these three scripts exercise the caching functions. If XML::Simple is asked to parse a file for which it has a cached copy of a previous parse, then it compares the timestamp on the XML file with the timestamp on the cached copy. If the cached copy is *newer* then it will be used. If the cached copy is older or the same age then the file is re-parsed. The test scripts will get confused by networked filesystems if the workstation and server system clocks are not synchronised (to the second). If you get an error in one of these three test scripts but you don't plan to use the caching options (they're not enabled by default), then go right ahead and run 'make install'. If you do plan to use caching, then try unpacking the distribution on local disk and doing the build/test there. It's probably not a good idea to use the caching options with networked filesystems in production. If the file server's clock is ahead of the local clock, XML::Simple will re-parse files when it could have used the cached copy. However if the local clock is ahead of the file server clock and a file is changed immediately after it is cached, the old cached copy will be used. Is one of the three test scripts (above) failing but you're not running on a network filesystem? Are you running Win32? If so, you may be seeing a bug in Win32 where writes to a file do not affect its modfication timestamp. If none of these scenarios match your situation, please confirm you're running the latest version of XML::Simple and then email the output of 'make test' to me at grantm@cpan.org =head2 Why is XML::Simple so slow? If you find that XML::Simple is very slow reading XML, the most likely reason is that you have XML::SAX installed but no additional SAX parser module. The XML::SAX distribution includes an XML parser written entirely in Perl. This is very portable but not very fast. For better performance install either XML::SAX::Expat or XML::LibXML. =head1 Usage =head2 How do I use XML::Simple? If you had an XML document called /etc/appconfig/foo.xml you could 'slurp' it into a simple data structure (typically a hashref) with these lines of code: use XML::Simple; my $config = XMLin('/etc/appconfig/foo.xml'); The XMLin() function accepts options after the filename. =head2 There are so many options, which ones do I really need to know about? Although you can get by without using any options, you shouldn't even consider using XML::Simple in production until you know what these two options do: =over 4 =item * forcearray =item * keyattr =back The reason you really need to read about them is because the default values for these options will trip you up if you don't. Although everyone agrees that these defaults are not ideal, there is not wide agreement on what they should be changed to. The answer therefore is to read about them (see below) and select values which are right for you. =head2 What is the forcearray option all about? Consider this XML in a file called ./person.xml: Joe Bloggs bungy jumping sky diving knitting You could read it in with this line: my $person = XMLin('./person.xml'); Which would give you a data structure like this: $person = { 'first_name' => 'Joe', 'last_name' => 'Bloggs', 'hobbie' => [ 'bungy jumping', 'sky diving', 'knitting' ] }; The Efirst_nameE and Elast_nameE elements are represented as simple scalar values which you could refer to like this: print "$person->{first_name} $person->{last_name}\n"; The EhobbieE elements are represented as an array - since there is more than one. You could refer to the first one like this: print $person->{hobbie}->[0], "\n"; Or the whole lot like this: print join(', ', @{$person->{hobbie}} ), "\n"; The catch is, that these last two lines of code will only work for people who have more than one hobbie. If there is only one EhobbieE element, it will be represented as a simple scalar (just like Efirst_nameE and Elast_nameE). Which might lead you to write code like this: if(ref($person->{hobbie})) { print join(', ', @{$person->{hobbie}} ), "\n"; } else { print $person->{hobbie}, "\n"; } Don't do that. One alternative approach is to set the forcearray option to a true value: my $person = XMLin('./person.xml', forcearray => 1); Which will give you a data structure like this: $person = { 'first_name' => [ 'Joe' ], 'last_name' => [ 'Bloggs' ], 'hobbie' => [ 'bungy jumping', 'sky diving', 'knitting' ] }; Then you can use this line to refer to all the list of hobbies even if there was only one: print join(', ', @{$person->{hobbie}} ), "\n"; The downside of this approach is that the Efirst_nameE and Elast_nameE elements will also always be represented as arrays even though there will never be more than one: print "$person->{first_name}->[0] $person->{last_name}->[0]\n"; This might be OK if you change the XML to use attributes for things that will always be singular and nested elements for things that may be plural: motorcycle maintenance On the other hand, if you prefer not to use attributes, then you could specify that any EhobbieE elements should always be represented as arrays and all other nested elements should be simple scalar values unless there is more than one: my $person = XMLin('./person.xml', forcearray => [ 'hobbie' ]); The forcearray option accepts a list of element names which should always be forced to an array representation: forcearray => [ qw(hobbie qualification childs_name) ] See the XML::Simple manual page for more information. =head2 What is the keyattr option all about? Consider this sample XML: You could slurp it in with this code: my $catalog = XMLin('./catalog.xml'); Which would return a data structure like this: $catalog = { 'part' => [ { 'partnum' => '1842334', 'desc' => 'High pressure flange', 'price' => '24.50' }, { 'partnum' => '9344675', 'desc' => 'Threaded gasket', 'price' => '9.25' }, { 'partnum' => '5634896', 'desc' => 'Low voltage washer', 'price' => '12.00' } ] }; Then you could access the description of the first part in the catalog with this code: print $catalog->{part}->[0]->{desc}, "\n"; However, if you wanted to access the description of the part with the part number of "9344675" then you'd have to code a loop like this: foreach my $part (@{$catalog->{part}}) { if($part->{partnum} eq '9344675') { print $part->{desc}, "\n"; last; } } The knowledge that each EpartE element has a unique partnum attribute allows you to eliminate this search. You can pass this knowledge on to XML::Simple like this: my $catalog = XMLin($xml, keyattr => ['partnum']); Which will return a data structure like this: $catalog = { 'part' => { '5634896' => { 'desc' => 'Low voltage washer', 'price' => '12.00' }, '1842334' => { 'desc' => 'High pressure flange', 'price' => '24.50' }, '9344675' => { 'desc' => 'Threaded gasket', 'price' => '9.25' } } }; XML::Simple has been able to transform $catalog->{part} from an arrayref to a hashref (keyed on partnum). This transformation is called 'array folding'. Through the use of array folding, you can now index directly to the description of the part you want: print $catalog->{part}->{9344675}->{desc}, "\n"; The 'keyattr' option also enables array folding when the unique key is in a nested element rather than an attribute. eg: 1842334 High pressure flange 24.50 9344675 Threaded gasket 9.25 5634896 Low voltage washer 12.00 See the XML::Simple manual page for more information. =head2 So what's the catch with 'keyattr'? One thing to watch out for is that you might get array folding even if you don't supply the keyattr option. The default value for this option is: [ 'name', 'key', 'id'] Which means if your XML elements have a 'name', 'key' or 'id' attribute (or nested element) then they may get folded on those values. This means that you can take advantage of array folding simply through careful choice of attribute names. On the hand, if you really don't want array folding at all, you'll need to set 'key attr to an empty list: my $ref = XMLin($xml, keyattr => []); A second 'gotcha' is that array folding only works on arrays. That might seem obvious, but if there's only one record in your XML and you didn't set the 'forcearray' option then it won't be represented as an array and consequently won't get folded into a hash. The moral is that if you're using array folding, you should always turn on the forcearray option. You probably want to be as specific as you can be too. For instance, the safest way to parse the EcatalogE example above would be: my $catalog = XMLin($xml, keyattr => { part => 'partnum'}, forcearray => ['part']); By using the hashref for keyattr, you can specify that only EpartE elements should be folded on the 'partnum' attribute (and that the EpartE elements should not be folded on any other attribute). By supplying a list of element names for forcearray, you're ensuring that folding will work even if there's only one EpartE. You're also ensuring that if the 'partnum' unique key is supplied in a nested element then that element won't get forced to an array too. =head2 How do I know what my data structure should look like? The rules are fairly straightforward: =over 4 =item * each element gets represented as a hash =item * unless it contains only text, in which case it'll be a simple scalar value =item * or unless there's more than one element with the same name, in which case they'll be represented as an array =item * unless you've got array folding enabled, in which case they'll be folded into a hash =item * empty elements (no text contents B no attributes) will either be represented as an empty hash, an empty string or undef - depending on the value of the 'suppressempty' option. =back If you're in any doubt, use Data::Dumper, eg: use XML::Simple; use Data::Dumper; my $ref = XMLin($xml); print Dumper($ref); =head2 I'm getting 'Use of uninitialized value' warnings You're probably trying to index into a non-existant hash key - try Data::Dumper. =head2 I'm getting a 'Not an ARRAY reference' error Something that you expect to be an array is not. The two most likely causes are that you forgot to use 'forcearray' or that the array got folded into a hash - try Data::Dumper. =head2 I'm getting a 'No such array field' error Something that you expect to be a hash is actually an array. Perhaps array folding failed because one element was missing the key attribute - try Data::Dumper. =head2 I'm getting an 'Out of memory' error Something in the data structure is not as you expect and Perl may be trying unsuccessfully to autovivify things - try Data::Dumper. If you're already using Data::Dumper, try calling Dumper() immediately after XMLin() - ie: before you attempt to access anything in the data structure. =head2 My element order is getting jumbled up If you read an XML file with XMLin() and then write it back out with XMLout(), the order of the elements will likely be different. (However, if you read the file back in with XMLin() you'll get the same Perl data structure). The reordering happens because XML::Simple uses hashrefs to store your data and Perl hashes do not really have any order. It is possible that a future version of XML::Simple will use Tie::IxHash to store the data in hashrefs which do retain the order. However this will not fix all cases of element order being lost. If your application really is sensitive to element order, don't use XML::Simple (and don't put order-sensitive values in attributes). =head2 XML::Simple turns nested elements into attributes If you read an XML file with XMLin() and then write it back out with XMLout(), some data which was originally stored in nested elements may end up in attributes. (However, if you read the file back in with XMLin() you'll get the same Perl data structure). There are a number of ways you might handle this: =over 4 =item * use the 'forcearray' option with XMLin() =item * use the 'noattr' option with XMLout() =item * live with it =item * don't use XML::Simple =back =head2 Why does XMLout() insert EnameE elements (or attributes)? Try setting keyattr => []. When you call XMLin() to read XML, the 'keyattr' option controls whether arrays get 'folded' into hashes. Similarly, when you call XMLout(), the 'keyattr' option controls whether hashes get 'unfolded' into arrays. As described above, 'keyattr' is enabled by default. =head2 Why are empty elements represented as empty hashes? An element is always represented as a hash unless it contains only text, in which case it is represented as a scalar string. If you would prefer empty elements to be represented as empty strings or the undefined value, set the 'suppressempty' option to '' or undef respectively. =head2 Why is ParserOpts deprecated? The C option is a remnant of the time when XML::Simple only worked with the XML::Parser API. Its value is completely ignored if you're using a SAX parser, so writing code which relied on it would bar you from taking advantage of SAX. Even if you are using XML::Parser, it is seldom necessary to pass options to the parser object. A number of people have written to say they use this option to set XML::Parser's C option. Don't do that, it's wrong, Wrong, WRONG! Fix the XML document so that it's well-formed and you won't have a problem. Having said all of that, as long as XML::Simple continues to support the XML::Parser API, this option will not be removed. There are currently no plans to remove support for the XML::Parser API. =cut lib/perl5/vendor_perl/5.10.0/XML/Simple.pm000444 000000 000001 00000275417 10660553500 020275 0ustar00rootother000000 000000 # $Id: Simple.pm,v 1.40 2007/08/15 10:36:48 grantm Exp $ package XML::Simple; =head1 NAME XML::Simple - Easy API to maintain XML (esp config files) =head1 SYNOPSIS use XML::Simple; my $ref = XMLin([] [, ]); my $xml = XMLout($hashref [, ]); Or the object oriented way: require XML::Simple; my $xs = XML::Simple->new(options); my $ref = $xs->XMLin([] [, ]); my $xml = $xs->XMLout($hashref [, ]); (or see L<"SAX SUPPORT"> for 'the SAX way'). To catch common errors: use XML::Simple qw(:strict); (see L<"STRICT MODE"> for more details). =cut # See after __END__ for more POD documentation # Load essentials here, other modules loaded on demand later use strict; use Carp; require Exporter; ############################################################################## # Define some constants # use vars qw($VERSION @ISA @EXPORT @EXPORT_OK $PREFERRED_PARSER); @ISA = qw(Exporter); @EXPORT = qw(XMLin XMLout); @EXPORT_OK = qw(xml_in xml_out); $VERSION = '2.18'; $PREFERRED_PARSER = undef; my $StrictMode = 0; my @KnownOptIn = qw(keyattr keeproot forcecontent contentkey noattr searchpath forcearray cache suppressempty parseropts grouptags nsexpand datahandler varattr variables normalisespace normalizespace valueattr); my @KnownOptOut = qw(keyattr keeproot contentkey noattr rootname xmldecl outputfile noescape suppressempty grouptags nsexpand handler noindent attrindent nosort valueattr numericescape); my @DefKeyAttr = qw(name key id); my $DefRootName = qq(opt); my $DefContentKey = qq(content); my $DefXmlDecl = qq(); my $xmlns_ns = 'http://www.w3.org/2000/xmlns/'; my $bad_def_ns_jcn = '{' . $xmlns_ns . '}'; # LibXML::SAX workaround ############################################################################## # Globals for use by caching routines # my %MemShareCache = (); my %MemCopyCache = (); ############################################################################## # Wrapper for Exporter - handles ':strict' # sub import { # Handle the :strict tag $StrictMode = 1 if grep(/^:strict$/, @_); # Pass everything else to Exporter.pm @_ = grep(!/^:strict$/, @_); goto &Exporter::import; } ############################################################################## # Constructor for optional object interface. # sub new { my $class = shift; if(@_ % 2) { croak "Default options must be name=>value pairs (odd number supplied)"; } my %known_opt; @known_opt{@KnownOptIn, @KnownOptOut} = (undef) x 100; my %raw_opt = @_; my %def_opt; while(my($key, $val) = each %raw_opt) { my $lkey = lc($key); $lkey =~ s/_//g; croak "Unrecognised option: $key" unless(exists($known_opt{$lkey})); $def_opt{$lkey} = $val; } my $self = { def_opt => \%def_opt }; return(bless($self, $class)); } ############################################################################## # Sub: _get_object() # # Helper routine called from XMLin() and XMLout() to create an object if none # was provided. Note, this routine does mess with the caller's @_ array. # sub _get_object { my $self; if($_[0] and UNIVERSAL::isa($_[0], 'XML::Simple')) { $self = shift; } else { $self = XML::Simple->new(); } return $self; } ############################################################################## # Sub/Method: XMLin() # # Exported routine for slurping XML into a hashref - see pod for info. # # May be called as object method or as a plain function. # # Expects one arg for the source XML, optionally followed by a number of # name => value option pairs. # sub XMLin { my $self = &_get_object; # note, @_ is passed implicitly my $target = shift; # Work out whether to parse a string, a file or a filehandle if(not defined $target) { return $self->parse_file(undef, @_); } elsif($target eq '-') { local($/) = undef; $target = ; return $self->parse_string(\$target, @_); } elsif(my $type = ref($target)) { if($type eq 'SCALAR') { return $self->parse_string($target, @_); } else { return $self->parse_fh($target, @_); } } elsif($target =~ m{<.*?>}s) { return $self->parse_string(\$target, @_); } else { return $self->parse_file($target, @_); } } ############################################################################## # Sub/Method: parse_file() # # Same as XMLin, but only parses from a named file. # sub parse_file { my $self = &_get_object; # note, @_ is passed implicitly my $filename = shift; $self->handle_options('in', @_); $filename = $self->default_config_file if not defined $filename; $filename = $self->find_xml_file($filename, @{$self->{opt}->{searchpath}}); # Check cache for previous parse if($self->{opt}->{cache}) { foreach my $scheme (@{$self->{opt}->{cache}}) { my $method = 'cache_read_' . $scheme; my $opt = $self->$method($filename); return($opt) if($opt); } } my $ref = $self->build_simple_tree($filename, undef); if($self->{opt}->{cache}) { my $method = 'cache_write_' . $self->{opt}->{cache}->[0]; $self->$method($ref, $filename); } return $ref; } ############################################################################## # Sub/Method: parse_fh() # # Same as XMLin, but only parses from a filehandle. # sub parse_fh { my $self = &_get_object; # note, @_ is passed implicitly my $fh = shift; croak "Can't use " . (defined $fh ? qq{string ("$fh")} : 'undef') . " as a filehandle" unless ref $fh; $self->handle_options('in', @_); return $self->build_simple_tree(undef, $fh); } ############################################################################## # Sub/Method: parse_string() # # Same as XMLin, but only parses from a string or a reference to a string. # sub parse_string { my $self = &_get_object; # note, @_ is passed implicitly my $string = shift; $self->handle_options('in', @_); return $self->build_simple_tree(undef, ref $string ? $string : \$string); } ############################################################################## # Method: default_config_file() # # Returns the name of the XML file to parse if no filename (or XML string) # was provided. # sub default_config_file { my $self = shift; require File::Basename; my($basename, $script_dir, $ext) = File::Basename::fileparse($0, '\.[^\.]+'); # Add script directory to searchpath if($script_dir) { unshift(@{$self->{opt}->{searchpath}}, $script_dir); } return $basename . '.xml'; } ############################################################################## # Method: build_simple_tree() # # Builds a 'tree' data structure as provided by XML::Parser and then # 'simplifies' it as specified by the various options in effect. # sub build_simple_tree { my $self = shift; my $tree = $self->build_tree(@_); return $self->{opt}->{keeproot} ? $self->collapse({}, @$tree) : $self->collapse(@{$tree->[1]}); } ############################################################################## # Method: build_tree() # # This routine will be called if there is no suitable pre-parsed tree in a # cache. It parses the XML and returns an XML::Parser 'Tree' style data # structure (summarised in the comments for the collapse() routine below). # # XML::Simple requires the services of another module that knows how to parse # XML. If XML::SAX is installed, the default SAX parser will be used, # otherwise XML::Parser will be used. # # This routine expects to be passed a filename as argument 1 or a 'string' as # argument 2. The 'string' might be a string of XML (passed by reference to # save memory) or it might be a reference to an IO::Handle. (This # non-intuitive mess results in part from the way XML::Parser works but that's # really no excuse). # sub build_tree { my $self = shift; my $filename = shift; my $string = shift; my $preferred_parser = $PREFERRED_PARSER; unless(defined($preferred_parser)) { $preferred_parser = $ENV{XML_SIMPLE_PREFERRED_PARSER} || ''; } if($preferred_parser eq 'XML::Parser') { return($self->build_tree_xml_parser($filename, $string)); } eval { require XML::SAX; }; # We didn't need it until now if($@) { # No XML::SAX - fall back to XML::Parser if($preferred_parser) { # unless a SAX parser was expressly requested croak "XMLin() could not load XML::SAX"; } return($self->build_tree_xml_parser($filename, $string)); } $XML::SAX::ParserPackage = $preferred_parser if($preferred_parser); my $sp = XML::SAX::ParserFactory->parser(Handler => $self); $self->{nocollapse} = 1; my($tree); if($filename) { $tree = $sp->parse_uri($filename); } else { if(ref($string) && ref($string) ne 'SCALAR') { $tree = $sp->parse_file($string); } else { $tree = $sp->parse_string($$string); } } return($tree); } ############################################################################## # Method: build_tree_xml_parser() # # This routine will be called if XML::SAX is not installed, or if XML::Parser # was specifically requested. It takes the same arguments as build_tree() and # returns the same data structure (XML::Parser 'Tree' style). # sub build_tree_xml_parser { my $self = shift; my $filename = shift; my $string = shift; eval { local($^W) = 0; # Suppress warning from Expat.pm re File::Spec::load() require XML::Parser; # We didn't need it until now }; if($@) { croak "XMLin() requires either XML::SAX or XML::Parser"; } if($self->{opt}->{nsexpand}) { carp "'nsexpand' option requires XML::SAX"; } my $xp = XML::Parser->new(Style => 'Tree', @{$self->{opt}->{parseropts}}); my($tree); if($filename) { # $tree = $xp->parsefile($filename); # Changed due to prob w/mod_perl local(*XML_FILE); open(XML_FILE, '<', $filename) || croak qq($filename - $!); $tree = $xp->parse(*XML_FILE); close(XML_FILE); } else { $tree = $xp->parse($$string); } return($tree); } ############################################################################## # Method: cache_write_storable() # # Wrapper routine for invoking Storable::nstore() to cache a parsed data # structure. # sub cache_write_storable { my($self, $data, $filename) = @_; my $cachefile = $self->storable_filename($filename); require Storable; # We didn't need it until now if ('VMS' eq $^O) { Storable::nstore($data, $cachefile); } else { # If the following line fails for you, your Storable.pm is old - upgrade Storable::lock_nstore($data, $cachefile); } } ############################################################################## # Method: cache_read_storable() # # Wrapper routine for invoking Storable::retrieve() to read a cached parsed # data structure. Only returns cached data if the cache file exists and is # newer than the source XML file. # sub cache_read_storable { my($self, $filename) = @_; my $cachefile = $self->storable_filename($filename); return unless(-r $cachefile); return unless((stat($cachefile))[9] > (stat($filename))[9]); require Storable; # We didn't need it until now if ('VMS' eq $^O) { return(Storable::retrieve($cachefile)); } else { return(Storable::lock_retrieve($cachefile)); } } ############################################################################## # Method: storable_filename() # # Translates the supplied source XML filename into a filename for the storable # cached data. A '.stor' suffix is added after stripping an optional '.xml' # suffix. # sub storable_filename { my($self, $cachefile) = @_; $cachefile =~ s{(\.xml)?$}{.stor}; return $cachefile; } ############################################################################## # Method: cache_write_memshare() # # Takes the supplied data structure reference and stores it away in a global # hash structure. # sub cache_write_memshare { my($self, $data, $filename) = @_; $MemShareCache{$filename} = [time(), $data]; } ############################################################################## # Method: cache_read_memshare() # # Takes a filename and looks in a global hash for a cached parsed version. # sub cache_read_memshare { my($self, $filename) = @_; return unless($MemShareCache{$filename}); return unless($MemShareCache{$filename}->[0] > (stat($filename))[9]); return($MemShareCache{$filename}->[1]); } ############################################################################## # Method: cache_write_memcopy() # # Takes the supplied data structure and stores a copy of it in a global hash # structure. # sub cache_write_memcopy { my($self, $data, $filename) = @_; require Storable; # We didn't need it until now $MemCopyCache{$filename} = [time(), Storable::dclone($data)]; } ############################################################################## # Method: cache_read_memcopy() # # Takes a filename and looks in a global hash for a cached parsed version. # Returns a reference to a copy of that data structure. # sub cache_read_memcopy { my($self, $filename) = @_; return unless($MemCopyCache{$filename}); return unless($MemCopyCache{$filename}->[0] > (stat($filename))[9]); return(Storable::dclone($MemCopyCache{$filename}->[1])); } ############################################################################## # Sub/Method: XMLout() # # Exported routine for 'unslurping' a data structure out to XML. # # Expects a reference to a data structure and an optional list of option # name => value pairs. # sub XMLout { my $self = &_get_object; # note, @_ is passed implicitly croak "XMLout() requires at least one argument" unless(@_); my $ref = shift; $self->handle_options('out', @_); # If namespace expansion is set, XML::NamespaceSupport is required if($self->{opt}->{nsexpand}) { require XML::NamespaceSupport; $self->{nsup} = XML::NamespaceSupport->new(); $self->{ns_prefix} = 'aaa'; } # Wrap top level arrayref in a hash if(UNIVERSAL::isa($ref, 'ARRAY')) { $ref = { anon => $ref }; } # Extract rootname from top level hash if keeproot enabled if($self->{opt}->{keeproot}) { my(@keys) = keys(%$ref); if(@keys == 1) { $ref = $ref->{$keys[0]}; $self->{opt}->{rootname} = $keys[0]; } } # Ensure there are no top level attributes if we're not adding root elements elsif($self->{opt}->{rootname} eq '') { if(UNIVERSAL::isa($ref, 'HASH')) { my $refsave = $ref; $ref = {}; foreach (keys(%$refsave)) { if(ref($refsave->{$_})) { $ref->{$_} = $refsave->{$_}; } else { $ref->{$_} = [ $refsave->{$_} ]; } } } } # Encode the hashref and write to file if necessary $self->{_ancestors} = []; my $xml = $self->value_to_xml($ref, $self->{opt}->{rootname}, ''); delete $self->{_ancestors}; if($self->{opt}->{xmldecl}) { $xml = $self->{opt}->{xmldecl} . "\n" . $xml; } if($self->{opt}->{outputfile}) { if(ref($self->{opt}->{outputfile})) { my $fh = $self->{opt}->{outputfile}; if(UNIVERSAL::isa($fh, 'GLOB') and !UNIVERSAL::can($fh, 'print')) { eval { require IO::Handle; }; croak $@ if $@; } return($fh->print($xml)); } else { local(*OUT); open(OUT, '>', "$self->{opt}->{outputfile}") || croak "open($self->{opt}->{outputfile}): $!"; binmode(OUT, ':utf8') if($] >= 5.008); print OUT $xml || croak "print: $!"; close(OUT); } } elsif($self->{opt}->{handler}) { require XML::SAX; my $sp = XML::SAX::ParserFactory->parser( Handler => $self->{opt}->{handler} ); return($sp->parse_string($xml)); } else { return($xml); } } ############################################################################## # Method: handle_options() # # Helper routine for both XMLin() and XMLout(). Both routines handle their # first argument and assume all other args are options handled by this routine. # Saves a hash of options in $self->{opt}. # # If default options were passed to the constructor, they will be retrieved # here and merged with options supplied to the method call. # # First argument should be the string 'in' or the string 'out'. # # Remaining arguments should be name=>value pairs. Sets up default values # for options not supplied. Unrecognised options are a fatal error. # sub handle_options { my $self = shift; my $dirn = shift; # Determine valid options based on context my %known_opt; if($dirn eq 'in') { @known_opt{@KnownOptIn} = @KnownOptIn; } else { @known_opt{@KnownOptOut} = @KnownOptOut; } # Store supplied options in hashref and weed out invalid ones if(@_ % 2) { croak "Options must be name=>value pairs (odd number supplied)"; } my %raw_opt = @_; my $opt = {}; $self->{opt} = $opt; while(my($key, $val) = each %raw_opt) { my $lkey = lc($key); $lkey =~ s/_//g; croak "Unrecognised option: $key" unless($known_opt{$lkey}); $opt->{$lkey} = $val; } # Merge in options passed to constructor foreach (keys(%known_opt)) { unless(exists($opt->{$_})) { if(exists($self->{def_opt}->{$_})) { $opt->{$_} = $self->{def_opt}->{$_}; } } } # Set sensible defaults if not supplied if(exists($opt->{rootname})) { unless(defined($opt->{rootname})) { $opt->{rootname} = ''; } } else { $opt->{rootname} = $DefRootName; } if($opt->{xmldecl} and $opt->{xmldecl} eq '1') { $opt->{xmldecl} = $DefXmlDecl; } if(exists($opt->{contentkey})) { if($opt->{contentkey} =~ m{^-(.*)$}) { $opt->{contentkey} = $1; $opt->{collapseagain} = 1; } } else { $opt->{contentkey} = $DefContentKey; } unless(exists($opt->{normalisespace})) { $opt->{normalisespace} = $opt->{normalizespace}; } $opt->{normalisespace} = 0 unless(defined($opt->{normalisespace})); # Cleanups for values assumed to be arrays later if($opt->{searchpath}) { unless(ref($opt->{searchpath})) { $opt->{searchpath} = [ $opt->{searchpath} ]; } } else { $opt->{searchpath} = [ ]; } if($opt->{cache} and !ref($opt->{cache})) { $opt->{cache} = [ $opt->{cache} ]; } if($opt->{cache}) { $_ = lc($_) foreach (@{$opt->{cache}}); foreach my $scheme (@{$opt->{cache}}) { my $method = 'cache_read_' . $scheme; croak "Unsupported caching scheme: $scheme" unless($self->can($method)); } } if(exists($opt->{parseropts})) { if($^W) { carp "Warning: " . "'ParserOpts' is deprecated, contact the author if you need it"; } } else { $opt->{parseropts} = [ ]; } # Special cleanup for {forcearray} which could be regex, arrayref or boolean # or left to default to 0 if(exists($opt->{forcearray})) { if(ref($opt->{forcearray}) eq 'Regexp') { $opt->{forcearray} = [ $opt->{forcearray} ]; } if(ref($opt->{forcearray}) eq 'ARRAY') { my @force_list = @{$opt->{forcearray}}; if(@force_list) { $opt->{forcearray} = {}; foreach my $tag (@force_list) { if(ref($tag) eq 'Regexp') { push @{$opt->{forcearray}->{_regex}}, $tag; } else { $opt->{forcearray}->{$tag} = 1; } } } else { $opt->{forcearray} = 0; } } else { $opt->{forcearray} = ( $opt->{forcearray} ? 1 : 0 ); } } else { if($StrictMode and $dirn eq 'in') { croak "No value specified for 'ForceArray' option in call to XML$dirn()"; } $opt->{forcearray} = 0; } # Special cleanup for {keyattr} which could be arrayref or hashref or left # to default to arrayref if(exists($opt->{keyattr})) { if(ref($opt->{keyattr})) { if(ref($opt->{keyattr}) eq 'HASH') { # Make a copy so we can mess with it $opt->{keyattr} = { %{$opt->{keyattr}} }; # Convert keyattr => { elem => '+attr' } # to keyattr => { elem => [ 'attr', '+' ] } foreach my $el (keys(%{$opt->{keyattr}})) { if($opt->{keyattr}->{$el} =~ /^(\+|-)?(.*)$/) { $opt->{keyattr}->{$el} = [ $2, ($1 ? $1 : '') ]; if($StrictMode and $dirn eq 'in') { next if($opt->{forcearray} == 1); next if(ref($opt->{forcearray}) eq 'HASH' and $opt->{forcearray}->{$el}); croak "<$el> set in KeyAttr but not in ForceArray"; } } else { delete($opt->{keyattr}->{$el}); # Never reached (famous last words?) } } } else { if(@{$opt->{keyattr}} == 0) { delete($opt->{keyattr}); } } } else { $opt->{keyattr} = [ $opt->{keyattr} ]; } } else { if($StrictMode) { croak "No value specified for 'KeyAttr' option in call to XML$dirn()"; } $opt->{keyattr} = [ @DefKeyAttr ]; } # Special cleanup for {valueattr} which could be arrayref or hashref if(exists($opt->{valueattr})) { if(ref($opt->{valueattr}) eq 'ARRAY') { $opt->{valueattrlist} = {}; $opt->{valueattrlist}->{$_} = 1 foreach(@{ delete $opt->{valueattr} }); } } # make sure there's nothing weird in {grouptags} if($opt->{grouptags}) { croak "Illegal value for 'GroupTags' option - expected a hashref" unless UNIVERSAL::isa($opt->{grouptags}, 'HASH'); while(my($key, $val) = each %{$opt->{grouptags}}) { next if $key ne $val; croak "Bad value in GroupTags: '$key' => '$val'"; } } # Check the {variables} option is valid and initialise variables hash if($opt->{variables} and !UNIVERSAL::isa($opt->{variables}, 'HASH')) { croak "Illegal value for 'Variables' option - expected a hashref"; } if($opt->{variables}) { $self->{_var_values} = { %{$opt->{variables}} }; } elsif($opt->{varattr}) { $self->{_var_values} = {}; } } ############################################################################## # Method: find_xml_file() # # Helper routine for XMLin(). # Takes a filename, and a list of directories, attempts to locate the file in # the directories listed. # Returns a full pathname on success; croaks on failure. # sub find_xml_file { my $self = shift; my $file = shift; my @search_path = @_; require File::Basename; require File::Spec; my($filename, $filedir) = File::Basename::fileparse($file); if($filename ne $file) { # Ignore searchpath if dir component return($file) if(-e $file); } else { my($path); foreach $path (@search_path) { my $fullpath = File::Spec->catfile($path, $file); return($fullpath) if(-e $fullpath); } } # If user did not supply a search path, default to current directory if(!@search_path) { return($file) if(-e $file); croak "File does not exist: $file"; } croak "Could not find $file in ", join(':', @search_path); } ############################################################################## # Method: collapse() # # Helper routine for XMLin(). This routine really comprises the 'smarts' (or # value add) of this module. # # Takes the parse tree that XML::Parser produced from the supplied XML and # recurses through it 'collapsing' unnecessary levels of indirection (nested # arrays etc) to produce a data structure that is easier to work with. # # Elements in the original parser tree are represented as an element name # followed by an arrayref. The first element of the array is a hashref # containing the attributes. The rest of the array contains a list of any # nested elements as name+arrayref pairs: # # , [ { }, , [ ... ], ... ] # # The special element name '0' (zero) flags text content. # # This routine cuts down the noise by discarding any text content consisting of # only whitespace and then moves the nested elements into the attribute hash # using the name of the nested element as the hash key and the collapsed # version of the nested element as the value. Multiple nested elements with # the same name will initially be represented as an arrayref, but this may be # 'folded' into a hashref depending on the value of the keyattr option. # sub collapse { my $self = shift; # Start with the hash of attributes my $attr = shift; if($self->{opt}->{noattr}) { # Discard if 'noattr' set $attr = {}; } elsif($self->{opt}->{normalisespace} == 2) { while(my($key, $value) = each %$attr) { $attr->{$key} = $self->normalise_space($value) } } # Do variable substitutions if(my $var = $self->{_var_values}) { while(my($key, $val) = each(%$attr)) { $val =~ s{\$\{([\w.]+)\}}{ $self->get_var($1) }ge; $attr->{$key} = $val; } } # Roll up 'value' attributes (but only if no nested elements) if(!@_ and keys %$attr == 1) { my($k) = keys %$attr; if($self->{opt}->{valueattrlist} and $self->{opt}->{valueattrlist}->{$k}) { return $attr->{$k}; } } # Add any nested elements my($key, $val); while(@_) { $key = shift; $val = shift; if(ref($val)) { $val = $self->collapse(@$val); next if(!defined($val) and $self->{opt}->{suppressempty}); } elsif($key eq '0') { next if($val =~ m{^\s*$}s); # Skip all whitespace content $val = $self->normalise_space($val) if($self->{opt}->{normalisespace} == 2); # do variable substitutions if(my $var = $self->{_var_values}) { $val =~ s{\$\{(\w+)\}}{ $self->get_var($1) }ge; } # look for variable definitions if(my $var = $self->{opt}->{varattr}) { if(exists $attr->{$var}) { $self->set_var($attr->{$var}, $val); } } # Collapse text content in element with no attributes to a string if(!%$attr and !@_) { return($self->{opt}->{forcecontent} ? { $self->{opt}->{contentkey} => $val } : $val ); } $key = $self->{opt}->{contentkey}; } # Combine duplicate attributes into arrayref if required if(exists($attr->{$key})) { if(UNIVERSAL::isa($attr->{$key}, 'ARRAY')) { push(@{$attr->{$key}}, $val); } else { $attr->{$key} = [ $attr->{$key}, $val ]; } } elsif(defined($val) and UNIVERSAL::isa($val, 'ARRAY')) { $attr->{$key} = [ $val ]; } else { if( $key ne $self->{opt}->{contentkey} and ( ($self->{opt}->{forcearray} == 1) or ( (ref($self->{opt}->{forcearray}) eq 'HASH') and ( $self->{opt}->{forcearray}->{$key} or (grep $key =~ $_, @{$self->{opt}->{forcearray}->{_regex}}) ) ) ) ) { $attr->{$key} = [ $val ]; } else { $attr->{$key} = $val; } } } # Turn arrayrefs into hashrefs if key fields present if($self->{opt}->{keyattr}) { while(($key,$val) = each %$attr) { if(defined($val) and UNIVERSAL::isa($val, 'ARRAY')) { $attr->{$key} = $self->array_to_hash($key, $val); } } } # disintermediate grouped tags if($self->{opt}->{grouptags}) { while(my($key, $val) = each(%$attr)) { next unless(UNIVERSAL::isa($val, 'HASH') and (keys %$val == 1)); next unless(exists($self->{opt}->{grouptags}->{$key})); my($child_key, $child_val) = %$val; if($self->{opt}->{grouptags}->{$key} eq $child_key) { $attr->{$key}= $child_val; } } } # Fold hashes containing a single anonymous array up into just the array my $count = scalar keys %$attr; if($count == 1 and exists $attr->{anon} and UNIVERSAL::isa($attr->{anon}, 'ARRAY') ) { return($attr->{anon}); } # Do the right thing if hash is empty, otherwise just return it if(!%$attr and exists($self->{opt}->{suppressempty})) { if(defined($self->{opt}->{suppressempty}) and $self->{opt}->{suppressempty} eq '') { return(''); } return(undef); } # Roll up named elements with named nested 'value' attributes if($self->{opt}->{valueattr}) { while(my($key, $val) = each(%$attr)) { next unless($self->{opt}->{valueattr}->{$key}); next unless(UNIVERSAL::isa($val, 'HASH') and (keys %$val == 1)); my($k) = keys %$val; next unless($k eq $self->{opt}->{valueattr}->{$key}); $attr->{$key} = $val->{$k}; } } return($attr) } ############################################################################## # Method: set_var() # # Called when a variable definition is encountered in the XML. (A variable # definition looks like value where attrname # matches the varattr setting). # sub set_var { my($self, $name, $value) = @_; $self->{_var_values}->{$name} = $value; } ############################################################################## # Method: get_var() # # Called during variable substitution to get the value for the named variable. # sub get_var { my($self, $name) = @_; my $value = $self->{_var_values}->{$name}; return $value if(defined($value)); return '${' . $name . '}'; } ############################################################################## # Method: normalise_space() # # Strips leading and trailing whitespace and collapses sequences of whitespace # characters to a single space. # sub normalise_space { my($self, $text) = @_; $text =~ s/^\s+//s; $text =~ s/\s+$//s; $text =~ s/\s\s+/ /sg; return $text; } ############################################################################## # Method: array_to_hash() # # Helper routine for collapse(). # Attempts to 'fold' an array of hashes into an hash of hashes. Returns a # reference to the hash on success or the original array if folding is # not possible. Behaviour is controlled by 'keyattr' option. # sub array_to_hash { my $self = shift; my $name = shift; my $arrayref = shift; my $hashref = $self->new_hashref; my($i, $key, $val, $flag); # Handle keyattr => { .... } if(ref($self->{opt}->{keyattr}) eq 'HASH') { return($arrayref) unless(exists($self->{opt}->{keyattr}->{$name})); ($key, $flag) = @{$self->{opt}->{keyattr}->{$name}}; for($i = 0; $i < @$arrayref; $i++) { if(UNIVERSAL::isa($arrayref->[$i], 'HASH') and exists($arrayref->[$i]->{$key}) ) { $val = $arrayref->[$i]->{$key}; if(ref($val)) { $self->die_or_warn("<$name> element has non-scalar '$key' key attribute"); return($arrayref); } $val = $self->normalise_space($val) if($self->{opt}->{normalisespace} == 1); $self->die_or_warn("<$name> element has non-unique value in '$key' key attribute: $val") if(exists($hashref->{$val})); $hashref->{$val} = { %{$arrayref->[$i]} }; $hashref->{$val}->{"-$key"} = $hashref->{$val}->{$key} if($flag eq '-'); delete $hashref->{$val}->{$key} unless($flag eq '+'); } else { $self->die_or_warn("<$name> element has no '$key' key attribute"); return($arrayref); } } } # Or assume keyattr => [ .... ] else { my $default_keys = join(',', @DefKeyAttr) eq join(',', @{$self->{opt}->{keyattr}}); ELEMENT: for($i = 0; $i < @$arrayref; $i++) { return($arrayref) unless(UNIVERSAL::isa($arrayref->[$i], 'HASH')); foreach $key (@{$self->{opt}->{keyattr}}) { if(defined($arrayref->[$i]->{$key})) { $val = $arrayref->[$i]->{$key}; if(ref($val)) { $self->die_or_warn("<$name> element has non-scalar '$key' key attribute") if not $default_keys; return($arrayref); } $val = $self->normalise_space($val) if($self->{opt}->{normalisespace} == 1); $self->die_or_warn("<$name> element has non-unique value in '$key' key attribute: $val") if(exists($hashref->{$val})); $hashref->{$val} = { %{$arrayref->[$i]} }; delete $hashref->{$val}->{$key}; next ELEMENT; } } return($arrayref); # No keyfield matched } } # collapse any hashes which now only have a 'content' key if($self->{opt}->{collapseagain}) { $hashref = $self->collapse_content($hashref); } return($hashref); } ############################################################################## # Method: die_or_warn() # # Takes a diagnostic message and does one of three things: # 1. dies if strict mode is enabled # 2. warns if warnings are enabled but strict mode is not # 3. ignores message and resturns silently if neither strict mode nor warnings # are enabled # sub die_or_warn { my $self = shift; my $msg = shift; croak $msg if($StrictMode); carp "Warning: $msg" if($^W); } ############################################################################## # Method: new_hashref() # # This is a hook routine for overriding in a sub-class. Some people believe # that using Tie::IxHash here will solve order-loss problems. # sub new_hashref { my $self = shift; return { @_ }; } ############################################################################## # Method: collapse_content() # # Helper routine for array_to_hash # # Arguments expected are: # - an XML::Simple object # - a hasref # the hashref is a former array, turned into a hash by array_to_hash because # of the presence of key attributes # at this point collapse_content avoids over-complicated structures like # dir => { libexecdir => { content => '$exec_prefix/libexec' }, # localstatedir => { content => '$prefix' }, # } # into # dir => { libexecdir => '$exec_prefix/libexec', # localstatedir => '$prefix', # } sub collapse_content { my $self = shift; my $hashref = shift; my $contentkey = $self->{opt}->{contentkey}; # first go through the values,checking that they are fit to collapse foreach my $val (values %$hashref) { return $hashref unless ( (ref($val) eq 'HASH') and (keys %$val == 1) and (exists $val->{$contentkey}) ); } # now collapse them foreach my $key (keys %$hashref) { $hashref->{$key}= $hashref->{$key}->{$contentkey}; } return $hashref; } ############################################################################## # Method: value_to_xml() # # Helper routine for XMLout() - recurses through a data structure building up # and returning an XML representation of that structure as a string. # # Arguments expected are: # - the data structure to be encoded (usually a reference) # - the XML tag name to use for this item # - a string of spaces for use as the current indent level # sub value_to_xml { my $self = shift;; # Grab the other arguments my($ref, $name, $indent) = @_; my $named = (defined($name) and $name ne '' ? 1 : 0); my $nl = "\n"; my $is_root = $indent eq '' ? 1 : 0; # Warning, dirty hack! if($self->{opt}->{noindent}) { $indent = ''; $nl = ''; } # Convert to XML if(ref($ref)) { croak "circular data structures not supported" if(grep($_ == $ref, @{$self->{_ancestors}})); push @{$self->{_ancestors}}, $ref; } else { if($named) { return(join('', $indent, '<', $name, '>', ($self->{opt}->{noescape} ? $ref : $self->escape_value($ref)), '", $nl )); } else { return("$ref$nl"); } } # Unfold hash to array if possible if(UNIVERSAL::isa($ref, 'HASH') # It is a hash and keys %$ref # and it's not empty and $self->{opt}->{keyattr} # and folding is enabled and !$is_root # and its not the root element ) { $ref = $self->hash_to_array($name, $ref); } my @result = (); my($key, $value); # Handle hashrefs if(UNIVERSAL::isa($ref, 'HASH')) { # Reintermediate grouped values if applicable if($self->{opt}->{grouptags}) { $ref = $self->copy_hash($ref); while(my($key, $val) = each %$ref) { if($self->{opt}->{grouptags}->{$key}) { $ref->{$key} = { $self->{opt}->{grouptags}->{$key} => $val }; } } } # Scan for namespace declaration attributes my $nsdecls = ''; my $default_ns_uri; if($self->{nsup}) { $ref = $self->copy_hash($ref); $self->{nsup}->push_context(); # Look for default namespace declaration first if(exists($ref->{xmlns})) { $self->{nsup}->declare_prefix('', $ref->{xmlns}); $nsdecls .= qq( xmlns="$ref->{xmlns}"); delete($ref->{xmlns}); } $default_ns_uri = $self->{nsup}->get_uri(''); # Then check all the other keys foreach my $qname (keys(%$ref)) { my($uri, $lname) = $self->{nsup}->parse_jclark_notation($qname); if($uri) { if($uri eq $xmlns_ns) { $self->{nsup}->declare_prefix($lname, $ref->{$qname}); $nsdecls .= qq( xmlns:$lname="$ref->{$qname}"); delete($ref->{$qname}); } } } # Translate any remaining Clarkian names foreach my $qname (keys(%$ref)) { my($uri, $lname) = $self->{nsup}->parse_jclark_notation($qname); if($uri) { if($default_ns_uri and $uri eq $default_ns_uri) { $ref->{$lname} = $ref->{$qname}; delete($ref->{$qname}); } else { my $prefix = $self->{nsup}->get_prefix($uri); unless($prefix) { # $self->{nsup}->declare_prefix(undef, $uri); # $prefix = $self->{nsup}->get_prefix($uri); $prefix = $self->{ns_prefix}++; $self->{nsup}->declare_prefix($prefix, $uri); $nsdecls .= qq( xmlns:$prefix="$uri"); } $ref->{"$prefix:$lname"} = $ref->{$qname}; delete($ref->{$qname}); } } } } my @nested = (); my $text_content = undef; if($named) { push @result, $indent, '<', $name, $nsdecls; } if(keys %$ref) { my $first_arg = 1; foreach my $key ($self->sorted_keys($name, $ref)) { my $value = $ref->{$key}; next if(substr($key, 0, 1) eq '-'); if(!defined($value)) { next if $self->{opt}->{suppressempty}; unless(exists($self->{opt}->{suppressempty}) and !defined($self->{opt}->{suppressempty}) ) { carp 'Use of uninitialized value' if($^W); } if($key eq $self->{opt}->{contentkey}) { $text_content = ''; } else { $value = exists($self->{opt}->{suppressempty}) ? {} : ''; } } if(!ref($value) and $self->{opt}->{valueattr} and $self->{opt}->{valueattr}->{$key} ) { $value = { $self->{opt}->{valueattr}->{$key} => $value }; } if(ref($value) or $self->{opt}->{noattr}) { push @nested, $self->value_to_xml($value, $key, "$indent "); } else { $value = $self->escape_value($value) unless($self->{opt}->{noescape}); if($key eq $self->{opt}->{contentkey}) { $text_content = $value; } else { push @result, "\n$indent " . ' ' x length($name) if($self->{opt}->{attrindent} and !$first_arg); push @result, ' ', $key, '="', $value , '"'; $first_arg = 0; } } } } else { $text_content = ''; } if(@nested or defined($text_content)) { if($named) { push @result, ">"; if(defined($text_content)) { push @result, $text_content; $nested[0] =~ s/^\s+// if(@nested); } else { push @result, $nl; } if(@nested) { push @result, @nested, $indent; } push @result, '", $nl; } else { push @result, @nested; # Special case if no root elements } } else { push @result, " />", $nl; } $self->{nsup}->pop_context() if($self->{nsup}); } # Handle arrayrefs elsif(UNIVERSAL::isa($ref, 'ARRAY')) { foreach $value (@$ref) { next if !defined($value) and $self->{opt}->{suppressempty}; if(!ref($value)) { push @result, $indent, '<', $name, '>', ($self->{opt}->{noescape} ? $value : $self->escape_value($value)), '$nl"; } elsif(UNIVERSAL::isa($value, 'HASH')) { push @result, $self->value_to_xml($value, $name, $indent); } else { push @result, $indent, '<', $name, ">$nl", $self->value_to_xml($value, 'anon', "$indent "), $indent, '$nl"; } } } else { croak "Can't encode a value of type: " . ref($ref); } pop @{$self->{_ancestors}} if(ref($ref)); return(join('', @result)); } ############################################################################## # Method: sorted_keys() # # Returns the keys of the referenced hash sorted into alphabetical order, but # with the 'key' key (as in KeyAttr) first, if there is one. # sub sorted_keys { my($self, $name, $ref) = @_; return keys %$ref if $self->{opt}->{nosort}; my %hash = %$ref; my $keyattr = $self->{opt}->{keyattr}; my @key; if(ref $keyattr eq 'HASH') { if(exists $keyattr->{$name} and exists $hash{$keyattr->{$name}->[0]}) { push @key, $keyattr->{$name}->[0]; delete $hash{$keyattr->{$name}->[0]}; } } elsif(ref $keyattr eq 'ARRAY') { foreach (@{$keyattr}) { if(exists $hash{$_}) { push @key, $_; delete $hash{$_}; last; } } } return(@key, sort keys %hash); } ############################################################################## # Method: escape_value() # # Helper routine for automatically escaping values for XMLout(). # Expects a scalar data value. Returns escaped version. # sub escape_value { my($self, $data) = @_; return '' unless(defined($data)); $data =~ s/&/&/sg; $data =~ s//>/sg; $data =~ s/"/"/sg; my $level = $self->{opt}->{numericescape} or return $data; return $self->numeric_escape($data, $level); } sub numeric_escape { my($self, $data, $level) = @_; use utf8; # required for 5.6 if($self->{opt}->{numericescape} eq '2') { $data =~ s/([^\x00-\x7F])/'&#' . ord($1) . ';'/gse; } else { $data =~ s/([^\x00-\xFF])/'&#' . ord($1) . ';'/gse; } return $data; } ############################################################################## # Method: hash_to_array() # # Helper routine for value_to_xml(). # Attempts to 'unfold' a hash of hashes into an array of hashes. Returns a # reference to the array on success or the original hash if unfolding is # not possible. # sub hash_to_array { my $self = shift; my $parent = shift; my $hashref = shift; my $arrayref = []; my($key, $value); my @keys = $self->{opt}->{nosort} ? keys %$hashref : sort keys %$hashref; foreach $key (@keys) { $value = $hashref->{$key}; return($hashref) unless(UNIVERSAL::isa($value, 'HASH')); if(ref($self->{opt}->{keyattr}) eq 'HASH') { return($hashref) unless(defined($self->{opt}->{keyattr}->{$parent})); push @$arrayref, $self->copy_hash( $value, $self->{opt}->{keyattr}->{$parent}->[0] => $key ); } else { push(@$arrayref, { $self->{opt}->{keyattr}->[0] => $key, %$value }); } } return($arrayref); } ############################################################################## # Method: copy_hash() # # Helper routine for hash_to_array(). When unfolding a hash of hashes into # an array of hashes, we need to copy the key from the outer hash into the # inner hash. This routine makes a copy of the original hash so we don't # destroy the original data structure. You might wish to override this # method if you're using tied hashes and don't want them to get untied. # sub copy_hash { my($self, $orig, @extra) = @_; return { @extra, %$orig }; } ############################################################################## # Methods required for building trees from SAX events ############################################################################## sub start_document { my $self = shift; $self->handle_options('in') unless($self->{opt}); $self->{lists} = []; $self->{curlist} = $self->{tree} = []; } sub start_element { my $self = shift; my $element = shift; my $name = $element->{Name}; if($self->{opt}->{nsexpand}) { $name = $element->{LocalName} || ''; if($element->{NamespaceURI}) { $name = '{' . $element->{NamespaceURI} . '}' . $name; } } my $attributes = {}; if($element->{Attributes}) { # Might be undef foreach my $attr (values %{$element->{Attributes}}) { if($self->{opt}->{nsexpand}) { my $name = $attr->{LocalName} || ''; if($attr->{NamespaceURI}) { $name = '{' . $attr->{NamespaceURI} . '}' . $name } $name = 'xmlns' if($name eq $bad_def_ns_jcn); $attributes->{$name} = $attr->{Value}; } else { $attributes->{$attr->{Name}} = $attr->{Value}; } } } my $newlist = [ $attributes ]; push @{ $self->{lists} }, $self->{curlist}; push @{ $self->{curlist} }, $name => $newlist; $self->{curlist} = $newlist; } sub characters { my $self = shift; my $chars = shift; my $text = $chars->{Data}; my $clist = $self->{curlist}; my $pos = $#$clist; if ($pos > 0 and $clist->[$pos - 1] eq '0') { $clist->[$pos] .= $text; } else { push @$clist, 0 => $text; } } sub end_element { my $self = shift; $self->{curlist} = pop @{ $self->{lists} }; } sub end_document { my $self = shift; delete($self->{curlist}); delete($self->{lists}); my $tree = $self->{tree}; delete($self->{tree}); # Return tree as-is to XMLin() return($tree) if($self->{nocollapse}); # Or collapse it before returning it to SAX parser class if($self->{opt}->{keeproot}) { $tree = $self->collapse({}, @$tree); } else { $tree = $self->collapse(@{$tree->[1]}); } if($self->{opt}->{datahandler}) { return($self->{opt}->{datahandler}->($self, $tree)); } return($tree); } *xml_in = \&XMLin; *xml_out = \&XMLout; 1; __END__ =head1 QUICK START Say you have a script called B and a file of configuration options called B containing this:
10.0.0.101
10.0.1.101
10.0.0.102
10.0.0.103
10.0.1.103
The following lines of code in B: use XML::Simple; my $config = XMLin(); will 'slurp' the configuration options into the hashref $config (because no arguments are passed to C the name and location of the XML file will be inferred from name and location of the script). You can dump out the contents of the hashref using Data::Dumper: use Data::Dumper; print Dumper($config); which will produce something like this (formatting has been adjusted for brevity): { 'logdir' => '/var/log/foo/', 'debugfile' => '/tmp/foo.debug', 'server' => { 'sahara' => { 'osversion' => '2.6', 'osname' => 'solaris', 'address' => [ '10.0.0.101', '10.0.1.101' ] }, 'gobi' => { 'osversion' => '6.5', 'osname' => 'irix', 'address' => '10.0.0.102' }, 'kalahari' => { 'osversion' => '2.0.34', 'osname' => 'linux', 'address' => [ '10.0.0.103', '10.0.1.103' ] } } } Your script could then access the name of the log directory like this: print $config->{logdir}; similarly, the second address on the server 'kalahari' could be referenced as: print $config->{server}->{kalahari}->{address}->[1]; What could be simpler? (Rhetorical). For simple requirements, that's really all there is to it. If you want to store your XML in a different directory or file, or pass it in as a string or even pass it in via some derivative of an IO::Handle, you'll need to check out L<"OPTIONS">. If you want to turn off or tweak the array folding feature (that neat little transformation that produced $config->{server}) you'll find options for that as well. If you want to generate XML (for example to write a modified version of $config back out as XML), check out C. If your needs are not so simple, this may not be the module for you. In that case, you might want to read L<"WHERE TO FROM HERE?">. =head1 DESCRIPTION The XML::Simple module provides a simple API layer on top of an underlying XML parsing module (either XML::Parser or one of the SAX2 parser modules). Two functions are exported: C and C. Note: you can explicity request the lower case versions of the function names: C and C. The simplest approach is to call these two functions directly, but an optional object oriented interface (see L<"OPTIONAL OO INTERFACE"> below) allows them to be called as methods of an B object. The object interface can also be used at either end of a SAX pipeline. =head2 XMLin() Parses XML formatted data and returns a reference to a data structure which contains the same information in a more readily accessible form. (Skip down to L<"EXAMPLES"> below, for more sample code). C accepts an optional XML specifier followed by zero or more 'name => value' option pairs. The XML specifier can be one of the following: =over 4 =item A filename If the filename contains no directory components C will look for the file in each directory in the SearchPath (see L<"OPTIONS"> below) or in the current directory if the SearchPath option is not defined. eg: $ref = XMLin('/etc/params.xml'); Note, the filename '-' can be used to parse from STDIN. =item undef If there is no XML specifier, C will check the script directory and each of the SearchPath directories for a file with the same name as the script but with the extension '.xml'. Note: if you wish to specify options, you must specify the value 'undef'. eg: $ref = XMLin(undef, ForceArray => 1); =item A string of XML A string containing XML (recognised by the presence of '<' and '>' characters) will be parsed directly. eg: $ref = XMLin(''); =item An IO::Handle object An IO::Handle object will be read to EOF and its contents parsed. eg: $fh = IO::File->new('/etc/params.xml'); $ref = XMLin($fh); =back =head2 XMLout() Takes a data structure (generally a hashref) and returns an XML encoding of that structure. If the resulting XML is parsed using C, it should return a data structure equivalent to the original (see caveats below). The C function can also be used to output the XML as SAX events see the C option and L<"SAX SUPPORT"> for more details). When translating hashes to XML, hash keys which have a leading '-' will be silently skipped. This is the approved method for marking elements of a data structure which should be ignored by C. (Note: If these items were not skipped the key names would be emitted as element or attribute names with a leading '-' which would not be valid XML). =head2 Caveats Some care is required in creating data structures which will be passed to C. Hash keys from the data structure will be encoded as either XML element names or attribute names. Therefore, you should use hash key names which conform to the relatively strict XML naming rules: Names in XML must begin with a letter. The remaining characters may be letters, digits, hyphens (-), underscores (_) or full stops (.). It is also allowable to include one colon (:) in an element name but this should only be used when working with namespaces (B can only usefully work with namespaces when teamed with a SAX Parser). You can use other punctuation characters in hash values (just not in hash keys) however B does not support dumping binary data. If you break these rules, the current implementation of C will simply emit non-compliant XML which will be rejected if you try to read it back in. (A later version of B might take a more proactive approach). Note also that although you can nest hashes and arrays to arbitrary levels, circular data structures are not supported and will cause C to die. If you wish to 'round-trip' arbitrary data structures from Perl to XML and back to Perl, then you should probably disable array folding (using the KeyAttr option) both with C and with C. If you still don't get the expected results, you may prefer to use L which is designed for exactly that purpose. Refer to L<"WHERE TO FROM HERE?"> if C is too simple for your needs. =head1 OPTIONS B supports a number of options (in fact as each release of B adds more options, the module's claim to the name 'Simple' becomes increasingly tenuous). If you find yourself repeatedly having to specify the same options, you might like to investigate L<"OPTIONAL OO INTERFACE"> below. If you can't be bothered reading the documentation, refer to L<"STRICT MODE"> to automatically catch common mistakes. Because there are so many options, it's hard for new users to know which ones are important, so here are the two you really need to know about: =over 4 =item * check out C because you'll almost certainly want to turn it on =item * make sure you know what the C option does and what its default value is because it may surprise you otherwise (note in particular that 'KeyAttr' affects both C and C) =back The option name headings below have a trailing 'comment' - a hash followed by two pieces of metadata: =over 4 =item * Options are marked with 'I' if they are recognised by C and 'I' if they are recognised by C. =item * Each option is also flagged to indicate whether it is: 'important' - don't use the module until you understand this one 'handy' - you can skip this on the first time through 'advanced' - you can skip this on the second time through 'SAX only' - don't worry about this unless you're using SAX (or alternatively if you need this, you also need SAX) 'seldom used' - you'll probably never use this unless you were the person that requested the feature =back The options are listed alphabetically: Note: option names are no longer case sensitive so you can use the mixed case versions shown here; all lower case as required by versions 2.03 and earlier; or you can add underscores between the words (eg: key_attr). =head2 AttrIndent => 1 I<# out - handy> When you are using C, enable this option to have attributes printed one-per-line with sensible indentation rather than all on one line. =head2 Cache => [ cache schemes ] I<# in - advanced> Because loading the B module and parsing an XML file can consume a significant number of CPU cycles, it is often desirable to cache the output of C for later reuse. When parsing from a named file, B supports a number of caching schemes. The 'Cache' option may be used to specify one or more schemes (using an anonymous array). Each scheme will be tried in turn in the hope of finding a cached pre-parsed representation of the XML file. If no cached copy is found, the file will be parsed and the first cache scheme in the list will be used to save a copy of the results. The following cache schemes have been implemented: =over 4 =item storable Utilises B to read/write a cache file with the same name as the XML file but with the extension .stor =item memshare When a file is first parsed, a copy of the resulting data structure is retained in memory in the B module's namespace. Subsequent calls to parse the same file will return a reference to this structure. This cached version will persist only for the life of the Perl interpreter (which in the case of mod_perl for example, may be some significant time). Because each caller receives a reference to the same data structure, a change made by one caller will be visible to all. For this reason, the reference returned should be treated as read-only. =item memcopy This scheme works identically to 'memshare' (above) except that each caller receives a reference to a new data structure which is a copy of the cached version. Copying the data structure will add a little processing overhead, therefore this scheme should only be used where the caller intends to modify the data structure (or wishes to protect itself from others who might). This scheme uses B to perform the copy. =back Warning! The memory-based caching schemes compare the timestamp on the file to the time when it was last parsed. If the file is stored on an NFS filesystem (or other network share) and the clock on the file server is not exactly synchronised with the clock where your script is run, updates to the source XML file may appear to be ignored. =head2 ContentKey => 'keyname' I<# in+out - seldom used> When text content is parsed to a hash value, this option let's you specify a name for the hash key to override the default 'content'. So for example: XMLin('Text', ContentKey => 'text') will parse to: { 'one' => 1, 'text' => 'Text' } instead of: { 'one' => 1, 'content' => 'Text' } C will also honour the value of this option when converting a hashref to XML. You can also prefix your selected key name with a '-' character to have C try a little harder to eliminate unnecessary 'content' keys after array folding. For example: XMLin( 'FirstSecond', KeyAttr => {item => 'name'}, ForceArray => [ 'item' ], ContentKey => '-content' ) will parse to: { 'item' => { 'one' => 'First' 'two' => 'Second' } } rather than this (without the '-'): { 'item' => { 'one' => { 'content' => 'First' } 'two' => { 'content' => 'Second' } } } =head2 DataHandler => code_ref I<# in - SAX only> When you use an B object as a SAX handler, it will return a 'simple tree' data structure in the same format as C would return. If this option is set (to a subroutine reference), then when the tree is built the subroutine will be called and passed two arguments: a reference to the B object and a reference to the data tree. The return value from the subroutine will be returned to the SAX driver. (See L<"SAX SUPPORT"> for more details). =head2 ForceArray => 1 I<# in - important> This option should be set to '1' to force nested elements to be represented as arrays even when there is only one. Eg, with ForceArray enabled, this XML: value would parse to this: { 'name' => [ 'value' ] } instead of this (the default): { 'name' => 'value' } This option is especially useful if the data structure is likely to be written back out as XML and the default behaviour of rolling single nested elements up into attributes is not desirable. If you are using the array folding feature, you should almost certainly enable this option. If you do not, single nested elements will not be parsed to arrays and therefore will not be candidates for folding to a hash. (Given that the default value of 'KeyAttr' enables array folding, the default value of this option should probably also have been enabled too - sorry). =head2 ForceArray => [ names ] I<# in - important> This alternative (and preferred) form of the 'ForceArray' option allows you to specify a list of element names which should always be forced into an array representation, rather than the 'all or nothing' approach above. It is also possible (since version 2.05) to include compiled regular expressions in the list - any element names which match the pattern will be forced to arrays. If the list contains only a single regex, then it is not necessary to enclose it in an arrayref. Eg: ForceArray => qr/_list$/ =head2 ForceContent => 1 I<# in - seldom used> When C parses elements which have text content as well as attributes, the text content must be represented as a hash value rather than a simple scalar. This option allows you to force text content to always parse to a hash value even when there are no attributes. So for example: XMLin('text1text2', ForceContent => 1) will parse to: { 'x' => { 'content' => 'text1' }, 'y' => { 'a' => 2, 'content' => 'text2' } } instead of: { 'x' => 'text1', 'y' => { 'a' => 2, 'content' => 'text2' } } =head2 GroupTags => { grouping tag => grouped tag } I<# in+out - handy> You can use this option to eliminate extra levels of indirection in your Perl data structure. For example this XML: /usr/bin /usr/local/bin /usr/X11/bin Would normally be read into a structure like this: { searchpath => { dir => [ '/usr/bin', '/usr/local/bin', '/usr/X11/bin' ] } } But when read in with the appropriate value for 'GroupTags': my $opt = XMLin($xml, GroupTags => { searchpath => 'dir' }); It will return this simpler structure: { searchpath => [ '/usr/bin', '/usr/local/bin', '/usr/X11/bin' ] } The grouping element (C<< >> in the example) must not contain any attributes or elements other than the grouped element. You can specify multiple 'grouping element' to 'grouped element' mappings in the same hashref. If this option is combined with C, the array folding will occur first and then the grouped element names will be eliminated. C will also use the grouptag mappings to re-introduce the tags around the grouped elements. Beware though that this will occur in all places that the 'grouping tag' name occurs - you probably don't want to use the same name for elements as well as attributes. =head2 Handler => object_ref I<# out - SAX only> Use the 'Handler' option to have C generate SAX events rather than returning a string of XML. For more details see L<"SAX SUPPORT"> below. Note: the current implementation of this option generates a string of XML and uses a SAX parser to translate it into SAX events. The normal encoding rules apply here - your data must be UTF8 encoded unless you specify an alternative encoding via the 'XMLDecl' option; and by the time the data reaches the handler object, it will be in UTF8 form regardless of the encoding you supply. A future implementation of this option may generate the events directly. =head2 KeepRoot => 1 I<# in+out - handy> In its attempt to return a data structure free of superfluous detail and unnecessary levels of indirection, C normally discards the root element name. Setting the 'KeepRoot' option to '1' will cause the root element name to be retained. So after executing this code: $config = XMLin('', KeepRoot => 1) You'll be able to reference the tempdir as C<$config-E{config}-E{tempdir}> instead of the default C<$config-E{tempdir}>. Similarly, setting the 'KeepRoot' option to '1' will tell C that the data structure already contains a root element name and it is not necessary to add another. =head2 KeyAttr => [ list ] I<# in+out - important> This option controls the 'array folding' feature which translates nested elements from an array to a hash. It also controls the 'unfolding' of hashes to arrays. For example, this XML: would, by default, parse to this: { 'user' => [ { 'login' => 'grep', 'fullname' => 'Gary R Epstein' }, { 'login' => 'stty', 'fullname' => 'Simon T Tyson' } ] } If the option 'KeyAttr => "login"' were used to specify that the 'login' attribute is a key, the same XML would parse to: { 'user' => { 'stty' => { 'fullname' => 'Simon T Tyson' }, 'grep' => { 'fullname' => 'Gary R Epstein' } } } The key attribute names should be supplied in an arrayref if there is more than one. C will attempt to match attribute names in the order supplied. C will use the first attribute name supplied when 'unfolding' a hash into an array. Note 1: The default value for 'KeyAttr' is ['name', 'key', 'id']. If you do not want folding on input or unfolding on output you must setting this option to an empty list to disable the feature. Note 2: If you wish to use this option, you should also enable the C option. Without 'ForceArray', a single nested element will be rolled up into a scalar rather than an array and therefore will not be folded (since only arrays get folded). =head2 KeyAttr => { list } I<# in+out - important> This alternative (and preferred) method of specifiying the key attributes allows more fine grained control over which elements are folded and on which attributes. For example the option 'KeyAttr => { package => 'id' } will cause any package elements to be folded on the 'id' attribute. No other elements which have an 'id' attribute will be folded at all. Note: C will generate a warning (or a fatal error in L<"STRICT MODE">) if this syntax is used and an element which does not have the specified key attribute is encountered (eg: a 'package' element without an 'id' attribute, to use the example above). Warnings will only be generated if B<-w> is in force. Two further variations are made possible by prefixing a '+' or a '-' character to the attribute name: The option 'KeyAttr => { user => "+login" }' will cause this XML: to parse to this data structure: { 'user' => { 'stty' => { 'fullname' => 'Simon T Tyson', 'login' => 'stty' }, 'grep' => { 'fullname' => 'Gary R Epstein', 'login' => 'grep' } } } The '+' indicates that the value of the key attribute should be copied rather than moved to the folded hash key. A '-' prefix would produce this result: { 'user' => { 'stty' => { 'fullname' => 'Simon T Tyson', '-login' => 'stty' }, 'grep' => { 'fullname' => 'Gary R Epstein', '-login' => 'grep' } } } As described earlier, C will ignore hash keys starting with a '-'. =head2 NoAttr => 1 I<# in+out - handy> When used with C, the generated XML will contain no attributes. All hash key/values will be represented as nested elements instead. When used with C, any attributes in the XML will be ignored. =head2 NoEscape => 1 I<# out - seldom used> By default, C will translate the characters 'E', 'E', '&' and '"' to '<', '>', '&' and '"' respectively. Use this option to suppress escaping (presumably because you've already escaped the data in some more sophisticated manner). =head2 NoIndent => 1 I<# out - seldom used> Set this option to 1 to disable C's default 'pretty printing' mode. With this option enabled, the XML output will all be on one line (unless there are newlines in the data) - this may be easier for downstream processing. =head2 NoSort => 1 I<# out - seldom used> Newer versions of XML::Simple sort elements and attributes alphabetically (*), by default. Enable this option to suppress the sorting - possibly for backwards compatibility. * Actually, sorting is alphabetical but 'key' attribute or element names (as in 'KeyAttr') sort first. Also, when a hash of hashes is 'unfolded', the elements are sorted alphabetically by the value of the key field. =head2 NormaliseSpace => 0 | 1 | 2 I<# in - handy> This option controls how whitespace in text content is handled. Recognised values for the option are: =over 4 =item * 0 = (default) whitespace is passed through unaltered (except of course for the normalisation of whitespace in attribute values which is mandated by the XML recommendation) =item * 1 = whitespace is normalised in any value used as a hash key (normalising means removing leading and trailing whitespace and collapsing sequences of whitespace characters to a single space) =item * 2 = whitespace is normalised in all text content =back Note: you can spell this option with a 'z' if that is more natural for you. =head2 NSExpand => 1 I<# in+out handy - SAX only> This option controls namespace expansion - the translation of element and attribute names of the form 'prefix:name' to '{uri}name'. For example the element name 'xsl:template' might be expanded to: '{http://www.w3.org/1999/XSL/Transform}template'. By default, C will return element names and attribute names exactly as they appear in the XML. Setting this option to 1 will cause all element and attribute names to be expanded to include their namespace prefix. I. This option also controls whether C performs the reverse translation from '{uri}name' back to 'prefix:name'. The default is no translation. If your data contains expanded names, you should set this option to 1 otherwise C will emit XML which is not well formed. I to translate URIs back to prefixes>. =head2 NumericEscape => 0 | 1 | 2 I<# out - handy> Use this option to have 'high' (non-ASCII) characters in your Perl data structure converted to numeric entities (eg: €) in the XML output. Three levels are possible: 0 - default: no numeric escaping (OK if you're writing out UTF8) 1 - only characters above 0xFF are escaped (ie: characters in the 0x80-FF range are not escaped), possibly useful with ISO8859-1 output 2 - all characters above 0x7F are escaped (good for plain ASCII output) =head2 OutputFile => I<# out - handy> The default behaviour of C is to return the XML as a string. If you wish to write the XML to a file, simply supply the filename using the 'OutputFile' option. This option also accepts an IO handle object - especially useful in Perl 5.8.0 and later for output using an encoding other than UTF-8, eg: open my $fh, '>:encoding(iso-8859-1)', $path or die "open($path): $!"; XMLout($ref, OutputFile => $fh); Note, XML::Simple does not require that the object you pass in to the OutputFile option inherits from L - it simply assumes the object supports a C method. =head2 ParserOpts => [ XML::Parser Options ] I<# in - don't use this> I. This option allows you to pass parameters to the constructor of the underlying XML::Parser object (which of course assumes you're not using SAX). =head2 RootName => 'string' I<# out - handy> By default, when C generates XML, the root element will be named 'opt'. This option allows you to specify an alternative name. Specifying either undef or the empty string for the RootName option will produce XML with no root elements. In most cases the resulting XML fragment will not be 'well formed' and therefore could not be read back in by C. Nevertheless, the option has been found to be useful in certain circumstances. =head2 SearchPath => [ list ] I<# in - handy> If you pass C a filename, but the filename include no directory component, you can use this option to specify which directories should be searched to locate the file. You might use this option to search first in the user's home directory, then in a global directory such as /etc. If a filename is provided to C but SearchPath is not defined, the file is assumed to be in the current directory. If the first parameter to C is undefined, the default SearchPath will contain only the directory in which the script itself is located. Otherwise the default SearchPath will be empty. =head2 SuppressEmpty => 1 | '' | undef I<# in+out - handy> This option controls what C should do with empty elements (no attributes and no content). The default behaviour is to represent them as empty hashes. Setting this option to a true value (eg: 1) will cause empty elements to be skipped altogether. Setting the option to 'undef' or the empty string will cause empty elements to be represented as the undefined value or the empty string respectively. The latter two alternatives are a little easier to test for in your code than a hash with no keys. The option also controls what C does with undefined values. Setting the option to undef causes undefined values to be output as empty elements (rather than empty attributes), it also suppresses the generation of warnings about undefined values. Setting the option to a true value (eg: 1) causes undefined values to be skipped altogether on output. =head2 ValueAttr => [ names ] I<# in - handy> Use this option to deal elements which always have a single attribute and no content. Eg: Setting C<< ValueAttr => [ 'value' ] >> will cause the above XML to parse to: { colour => 'red', size => 'XXL' } instead of this (the default): { colour => { value => 'red' }, size => { value => 'XXL' } } Note: This form of the ValueAttr option is not compatible with C - since the attribute name is discarded at parse time, the original XML cannot be reconstructed. =head2 ValueAttr => { element => attribute, ... } I<# in+out - handy> This (preferred) form of the ValueAttr option requires you to specify both the element and the attribute names. This is not only safer, it also allows the original XML to be reconstructed by C. Note: You probably don't want to use this option and the NoAttr option at the same time. =head2 Variables => { name => value } I<# in - handy> This option allows variables in the XML to be expanded when the file is read. (there is no facility for putting the variable names back if you regenerate XML using C). A 'variable' is any text of the form C<${name}> which occurs in an attribute value or in the text content of an element. If 'name' matches a key in the supplied hashref, C<${name}> will be replaced with the corresponding value from the hashref. If no matching key is found, the variable will not be replaced. Names must match the regex: C<[\w.]+> (ie: only 'word' characters and dots are allowed). =head2 VarAttr => 'attr_name' I<# in - handy> In addition to the variables defined using C, this option allows variables to be defined in the XML. A variable definition consists of an element with an attribute called 'attr_name' (the value of the C option). The value of the attribute will be used as the variable name and the text content of the element will be used as the value. A variable defined in this way will override a variable defined using the C option. For example: XMLin( ' /usr/local/apache ${prefix} ${exec_prefix}/bin ', VarAttr => 'name', ContentKey => '-content' ); produces the following data structure: { dir => { prefix => '/usr/local/apache', exec_prefix => '/usr/local/apache', bindir => '/usr/local/apache/bin', } } =head2 XMLDecl => 1 or XMLDecl => 'string' I<# out - handy> If you want the output from C to start with the optional XML declaration, simply set the option to '1'. The default XML declaration is: If you want some other string (for example to declare an encoding value), set the value of this option to the complete string you require. =head1 OPTIONAL OO INTERFACE The procedural interface is both simple and convenient however there are a couple of reasons why you might prefer to use the object oriented (OO) interface: =over 4 =item * to define a set of default values which should be used on all subsequent calls to C or C =item * to override methods in B to provide customised behaviour =back The default values for the options described above are unlikely to suit everyone. The OO interface allows you to effectively override B's defaults with your preferred values. It works like this: First create an XML::Simple parser object with your preferred defaults: my $xs = XML::Simple->new(ForceArray => 1, KeepRoot => 1); then call C or C as a method of that object: my $ref = $xs->XMLin($xml); my $xml = $xs->XMLout($ref); You can also specify options when you make the method calls and these values will be merged with the values specified when the object was created. Values specified in a method call take precedence. Note: when called as methods, the C and C routines may be called as C or C. The method names are aliased so the only difference is the aesthetics. =head2 Parsing Methods You can explicitly call one of the following methods rather than rely on the C method automatically determining whether the target to be parsed is a string, a file or a filehandle: =over 4 =item parse_string(text) Works exactly like the C method but assumes the first argument is a string of XML (or a reference to a scalar containing a string of XML). =item parse_file(filename) Works exactly like the C method but assumes the first argument is the name of a file containing XML. =item parse_fh(file_handle) Works exactly like the C method but assumes the first argument is a filehandle which can be read to get XML. =back =head2 Hook Methods You can make your own class which inherits from XML::Simple and overrides certain behaviours. The following methods may provide useful 'hooks' upon which to hang your modified behaviour. You may find other undocumented methods by examining the source, but those may be subject to change in future releases. =over 4 =item handle_options(direction, name => value ...) This method will be called when one of the parsing methods or the C method is called. The initial argument will be a string (either 'in' or 'out') and the remaining arguments will be name value pairs. =item default_config_file() Calculates and returns the name of the file which should be parsed if no filename is passed to C (default: C<$0.xml>). =item build_simple_tree(filename, string) Called from C or any of the parsing methods. Takes either a file name as the first argument or C followed by a 'string' as the second argument. Returns a simple tree data structure. You could override this method to apply your own transformations before the data structure is returned to the caller. =item new_hashref() When the 'simple tree' data structure is being built, this method will be called to create any required anonymous hashrefs. =item sorted_keys(name, hashref) Called when C is translating a hashref to XML. This routine returns a list of hash keys in the order that the corresponding attributes/elements should appear in the output. =item escape_value(string) Called from C, takes a string and returns a copy of the string with XML character escaping rules applied. =item numeric_escape(string) Called from C, to handle non-ASCII characters (depending on the value of the NumericEscape option). =item copy_hash(hashref, extra_key => value, ...) Called from C, when 'unfolding' a hash of hashes into an array of hashes. You might wish to override this method if you're using tied hashes and don't want them to get untied. =back =head2 Cache Methods XML::Simple implements three caching schemes ('storable', 'memshare' and 'memcopy'). You can implement a custom caching scheme by implementing two methods - one for reading from the cache and one for writing to it. For example, you might implement a new 'dbm' scheme that stores cached data structures using the L module. First, you would add a C method which accepted a filename for use as a lookup key and returned a data structure on success, or undef on failure. Then, you would implement a C method which accepted a data structure and a filename. You would use this caching scheme by specifying the option: Cache => [ 'dbm' ] =head1 STRICT MODE If you import the B routines like this: use XML::Simple qw(:strict); the following common mistakes will be detected and treated as fatal errors =over 4 =item * Failing to explicitly set the C option - if you can't be bothered reading about this option, turn it off with: KeyAttr => [ ] =item * Failing to explicitly set the C option - if you can't be bothered reading about this option, set it to the safest mode with: ForceArray => 1 =item * Setting ForceArray to an array, but failing to list all the elements from the KeyAttr hash. =item * Data error - KeyAttr is set to say { part => 'partnum' } but the XML contains one or more EpartE elements without a 'partnum' attribute (or nested element). Note: if strict mode is not set but -w is, this condition triggers a warning. =item * Data error - as above, but non-unique values are present in the key attribute (eg: more than one EpartE element with the same partnum). This will also trigger a warning if strict mode is not enabled. =item * Data error - as above, but value of key attribute (eg: partnum) is not a scalar string (due to nested elements etc). This will also trigger a warning if strict mode is not enabled. =back =head1 SAX SUPPORT From version 1.08_01, B includes support for SAX (the Simple API for XML) - specifically SAX2. In a typical SAX application, an XML parser (or SAX 'driver') module generates SAX events (start of element, character data, end of element, etc) as it parses an XML document and a 'handler' module processes the events to extract the required data. This simple model allows for some interesting and powerful possibilities: =over 4 =item * Applications written to the SAX API can extract data from huge XML documents without the memory overheads of a DOM or tree API. =item * The SAX API allows for plug and play interchange of parser modules without having to change your code to fit a new module's API. A number of SAX parsers are available with capabilities ranging from extreme portability to blazing performance. =item * A SAX 'filter' module can implement both a handler interface for receiving data and a generator interface for passing modified data on to a downstream handler. Filters can be chained together in 'pipelines'. =item * One filter module might split a data stream to direct data to two or more downstream handlers. =item * Generating SAX events is not the exclusive preserve of XML parsing modules. For example, a module might extract data from a relational database using DBI and pass it on to a SAX pipeline for filtering and formatting. =back B can operate at either end of a SAX pipeline. For example, you can take a data structure in the form of a hashref and pass it into a SAX pipeline using the 'Handler' option on C: use XML::Simple; use Some::SAX::Filter; use XML::SAX::Writer; my $ref = { .... # your data here }; my $writer = XML::SAX::Writer->new(); my $filter = Some::SAX::Filter->new(Handler => $writer); my $simple = XML::Simple->new(Handler => $filter); $simple->XMLout($ref); You can also put B at the opposite end of the pipeline to take advantage of the simple 'tree' data structure once the relevant data has been isolated through filtering: use XML::SAX; use Some::SAX::Filter; use XML::Simple; my $simple = XML::Simple->new(ForceArray => 1, KeyAttr => ['partnum']); my $filter = Some::SAX::Filter->new(Handler => $simple); my $parser = XML::SAX::ParserFactory->parser(Handler => $filter); my $ref = $parser->parse_uri('some_huge_file.xml'); print $ref->{part}->{'555-1234'}; You can build a filter by using an XML::Simple object as a handler and setting its DataHandler option to point to a routine which takes the resulting tree, modifies it and sends it off as SAX events to a downstream handler: my $writer = XML::SAX::Writer->new(); my $filter = XML::Simple->new( DataHandler => sub { my $simple = shift; my $data = shift; # Modify $data here $simple->XMLout($data, Handler => $writer); } ); my $parser = XML::SAX::ParserFactory->parser(Handler => $filter); $parser->parse_uri($filename); I but it could also have been specified in the constructor>. =head1 ENVIRONMENT If you don't care which parser module B uses then skip this section entirely (it looks more complicated than it really is). B will default to using a B parser if one is available or B if SAX is not available. You can dictate which parser module is used by setting either the environment variable 'XML_SIMPLE_PREFERRED_PARSER' or the package variable $XML::Simple::PREFERRED_PARSER to contain the module name. The following rules are used: =over 4 =item * The package variable takes precedence over the environment variable if both are defined. To force B to ignore the environment settings and use its default rules, you can set the package variable to an empty string. =item * If the 'preferred parser' is set to the string 'XML::Parser', then L will be used (or C will die if L is not installed). =item * If the 'preferred parser' is set to some other value, then it is assumed to be the name of a SAX parser module and is passed to L If L is not installed, or the requested parser module is not installed, then C will die. =item * If the 'preferred parser' is not defined at all (the normal default state), an attempt will be made to load L. If L is installed, then a parser module will be selected according to L's normal rules (which typically means the last SAX parser installed). =item * if the 'preferred parser' is not defined and B is not installed, then B will be used. C will die if L is not installed. =back Note: The B distribution includes an XML parser written entirely in Perl. It is very portable but it is not very fast. You should consider installing L or L if they are available for your platform. =head1 ERROR HANDLING The XML standard is very clear on the issue of non-compliant documents. An error in parsing any single element (for example a missing end tag) must cause the whole document to be rejected. B will die with an appropriate message if it encounters a parsing error. If dying is not appropriate for your application, you should arrange to call C in an eval block and look for errors in $@. eg: my $config = eval { XMLin() }; PopUpMessage($@) if($@); Note, there is a common misconception that use of B will significantly slow down a script. While that may be true when the code being eval'd is in a string, it is not true of code like the sample above. =head1 EXAMPLES When C reads the following very simple piece of XML: it returns the following data structure: { 'username' => 'testuser', 'password' => 'frodo' } The identical result could have been produced with this alternative XML: Or this (although see 'ForceArray' option for variations): testuser frodo Repeated nested elements are represented as anonymous arrays: joe@smith.com jsmith@yahoo.com bob@smith.com { 'person' => [ { 'email' => [ 'joe@smith.com', 'jsmith@yahoo.com' ], 'firstname' => 'Joe', 'lastname' => 'Smith' }, { 'email' => 'bob@smith.com', 'firstname' => 'Bob', 'lastname' => 'Smith' } ] } Nested elements with a recognised key attribute are transformed (folded) from an array into a hash keyed on the value of that attribute (see the C option): { 'person' => { 'jbloggs' => { 'firstname' => 'Joe', 'lastname' => 'Bloggs' }, 'tsmith' => { 'firstname' => 'Tom', 'lastname' => 'Smith' }, 'jsmith' => { 'firstname' => 'Joe', 'lastname' => 'Smith' } } } The tag can be used to form anonymous arrays: Col 1Col 2Col 3 R1C1R1C2R1C3 R2C1R2C2R2C3 R3C1R3C2R3C3 { 'head' => [ [ 'Col 1', 'Col 2', 'Col 3' ] ], 'data' => [ [ 'R1C1', 'R1C2', 'R1C3' ], [ 'R2C1', 'R2C2', 'R2C3' ], [ 'R3C1', 'R3C2', 'R3C3' ] ] } Anonymous arrays can be nested to arbirtrary levels and as a special case, if the surrounding tags for an XML document contain only an anonymous array the arrayref will be returned directly rather than the usual hashref: Col 1Col 2 R1C1R1C2 R2C1R2C2 [ [ 'Col 1', 'Col 2' ], [ 'R1C1', 'R1C2' ], [ 'R2C1', 'R2C2' ] ] Elements which only contain text content will simply be represented as a scalar. Where an element has both attributes and text content, the element will be represented as a hashref with the text content in the 'content' key (see the C option): first second { 'one' => 'first', 'two' => { 'attr' => 'value', 'content' => 'second' } } Mixed content (elements which contain both text content and nested elements) will be not be represented in a useful way - element order and significant whitespace will be lost. If you need to work with mixed content, then XML::Simple is not the right tool for your job - check out the next section. =head1 WHERE TO FROM HERE? B is able to present a simple API because it makes some assumptions on your behalf. These include: =over 4 =item * You're not interested in text content consisting only of whitespace =item * You don't mind that when things get slurped into a hash the order is lost =item * You don't want fine-grained control of the formatting of generated XML =item * You would never use a hash key that was not a legal XML element name =item * You don't need help converting between different encodings =back In a serious XML project, you'll probably outgrow these assumptions fairly quickly. This section of the document used to offer some advice on chosing a more powerful option. That advice has now grown into the 'Perl-XML FAQ' document which you can find at: L The advice in the FAQ boils down to a quick explanation of tree versus event based parsers and then recommends: For event based parsing, use SAX (do not set out to write any new code for XML::Parser's handler API - it is obselete). For tree-based parsing, you could choose between the 'Perlish' approach of L and more standards based DOM implementations - preferably one with XPath support. =head1 SEE ALSO B requires either L or L. To generate documents with namespaces, L is required. The optional caching functions require L. Answers to Frequently Asked Questions about XML::Simple are bundled with this distribution as: L =head1 COPYRIGHT Copyright 1999-2004 Grant McLean Egrantm@cpan.orgE This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. =cut lib/perl5/vendor_perl/man/man3/XML::Simple.3000444 000000 000001 00000173415 11130351555 021012 0ustar00rootother000000 000000 .\" Automatically generated by Pod::Man 2.16 (Pod::Simple 3.05) .\" .\" Standard preamble: .\" ======================================================================== .de Sh \" Subsection heading .br .if t .Sp .ne 5 .PP \fB\\$1\fR .PP .. .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" Set up some character translations and predefined strings. \*(-- will .\" give an unbreakable dash, \*(PI will give pi, \*(L" will give a left .\" double quote, and \*(R" will give a right double quote. \*(C+ will .\" give a nicer C++. Capital omega is used to do unbreakable dashes and .\" therefore won't be available. \*(C` and \*(C' expand to `' in nroff, .\" nothing in troff, for use with C<>. .tr \(*W- .ds C+ C\v'-.1v'\h'-1p'\s-2+\h'-1p'+\s0\v'.1v'\h'-1p' .ie n \{\ . ds -- \(*W- . ds PI pi . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch . ds L" "" . ds R" "" . ds C` "" . ds C' "" 'br\} .el\{\ . ds -- \|\(em\| . ds PI \(*p . ds L" `` . ds R" '' 'br\} .\" .\" Escape single quotes in literal strings from groff's Unicode transform. .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" .\" If the F register is turned on, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.Sh), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .ie \nF \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . nr % 0 . rr F .\} .el \{\ . de IX .. .\} .\" .\" Accent mark definitions (@(#)ms.acc 1.5 88/02/08 SMI; from UCB 4.2). .\" Fear. Run. Save yourself. No user-serviceable parts. . \" fudge factors for nroff and troff .if n \{\ . ds #H 0 . ds #V .8m . ds #F .3m . ds #[ \f1 . ds #] \fP .\} .if t \{\ . ds #H ((1u-(\\\\n(.fu%2u))*.13m) . ds #V .6m . ds #F 0 . ds #[ \& . ds #] \& .\} . \" simple accents for nroff and troff .if n \{\ . ds ' \& . ds ` \& . ds ^ \& . ds , \& . ds ~ ~ . ds / .\} .if t \{\ . ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u" . ds ` \\k:\h'-(\\n(.wu*8/10-\*(#H)'\`\h'|\\n:u' . ds ^ \\k:\h'-(\\n(.wu*10/11-\*(#H)'^\h'|\\n:u' . ds , \\k:\h'-(\\n(.wu*8/10)',\h'|\\n:u' . ds ~ \\k:\h'-(\\n(.wu-\*(#H-.1m)'~\h'|\\n:u' . ds / \\k:\h'-(\\n(.wu*8/10-\*(#H)'\z\(sl\h'|\\n:u' .\} . \" troff and (daisy-wheel) nroff accents .ds : \\k:\h'-(\\n(.wu*8/10-\*(#H+.1m+\*(#F)'\v'-\*(#V'\z.\h'.2m+\*(#F'.\h'|\\n:u'\v'\*(#V' .ds 8 \h'\*(#H'\(*b\h'-\*(#H' .ds o \\k:\h'-(\\n(.wu+\w'\(de'u-\*(#H)/2u'\v'-.3n'\*(#[\z\(de\v'.3n'\h'|\\n:u'\*(#] .ds d- \h'\*(#H'\(pd\h'-\w'~'u'\v'-.25m'\f2\(hy\fP\v'.25m'\h'-\*(#H' .ds D- D\\k:\h'-\w'D'u'\v'-.11m'\z\(hy\v'.11m'\h'|\\n:u' .ds th \*(#[\v'.3m'\s+1I\s-1\v'-.3m'\h'-(\w'I'u*2/3)'\s-1o\s+1\*(#] .ds Th \*(#[\s+2I\s-2\h'-\w'I'u*3/5'\v'-.3m'o\v'.3m'\*(#] .ds ae a\h'-(\w'a'u*4/10)'e .ds Ae A\h'-(\w'A'u*4/10)'E . \" corrections for vroff .if v .ds ~ \\k:\h'-(\\n(.wu*9/10-\*(#H)'\s-2\u~\d\s+2\h'|\\n:u' .if v .ds ^ \\k:\h'-(\\n(.wu*10/11-\*(#H)'\v'-.4m'^\v'.4m'\h'|\\n:u' . \" for low resolution devices (crt and lpr) .if \n(.H>23 .if \n(.V>19 \ \{\ . ds : e . ds 8 ss . ds o a . ds d- d\h'-1'\(ga . ds D- D\h'-1'\(hy . ds th \o'bp' . ds Th \o'LP' . ds ae ae . ds Ae AE .\} .rm #[ #] #H #V #F C .\" ======================================================================== .\" .IX Title "XML::Simple 3" .TH XML::Simple 3 "2007-08-15" "perl v5.10.0" "User Contributed Perl Documentation" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH "NAME" XML::Simple \- Easy API to maintain XML (esp config files) .SH "SYNOPSIS" .IX Header "SYNOPSIS" .Vb 1 \& use XML::Simple; \& \& my $ref = XMLin([] [, ]); \& \& my $xml = XMLout($hashref [, ]); .Ve .PP Or the object oriented way: .PP .Vb 1 \& require XML::Simple; \& \& my $xs = XML::Simple\->new(options); \& \& my $ref = $xs\->XMLin([] [, ]); \& \& my $xml = $xs\->XMLout($hashref [, ]); .Ve .PP (or see \*(L"\s-1SAX\s0 \s-1SUPPORT\s0\*(R" for 'the \s-1SAX\s0 way'). .PP To catch common errors: .PP .Vb 1 \& use XML::Simple qw(:strict); .Ve .PP (see \*(L"\s-1STRICT\s0 \s-1MODE\s0\*(R" for more details). .SH "QUICK START" .IX Header "QUICK START" Say you have a script called \fBfoo\fR and a file of configuration options called \fBfoo.xml\fR containing this: .PP .Vb 10 \& \& \&
10.0.0.101
\&
10.0.1.101
\&
\& \&
10.0.0.102
\&
\& \&
10.0.0.103
\&
10.0.1.103
\&
\&
.Ve .PP The following lines of code in \fBfoo\fR: .PP .Vb 1 \& use XML::Simple; \& \& my $config = XMLin(); .Ve .PP will 'slurp' the configuration options into the hashref \f(CW$config\fR (because no arguments are passed to \f(CW\*(C`XMLin()\*(C'\fR the name and location of the \s-1XML\s0 file will be inferred from name and location of the script). You can dump out the contents of the hashref using Data::Dumper: .PP .Vb 1 \& use Data::Dumper; \& \& print Dumper($config); .Ve .PP which will produce something like this (formatting has been adjusted for brevity): .PP .Vb 10 \& { \& \*(Aqlogdir\*(Aq => \*(Aq/var/log/foo/\*(Aq, \& \*(Aqdebugfile\*(Aq => \*(Aq/tmp/foo.debug\*(Aq, \& \*(Aqserver\*(Aq => { \& \*(Aqsahara\*(Aq => { \& \*(Aqosversion\*(Aq => \*(Aq2.6\*(Aq, \& \*(Aqosname\*(Aq => \*(Aqsolaris\*(Aq, \& \*(Aqaddress\*(Aq => [ \*(Aq10.0.0.101\*(Aq, \*(Aq10.0.1.101\*(Aq ] \& }, \& \*(Aqgobi\*(Aq => { \& \*(Aqosversion\*(Aq => \*(Aq6.5\*(Aq, \& \*(Aqosname\*(Aq => \*(Aqirix\*(Aq, \& \*(Aqaddress\*(Aq => \*(Aq10.0.0.102\*(Aq \& }, \& \*(Aqkalahari\*(Aq => { \& \*(Aqosversion\*(Aq => \*(Aq2.0.34\*(Aq, \& \*(Aqosname\*(Aq => \*(Aqlinux\*(Aq, \& \*(Aqaddress\*(Aq => [ \*(Aq10.0.0.103\*(Aq, \*(Aq10.0.1.103\*(Aq ] \& } \& } \& } .Ve .PP Your script could then access the name of the log directory like this: .PP .Vb 1 \& print $config\->{logdir}; .Ve .PP similarly, the second address on the server 'kalahari' could be referenced as: .PP .Vb 1 \& print $config\->{server}\->{kalahari}\->{address}\->[1]; .Ve .PP What could be simpler? (Rhetorical). .PP For simple requirements, that's really all there is to it. If you want to store your \s-1XML\s0 in a different directory or file, or pass it in as a string or even pass it in via some derivative of an IO::Handle, you'll need to check out \&\*(L"\s-1OPTIONS\s0\*(R". If you want to turn off or tweak the array folding feature (that neat little transformation that produced \f(CW$config\fR\->{server}) you'll find options for that as well. .PP If you want to generate \s-1XML\s0 (for example to write a modified version of \&\f(CW$config\fR back out as \s-1XML\s0), check out \f(CW\*(C`XMLout()\*(C'\fR. .PP If your needs are not so simple, this may not be the module for you. In that case, you might want to read \*(L"\s-1WHERE\s0 \s-1TO\s0 \s-1FROM\s0 \s-1HERE\s0?\*(R". .SH "DESCRIPTION" .IX Header "DESCRIPTION" The XML::Simple module provides a simple \s-1API\s0 layer on top of an underlying \s-1XML\s0 parsing module (either XML::Parser or one of the \s-1SAX2\s0 parser modules). Two functions are exported: \f(CW\*(C`XMLin()\*(C'\fR and \f(CW\*(C`XMLout()\*(C'\fR. Note: you can explicity request the lower case versions of the function names: \f(CW\*(C`xml_in()\*(C'\fR and \&\f(CW\*(C`xml_out()\*(C'\fR. .PP The simplest approach is to call these two functions directly, but an optional object oriented interface (see \*(L"\s-1OPTIONAL\s0 \s-1OO\s0 \s-1INTERFACE\s0\*(R" below) allows them to be called as methods of an \fBXML::Simple\fR object. The object interface can also be used at either end of a \s-1SAX\s0 pipeline. .Sh "\fIXMLin()\fP" .IX Subsection "XMLin()" Parses \s-1XML\s0 formatted data and returns a reference to a data structure which contains the same information in a more readily accessible form. (Skip down to \*(L"\s-1EXAMPLES\s0\*(R" below, for more sample code). .PP \&\f(CW\*(C`XMLin()\*(C'\fR accepts an optional \s-1XML\s0 specifier followed by zero or more 'name => value' option pairs. The \s-1XML\s0 specifier can be one of the following: .IP "A filename" 4 .IX Item "A filename" If the filename contains no directory components \f(CW\*(C`XMLin()\*(C'\fR will look for the file in each directory in the SearchPath (see \*(L"\s-1OPTIONS\s0\*(R" below) or in the current directory if the SearchPath option is not defined. eg: .Sp .Vb 1 \& $ref = XMLin(\*(Aq/etc/params.xml\*(Aq); .Ve .Sp Note, the filename '\-' can be used to parse from \s-1STDIN\s0. .IP "undef" 4 .IX Item "undef" If there is no \s-1XML\s0 specifier, \f(CW\*(C`XMLin()\*(C'\fR will check the script directory and each of the SearchPath directories for a file with the same name as the script but with the extension '.xml'. Note: if you wish to specify options, you must specify the value 'undef'. eg: .Sp .Vb 1 \& $ref = XMLin(undef, ForceArray => 1); .Ve .IP "A string of \s-1XML\s0" 4 .IX Item "A string of XML" A string containing \s-1XML\s0 (recognised by the presence of '<' and '>' characters) will be parsed directly. eg: .Sp .Vb 1 \& $ref = XMLin(\*(Aq\*(Aq); .Ve .IP "An IO::Handle object" 4 .IX Item "An IO::Handle object" An IO::Handle object will be read to \s-1EOF\s0 and its contents parsed. eg: .Sp .Vb 2 \& $fh = IO::File\->new(\*(Aq/etc/params.xml\*(Aq); \& $ref = XMLin($fh); .Ve .Sh "\fIXMLout()\fP" .IX Subsection "XMLout()" Takes a data structure (generally a hashref) and returns an \s-1XML\s0 encoding of that structure. If the resulting \s-1XML\s0 is parsed using \f(CW\*(C`XMLin()\*(C'\fR, it should return a data structure equivalent to the original (see caveats below). .PP The \f(CW\*(C`XMLout()\*(C'\fR function can also be used to output the \s-1XML\s0 as \s-1SAX\s0 events see the \f(CW\*(C`Handler\*(C'\fR option and \*(L"\s-1SAX\s0 \s-1SUPPORT\s0\*(R" for more details). .PP When translating hashes to \s-1XML\s0, hash keys which have a leading '\-' will be silently skipped. This is the approved method for marking elements of a data structure which should be ignored by \f(CW\*(C`XMLout\*(C'\fR. (Note: If these items were not skipped the key names would be emitted as element or attribute names with a leading '\-' which would not be valid \s-1XML\s0). .Sh "Caveats" .IX Subsection "Caveats" Some care is required in creating data structures which will be passed to \&\f(CW\*(C`XMLout()\*(C'\fR. Hash keys from the data structure will be encoded as either \s-1XML\s0 element names or attribute names. Therefore, you should use hash key names which conform to the relatively strict \s-1XML\s0 naming rules: .PP Names in \s-1XML\s0 must begin with a letter. The remaining characters may be letters, digits, hyphens (\-), underscores (_) or full stops (.). It is also allowable to include one colon (:) in an element name but this should only be used when working with namespaces (\fBXML::Simple\fR can only usefully work with namespaces when teamed with a \s-1SAX\s0 Parser). .PP You can use other punctuation characters in hash values (just not in hash keys) however \fBXML::Simple\fR does not support dumping binary data. .PP If you break these rules, the current implementation of \f(CW\*(C`XMLout()\*(C'\fR will simply emit non-compliant \s-1XML\s0 which will be rejected if you try to read it back in. (A later version of \fBXML::Simple\fR might take a more proactive approach). .PP Note also that although you can nest hashes and arrays to arbitrary levels, circular data structures are not supported and will cause \f(CW\*(C`XMLout()\*(C'\fR to die. .PP If you wish to 'round\-trip' arbitrary data structures from Perl to \s-1XML\s0 and back to Perl, then you should probably disable array folding (using the KeyAttr option) both with \f(CW\*(C`XMLout()\*(C'\fR and with \f(CW\*(C`XMLin()\*(C'\fR. If you still don't get the expected results, you may prefer to use XML::Dumper which is designed for exactly that purpose. .PP Refer to \*(L"\s-1WHERE\s0 \s-1TO\s0 \s-1FROM\s0 \s-1HERE\s0?\*(R" if \f(CW\*(C`XMLout()\*(C'\fR is too simple for your needs. .SH "OPTIONS" .IX Header "OPTIONS" \&\fBXML::Simple\fR supports a number of options (in fact as each release of \&\fBXML::Simple\fR adds more options, the module's claim to the name 'Simple' becomes increasingly tenuous). If you find yourself repeatedly having to specify the same options, you might like to investigate \*(L"\s-1OPTIONAL\s0 \s-1OO\s0 \&\s-1INTERFACE\s0\*(R" below. .PP If you can't be bothered reading the documentation, refer to \&\*(L"\s-1STRICT\s0 \s-1MODE\s0\*(R" to automatically catch common mistakes. .PP Because there are so many options, it's hard for new users to know which ones are important, so here are the two you really need to know about: .IP "\(bu" 4 check out \f(CW\*(C`ForceArray\*(C'\fR because you'll almost certainly want to turn it on .IP "\(bu" 4 make sure you know what the \f(CW\*(C`KeyAttr\*(C'\fR option does and what its default value is because it may surprise you otherwise (note in particular that 'KeyAttr' affects both \f(CW\*(C`XMLin\*(C'\fR and \f(CW\*(C`XMLout\*(C'\fR) .PP The option name headings below have a trailing 'comment' \- a hash followed by two pieces of metadata: .IP "\(bu" 4 Options are marked with '\fIin\fR' if they are recognised by \f(CW\*(C`XMLin()\*(C'\fR and \&'\fIout\fR' if they are recognised by \f(CW\*(C`XMLout()\*(C'\fR. .IP "\(bu" 4 Each option is also flagged to indicate whether it is: .Sp .Vb 7 \& \*(Aqimportant\*(Aq \- don\*(Aqt use the module until you understand this one \& \*(Aqhandy\*(Aq \- you can skip this on the first time through \& \*(Aqadvanced\*(Aq \- you can skip this on the second time through \& \*(AqSAX only\*(Aq \- don\*(Aqt worry about this unless you\*(Aqre using SAX (or \& alternatively if you need this, you also need SAX) \& \*(Aqseldom used\*(Aq \- you\*(Aqll probably never use this unless you were the \& person that requested the feature .Ve .PP The options are listed alphabetically: .PP Note: option names are no longer case sensitive so you can use the mixed case versions shown here; all lower case as required by versions 2.03 and earlier; or you can add underscores between the words (eg: key_attr). .Sh "AttrIndent => 1 \fI# out \- handy\fP" .IX Subsection "AttrIndent => 1 # out - handy" When you are using \f(CW\*(C`XMLout()\*(C'\fR, enable this option to have attributes printed one-per-line with sensible indentation rather than all on one line. .Sh "Cache => [ cache schemes ] \fI# in \- advanced\fP" .IX Subsection "Cache => [ cache schemes ] # in - advanced" Because loading the \fBXML::Parser\fR module and parsing an \s-1XML\s0 file can consume a significant number of \s-1CPU\s0 cycles, it is often desirable to cache the output of \&\f(CW\*(C`XMLin()\*(C'\fR for later reuse. .PP When parsing from a named file, \fBXML::Simple\fR supports a number of caching schemes. The 'Cache' option may be used to specify one or more schemes (using an anonymous array). Each scheme will be tried in turn in the hope of finding a cached pre-parsed representation of the \s-1XML\s0 file. If no cached copy is found, the file will be parsed and the first cache scheme in the list will be used to save a copy of the results. The following cache schemes have been implemented: .IP "storable" 4 .IX Item "storable" Utilises \fBStorable.pm\fR to read/write a cache file with the same name as the \&\s-1XML\s0 file but with the extension .stor .IP "memshare" 4 .IX Item "memshare" When a file is first parsed, a copy of the resulting data structure is retained in memory in the \fBXML::Simple\fR module's namespace. Subsequent calls to parse the same file will return a reference to this structure. This cached version will persist only for the life of the Perl interpreter (which in the case of mod_perl for example, may be some significant time). .Sp Because each caller receives a reference to the same data structure, a change made by one caller will be visible to all. For this reason, the reference returned should be treated as read-only. .IP "memcopy" 4 .IX Item "memcopy" This scheme works identically to 'memshare' (above) except that each caller receives a reference to a new data structure which is a copy of the cached version. Copying the data structure will add a little processing overhead, therefore this scheme should only be used where the caller intends to modify the data structure (or wishes to protect itself from others who might). This scheme uses \fBStorable.pm\fR to perform the copy. .PP Warning! The memory-based caching schemes compare the timestamp on the file to the time when it was last parsed. If the file is stored on an \s-1NFS\s0 filesystem (or other network share) and the clock on the file server is not exactly synchronised with the clock where your script is run, updates to the source \s-1XML\s0 file may appear to be ignored. .Sh "ContentKey => 'keyname' \fI# in+out \- seldom used\fP" .IX Subsection "ContentKey => 'keyname' # in+out - seldom used" When text content is parsed to a hash value, this option let's you specify a name for the hash key to override the default 'content'. So for example: .PP .Vb 1 \& XMLin(\*(AqText\*(Aq, ContentKey => \*(Aqtext\*(Aq) .Ve .PP will parse to: .PP .Vb 1 \& { \*(Aqone\*(Aq => 1, \*(Aqtext\*(Aq => \*(AqText\*(Aq } .Ve .PP instead of: .PP .Vb 1 \& { \*(Aqone\*(Aq => 1, \*(Aqcontent\*(Aq => \*(AqText\*(Aq } .Ve .PP \&\f(CW\*(C`XMLout()\*(C'\fR will also honour the value of this option when converting a hashref to \s-1XML\s0. .PP You can also prefix your selected key name with a '\-' character to have \&\f(CW\*(C`XMLin()\*(C'\fR try a little harder to eliminate unnecessary 'content' keys after array folding. For example: .PP .Vb 6 \& XMLin( \& \*(AqFirstSecond\*(Aq, \& KeyAttr => {item => \*(Aqname\*(Aq}, \& ForceArray => [ \*(Aqitem\*(Aq ], \& ContentKey => \*(Aq\-content\*(Aq \& ) .Ve .PP will parse to: .PP .Vb 6 \& { \& \*(Aqitem\*(Aq => { \& \*(Aqone\*(Aq => \*(AqFirst\*(Aq \& \*(Aqtwo\*(Aq => \*(AqSecond\*(Aq \& } \& } .Ve .PP rather than this (without the '\-'): .PP .Vb 6 \& { \& \*(Aqitem\*(Aq => { \& \*(Aqone\*(Aq => { \*(Aqcontent\*(Aq => \*(AqFirst\*(Aq } \& \*(Aqtwo\*(Aq => { \*(Aqcontent\*(Aq => \*(AqSecond\*(Aq } \& } \& } .Ve .Sh "DataHandler => code_ref \fI# in \- \s-1SAX\s0 only\fP" .IX Subsection "DataHandler => code_ref # in - SAX only" When you use an \fBXML::Simple\fR object as a \s-1SAX\s0 handler, it will return a \&'simple tree' data structure in the same format as \f(CW\*(C`XMLin()\*(C'\fR would return. If this option is set (to a subroutine reference), then when the tree is built the subroutine will be called and passed two arguments: a reference to the \&\fBXML::Simple\fR object and a reference to the data tree. The return value from the subroutine will be returned to the \s-1SAX\s0 driver. (See \*(L"\s-1SAX\s0 \s-1SUPPORT\s0\*(R" for more details). .Sh "ForceArray => 1 \fI# in \- important\fP" .IX Subsection "ForceArray => 1 # in - important" This option should be set to '1' to force nested elements to be represented as arrays even when there is only one. Eg, with ForceArray enabled, this \&\s-1XML:\s0 .PP .Vb 3 \& \& value \& .Ve .PP would parse to this: .PP .Vb 5 \& { \& \*(Aqname\*(Aq => [ \& \*(Aqvalue\*(Aq \& ] \& } .Ve .PP instead of this (the default): .PP .Vb 3 \& { \& \*(Aqname\*(Aq => \*(Aqvalue\*(Aq \& } .Ve .PP This option is especially useful if the data structure is likely to be written back out as \s-1XML\s0 and the default behaviour of rolling single nested elements up into attributes is not desirable. .PP If you are using the array folding feature, you should almost certainly enable this option. If you do not, single nested elements will not be parsed to arrays and therefore will not be candidates for folding to a hash. (Given that the default value of 'KeyAttr' enables array folding, the default value of this option should probably also have been enabled too \- sorry). .Sh "ForceArray => [ names ] \fI# in \- important\fP" .IX Subsection "ForceArray => [ names ] # in - important" This alternative (and preferred) form of the 'ForceArray' option allows you to specify a list of element names which should always be forced into an array representation, rather than the 'all or nothing' approach above. .PP It is also possible (since version 2.05) to include compiled regular expressions in the list \- any element names which match the pattern will be forced to arrays. If the list contains only a single regex, then it is not necessary to enclose it in an arrayref. Eg: .PP .Vb 1 \& ForceArray => qr/_list$/ .Ve .Sh "ForceContent => 1 \fI# in \- seldom used\fP" .IX Subsection "ForceContent => 1 # in - seldom used" When \f(CW\*(C`XMLin()\*(C'\fR parses elements which have text content as well as attributes, the text content must be represented as a hash value rather than a simple scalar. This option allows you to force text content to always parse to a hash value even when there are no attributes. So for example: .PP .Vb 1 \& XMLin(\*(Aqtext1text2\*(Aq, ForceContent => 1) .Ve .PP will parse to: .PP .Vb 4 \& { \& \*(Aqx\*(Aq => { \*(Aqcontent\*(Aq => \*(Aqtext1\*(Aq }, \& \*(Aqy\*(Aq => { \*(Aqa\*(Aq => 2, \*(Aqcontent\*(Aq => \*(Aqtext2\*(Aq } \& } .Ve .PP instead of: .PP .Vb 4 \& { \& \*(Aqx\*(Aq => \*(Aqtext1\*(Aq, \& \*(Aqy\*(Aq => { \*(Aqa\*(Aq => 2, \*(Aqcontent\*(Aq => \*(Aqtext2\*(Aq } \& } .Ve .Sh "GroupTags => { grouping tag => grouped tag } \fI# in+out \- handy\fP" .IX Subsection "GroupTags => { grouping tag => grouped tag } # in+out - handy" You can use this option to eliminate extra levels of indirection in your Perl data structure. For example this \s-1XML:\s0 .PP .Vb 7 \& \& \& /usr/bin \& /usr/local/bin \& /usr/X11/bin \& \& .Ve .PP Would normally be read into a structure like this: .PP .Vb 5 \& { \& searchpath => { \& dir => [ \*(Aq/usr/bin\*(Aq, \*(Aq/usr/local/bin\*(Aq, \*(Aq/usr/X11/bin\*(Aq ] \& } \& } .Ve .PP But when read in with the appropriate value for 'GroupTags': .PP .Vb 1 \& my $opt = XMLin($xml, GroupTags => { searchpath => \*(Aqdir\*(Aq }); .Ve .PP It will return this simpler structure: .PP .Vb 3 \& { \& searchpath => [ \*(Aq/usr/bin\*(Aq, \*(Aq/usr/local/bin\*(Aq, \*(Aq/usr/X11/bin\*(Aq ] \& } .Ve .PP The grouping element (\f(CW\*(C`\*(C'\fR in the example) must not contain any attributes or elements other than the grouped element. .PP You can specify multiple 'grouping element' to 'grouped element' mappings in the same hashref. If this option is combined with \f(CW\*(C`KeyAttr\*(C'\fR, the array folding will occur first and then the grouped element names will be eliminated. .PP \&\f(CW\*(C`XMLout\*(C'\fR will also use the grouptag mappings to re-introduce the tags around the grouped elements. Beware though that this will occur in all places that the 'grouping tag' name occurs \- you probably don't want to use the same name for elements as well as attributes. .Sh "Handler => object_ref \fI# out \- \s-1SAX\s0 only\fP" .IX Subsection "Handler => object_ref # out - SAX only" Use the 'Handler' option to have \f(CW\*(C`XMLout()\*(C'\fR generate \s-1SAX\s0 events rather than returning a string of \s-1XML\s0. For more details see \*(L"\s-1SAX\s0 \s-1SUPPORT\s0\*(R" below. .PP Note: the current implementation of this option generates a string of \s-1XML\s0 and uses a \s-1SAX\s0 parser to translate it into \s-1SAX\s0 events. The normal encoding rules apply here \- your data must be \s-1UTF8\s0 encoded unless you specify an alternative encoding via the 'XMLDecl' option; and by the time the data reaches the handler object, it will be in \s-1UTF8\s0 form regardless of the encoding you supply. A future implementation of this option may generate the events directly. .Sh "KeepRoot => 1 \fI# in+out \- handy\fP" .IX Subsection "KeepRoot => 1 # in+out - handy" In its attempt to return a data structure free of superfluous detail and unnecessary levels of indirection, \f(CW\*(C`XMLin()\*(C'\fR normally discards the root element name. Setting the 'KeepRoot' option to '1' will cause the root element name to be retained. So after executing this code: .PP .Vb 1 \& $config = XMLin(\*(Aq\*(Aq, KeepRoot => 1) .Ve .PP You'll be able to reference the tempdir as \&\f(CW\*(C`$config\->{config}\->{tempdir}\*(C'\fR instead of the default \&\f(CW\*(C`$config\->{tempdir}\*(C'\fR. .PP Similarly, setting the 'KeepRoot' option to '1' will tell \f(CW\*(C`XMLout()\*(C'\fR that the data structure already contains a root element name and it is not necessary to add another. .Sh "KeyAttr => [ list ] \fI# in+out \- important\fP" .IX Subsection "KeyAttr => [ list ] # in+out - important" This option controls the 'array folding' feature which translates nested elements from an array to a hash. It also controls the 'unfolding' of hashes to arrays. .PP For example, this \s-1XML:\s0 .PP .Vb 4 \& \& \& \& .Ve .PP would, by default, parse to this: .PP .Vb 12 \& { \& \*(Aquser\*(Aq => [ \& { \& \*(Aqlogin\*(Aq => \*(Aqgrep\*(Aq, \& \*(Aqfullname\*(Aq => \*(AqGary R Epstein\*(Aq \& }, \& { \& \*(Aqlogin\*(Aq => \*(Aqstty\*(Aq, \& \*(Aqfullname\*(Aq => \*(AqSimon T Tyson\*(Aq \& } \& ] \& } .Ve .PP If the option 'KeyAttr => \*(L"login\*(R"' were used to specify that the 'login' attribute is a key, the same \s-1XML\s0 would parse to: .PP .Vb 10 \& { \& \*(Aquser\*(Aq => { \& \*(Aqstty\*(Aq => { \& \*(Aqfullname\*(Aq => \*(AqSimon T Tyson\*(Aq \& }, \& \*(Aqgrep\*(Aq => { \& \*(Aqfullname\*(Aq => \*(AqGary R Epstein\*(Aq \& } \& } \& } .Ve .PP The key attribute names should be supplied in an arrayref if there is more than one. \f(CW\*(C`XMLin()\*(C'\fR will attempt to match attribute names in the order supplied. \f(CW\*(C`XMLout()\*(C'\fR will use the first attribute name supplied when \&'unfolding' a hash into an array. .PP Note 1: The default value for 'KeyAttr' is ['name', 'key', 'id']. If you do not want folding on input or unfolding on output you must setting this option to an empty list to disable the feature. .PP Note 2: If you wish to use this option, you should also enable the \&\f(CW\*(C`ForceArray\*(C'\fR option. Without 'ForceArray', a single nested element will be rolled up into a scalar rather than an array and therefore will not be folded (since only arrays get folded). .Sh "KeyAttr => { list } \fI# in+out \- important\fP" .IX Subsection "KeyAttr => { list } # in+out - important" This alternative (and preferred) method of specifiying the key attributes allows more fine grained control over which elements are folded and on which attributes. For example the option 'KeyAttr => { package => 'id' } will cause any package elements to be folded on the 'id' attribute. No other elements which have an 'id' attribute will be folded at all. .PP Note: \f(CW\*(C`XMLin()\*(C'\fR will generate a warning (or a fatal error in \*(L"\s-1STRICT\s0 \s-1MODE\s0\*(R") if this syntax is used and an element which does not have the specified key attribute is encountered (eg: a 'package' element without an 'id' attribute, to use the example above). Warnings will only be generated if \fB\-w\fR is in force. .PP Two further variations are made possible by prefixing a '+' or a '\-' character to the attribute name: .PP The option 'KeyAttr => { user => \*(L"+login\*(R" }' will cause this \s-1XML:\s0 .PP .Vb 4 \& \& \& \& .Ve .PP to parse to this data structure: .PP .Vb 12 \& { \& \*(Aquser\*(Aq => { \& \*(Aqstty\*(Aq => { \& \*(Aqfullname\*(Aq => \*(AqSimon T Tyson\*(Aq, \& \*(Aqlogin\*(Aq => \*(Aqstty\*(Aq \& }, \& \*(Aqgrep\*(Aq => { \& \*(Aqfullname\*(Aq => \*(AqGary R Epstein\*(Aq, \& \*(Aqlogin\*(Aq => \*(Aqgrep\*(Aq \& } \& } \& } .Ve .PP The '+' indicates that the value of the key attribute should be copied rather than moved to the folded hash key. .PP A '\-' prefix would produce this result: .PP .Vb 12 \& { \& \*(Aquser\*(Aq => { \& \*(Aqstty\*(Aq => { \& \*(Aqfullname\*(Aq => \*(AqSimon T Tyson\*(Aq, \& \*(Aq\-login\*(Aq => \*(Aqstty\*(Aq \& }, \& \*(Aqgrep\*(Aq => { \& \*(Aqfullname\*(Aq => \*(AqGary R Epstein\*(Aq, \& \*(Aq\-login\*(Aq => \*(Aqgrep\*(Aq \& } \& } \& } .Ve .PP As described earlier, \f(CW\*(C`XMLout\*(C'\fR will ignore hash keys starting with a '\-'. .Sh "NoAttr => 1 \fI# in+out \- handy\fP" .IX Subsection "NoAttr => 1 # in+out - handy" When used with \f(CW\*(C`XMLout()\*(C'\fR, the generated \s-1XML\s0 will contain no attributes. All hash key/values will be represented as nested elements instead. .PP When used with \f(CW\*(C`XMLin()\*(C'\fR, any attributes in the \s-1XML\s0 will be ignored. .Sh "NoEscape => 1 \fI# out \- seldom used\fP" .IX Subsection "NoEscape => 1 # out - seldom used" By default, \f(CW\*(C`XMLout()\*(C'\fR will translate the characters '<', '>', '&' and \&'"' to '<', '>', '&' and '"' respectively. Use this option to suppress escaping (presumably because you've already escaped the data in some more sophisticated manner). .Sh "NoIndent => 1 \fI# out \- seldom used\fP" .IX Subsection "NoIndent => 1 # out - seldom used" Set this option to 1 to disable \f(CW\*(C`XMLout()\*(C'\fR's default 'pretty printing' mode. With this option enabled, the \s-1XML\s0 output will all be on one line (unless there are newlines in the data) \- this may be easier for downstream processing. .Sh "NoSort => 1 \fI# out \- seldom used\fP" .IX Subsection "NoSort => 1 # out - seldom used" Newer versions of XML::Simple sort elements and attributes alphabetically (*), by default. Enable this option to suppress the sorting \- possibly for backwards compatibility. .PP * Actually, sorting is alphabetical but 'key' attribute or element names (as in \&'KeyAttr') sort first. Also, when a hash of hashes is 'unfolded', the elements are sorted alphabetically by the value of the key field. .Sh "NormaliseSpace => 0 | 1 | 2 \fI# in \- handy\fP" .IX Subsection "NormaliseSpace => 0 | 1 | 2 # in - handy" This option controls how whitespace in text content is handled. Recognised values for the option are: .IP "\(bu" 4 0 = (default) whitespace is passed through unaltered (except of course for the normalisation of whitespace in attribute values which is mandated by the \s-1XML\s0 recommendation) .IP "\(bu" 4 1 = whitespace is normalised in any value used as a hash key (normalising means removing leading and trailing whitespace and collapsing sequences of whitespace characters to a single space) .IP "\(bu" 4 2 = whitespace is normalised in all text content .PP Note: you can spell this option with a 'z' if that is more natural for you. .Sh "NSExpand => 1 \fI# in+out handy \- \s-1SAX\s0 only\fP" .IX Subsection "NSExpand => 1 # in+out handy - SAX only" This option controls namespace expansion \- the translation of element and attribute names of the form 'prefix:name' to '{uri}name'. For example the element name 'xsl:template' might be expanded to: \&'{http://www.w3.org/1999/XSL/Transform}template'. .PP By default, \f(CW\*(C`XMLin()\*(C'\fR will return element names and attribute names exactly as they appear in the \s-1XML\s0. Setting this option to 1 will cause all element and attribute names to be expanded to include their namespace prefix. .PP \&\fINote: You must be using a \s-1SAX\s0 parser for this option to work (ie: it does not work with XML::Parser)\fR. .PP This option also controls whether \f(CW\*(C`XMLout()\*(C'\fR performs the reverse translation from '{uri}name' back to 'prefix:name'. The default is no translation. If your data contains expanded names, you should set this option to 1 otherwise \&\f(CW\*(C`XMLout\*(C'\fR will emit \s-1XML\s0 which is not well formed. .PP \&\fINote: You must have the XML::NamespaceSupport module installed if you want \&\f(CI\*(C`XMLout()\*(C'\fI to translate URIs back to prefixes\fR. .Sh "NumericEscape => 0 | 1 | 2 \fI# out \- handy\fP" .IX Subsection "NumericEscape => 0 | 1 | 2 # out - handy" Use this option to have 'high' (non-ASCII) characters in your Perl data structure converted to numeric entities (eg: €) in the \s-1XML\s0 output. Three levels are possible: .PP 0 \- default: no numeric escaping (\s-1OK\s0 if you're writing out \s-1UTF8\s0) .PP 1 \- only characters above 0xFF are escaped (ie: characters in the 0x80\-FF range are not escaped), possibly useful with \s-1ISO8859\-1\s0 output .PP 2 \- all characters above 0x7F are escaped (good for plain \s-1ASCII\s0 output) .Sh "OutputFile => \fI# out \- handy\fP" .IX Subsection "OutputFile => # out - handy" The default behaviour of \f(CW\*(C`XMLout()\*(C'\fR is to return the \s-1XML\s0 as a string. If you wish to write the \s-1XML\s0 to a file, simply supply the filename using the \&'OutputFile' option. .PP This option also accepts an \s-1IO\s0 handle object \- especially useful in Perl 5.8.0 and later for output using an encoding other than \s-1UTF\-8\s0, eg: .PP .Vb 2 \& open my $fh, \*(Aq>:encoding(iso\-8859\-1)\*(Aq, $path or die "open($path): $!"; \& XMLout($ref, OutputFile => $fh); .Ve .PP Note, XML::Simple does not require that the object you pass in to the OutputFile option inherits from IO::Handle \- it simply assumes the object supports a \f(CW\*(C`print\*(C'\fR method. .Sh "ParserOpts => [ XML::Parser Options ] \fI# in \- don't use this\fP" .IX Subsection "ParserOpts => [ XML::Parser Options ] # in - don't use this" \&\fINote: This option is now officially deprecated. If you find it useful, email the author with an example of what you use it for. Do not use this option to set the ProtocolEncoding, that's just plain wrong \- fix the \s-1XML\s0\fR. .PP This option allows you to pass parameters to the constructor of the underlying XML::Parser object (which of course assumes you're not using \s-1SAX\s0). .Sh "RootName => 'string' \fI# out \- handy\fP" .IX Subsection "RootName => 'string' # out - handy" By default, when \f(CW\*(C`XMLout()\*(C'\fR generates \s-1XML\s0, the root element will be named \&'opt'. This option allows you to specify an alternative name. .PP Specifying either undef or the empty string for the RootName option will produce \s-1XML\s0 with no root elements. In most cases the resulting \s-1XML\s0 fragment will not be 'well formed' and therefore could not be read back in by \f(CW\*(C`XMLin()\*(C'\fR. Nevertheless, the option has been found to be useful in certain circumstances. .Sh "SearchPath => [ list ] \fI# in \- handy\fP" .IX Subsection "SearchPath => [ list ] # in - handy" If you pass \f(CW\*(C`XMLin()\*(C'\fR a filename, but the filename include no directory component, you can use this option to specify which directories should be searched to locate the file. You might use this option to search first in the user's home directory, then in a global directory such as /etc. .PP If a filename is provided to \f(CW\*(C`XMLin()\*(C'\fR but SearchPath is not defined, the file is assumed to be in the current directory. .PP If the first parameter to \f(CW\*(C`XMLin()\*(C'\fR is undefined, the default SearchPath will contain only the directory in which the script itself is located. Otherwise the default SearchPath will be empty. .Sh "SuppressEmpty => 1 | '' | undef \fI# in+out \- handy\fP" .IX Subsection "SuppressEmpty => 1 | '' | undef # in+out - handy" This option controls what \f(CW\*(C`XMLin()\*(C'\fR should do with empty elements (no attributes and no content). The default behaviour is to represent them as empty hashes. Setting this option to a true value (eg: 1) will cause empty elements to be skipped altogether. Setting the option to 'undef' or the empty string will cause empty elements to be represented as the undefined value or the empty string respectively. The latter two alternatives are a little easier to test for in your code than a hash with no keys. .PP The option also controls what \f(CW\*(C`XMLout()\*(C'\fR does with undefined values. Setting the option to undef causes undefined values to be output as empty elements (rather than empty attributes), it also suppresses the generation of warnings about undefined values. Setting the option to a true value (eg: 1) causes undefined values to be skipped altogether on output. .Sh "ValueAttr => [ names ] \fI# in \- handy\fP" .IX Subsection "ValueAttr => [ names ] # in - handy" Use this option to deal elements which always have a single attribute and no content. Eg: .PP .Vb 4 \& \& \& \& .Ve .PP Setting \f(CW\*(C`ValueAttr => [ \*(Aqvalue\*(Aq ]\*(C'\fR will cause the above \s-1XML\s0 to parse to: .PP .Vb 4 \& { \& colour => \*(Aqred\*(Aq, \& size => \*(AqXXL\*(Aq \& } .Ve .PP instead of this (the default): .PP .Vb 4 \& { \& colour => { value => \*(Aqred\*(Aq }, \& size => { value => \*(AqXXL\*(Aq } \& } .Ve .PP Note: This form of the ValueAttr option is not compatible with \f(CW\*(C`XMLout()\*(C'\fR \- since the attribute name is discarded at parse time, the original \s-1XML\s0 cannot be reconstructed. .Sh "ValueAttr => { element => attribute, ... } \fI# in+out \- handy\fP" .IX Subsection "ValueAttr => { element => attribute, ... } # in+out - handy" This (preferred) form of the ValueAttr option requires you to specify both the element and the attribute names. This is not only safer, it also allows the original \s-1XML\s0 to be reconstructed by \f(CW\*(C`XMLout()\*(C'\fR. .PP Note: You probably don't want to use this option and the NoAttr option at the same time. .Sh "Variables => { name => value } \fI# in \- handy\fP" .IX Subsection "Variables => { name => value } # in - handy" This option allows variables in the \s-1XML\s0 to be expanded when the file is read. (there is no facility for putting the variable names back if you regenerate \&\s-1XML\s0 using \f(CW\*(C`XMLout\*(C'\fR). .PP A 'variable' is any text of the form \f(CW\*(C`${name}\*(C'\fR which occurs in an attribute value or in the text content of an element. If 'name' matches a key in the supplied hashref, \f(CW\*(C`${name}\*(C'\fR will be replaced with the corresponding value from the hashref. If no matching key is found, the variable will not be replaced. Names must match the regex: \f(CW\*(C`[\ew.]+\*(C'\fR (ie: only 'word' characters and dots are allowed). .Sh "VarAttr => 'attr_name' \fI# in \- handy\fP" .IX Subsection "VarAttr => 'attr_name' # in - handy" In addition to the variables defined using \f(CW\*(C`Variables\*(C'\fR, this option allows variables to be defined in the \s-1XML\s0. A variable definition consists of an element with an attribute called 'attr_name' (the value of the \f(CW\*(C`VarAttr\*(C'\fR option). The value of the attribute will be used as the variable name and the text content of the element will be used as the value. A variable defined in this way will override a variable defined using the \f(CW\*(C`Variables\*(C'\fR option. For example: .PP .Vb 7 \& XMLin( \*(Aq \& /usr/local/apache \& ${prefix} \& ${exec_prefix}/bin \& \*(Aq, \& VarAttr => \*(Aqname\*(Aq, ContentKey => \*(Aq\-content\*(Aq \& ); .Ve .PP produces the following data structure: .PP .Vb 7 \& { \& dir => { \& prefix => \*(Aq/usr/local/apache\*(Aq, \& exec_prefix => \*(Aq/usr/local/apache\*(Aq, \& bindir => \*(Aq/usr/local/apache/bin\*(Aq, \& } \& } .Ve .Sh "XMLDecl => 1 or XMLDecl => 'string' \fI# out \- handy\fP" .IX Subsection "XMLDecl => 1 or XMLDecl => 'string' # out - handy" If you want the output from \f(CW\*(C`XMLout()\*(C'\fR to start with the optional \s-1XML\s0 declaration, simply set the option to '1'. The default \s-1XML\s0 declaration is: .PP .Vb 1 \& .Ve .PP If you want some other string (for example to declare an encoding value), set the value of this option to the complete string you require. .SH "OPTIONAL OO INTERFACE" .IX Header "OPTIONAL OO INTERFACE" The procedural interface is both simple and convenient however there are a couple of reasons why you might prefer to use the object oriented (\s-1OO\s0) interface: .IP "\(bu" 4 to define a set of default values which should be used on all subsequent calls to \f(CW\*(C`XMLin()\*(C'\fR or \f(CW\*(C`XMLout()\*(C'\fR .IP "\(bu" 4 to override methods in \fBXML::Simple\fR to provide customised behaviour .PP The default values for the options described above are unlikely to suit everyone. The \s-1OO\s0 interface allows you to effectively override \fBXML::Simple\fR's defaults with your preferred values. It works like this: .PP First create an XML::Simple parser object with your preferred defaults: .PP .Vb 1 \& my $xs = XML::Simple\->new(ForceArray => 1, KeepRoot => 1); .Ve .PP then call \f(CW\*(C`XMLin()\*(C'\fR or \f(CW\*(C`XMLout()\*(C'\fR as a method of that object: .PP .Vb 2 \& my $ref = $xs\->XMLin($xml); \& my $xml = $xs\->XMLout($ref); .Ve .PP You can also specify options when you make the method calls and these values will be merged with the values specified when the object was created. Values specified in a method call take precedence. .PP Note: when called as methods, the \f(CW\*(C`XMLin()\*(C'\fR and \f(CW\*(C`XMLout()\*(C'\fR routines may be called as \f(CW\*(C`xml_in()\*(C'\fR or \f(CW\*(C`xml_out()\*(C'\fR. The method names are aliased so the only difference is the aesthetics. .Sh "Parsing Methods" .IX Subsection "Parsing Methods" You can explicitly call one of the following methods rather than rely on the \&\f(CW\*(C`xml_in()\*(C'\fR method automatically determining whether the target to be parsed is a string, a file or a filehandle: .IP "parse_string(text)" 4 .IX Item "parse_string(text)" Works exactly like the \f(CW\*(C`xml_in()\*(C'\fR method but assumes the first argument is a string of \s-1XML\s0 (or a reference to a scalar containing a string of \s-1XML\s0). .IP "parse_file(filename)" 4 .IX Item "parse_file(filename)" Works exactly like the \f(CW\*(C`xml_in()\*(C'\fR method but assumes the first argument is the name of a file containing \s-1XML\s0. .IP "parse_fh(file_handle)" 4 .IX Item "parse_fh(file_handle)" Works exactly like the \f(CW\*(C`xml_in()\*(C'\fR method but assumes the first argument is a filehandle which can be read to get \s-1XML\s0. .Sh "Hook Methods" .IX Subsection "Hook Methods" You can make your own class which inherits from XML::Simple and overrides certain behaviours. The following methods may provide useful 'hooks' upon which to hang your modified behaviour. You may find other undocumented methods by examining the source, but those may be subject to change in future releases. .IP "handle_options(direction, name => value ...)" 4 .IX Item "handle_options(direction, name => value ...)" This method will be called when one of the parsing methods or the \f(CW\*(C`XMLout()\*(C'\fR method is called. The initial argument will be a string (either 'in' or 'out') and the remaining arguments will be name value pairs. .IP "\fIdefault_config_file()\fR" 4 .IX Item "default_config_file()" Calculates and returns the name of the file which should be parsed if no filename is passed to \f(CW\*(C`XMLin()\*(C'\fR (default: \f(CW\*(C`$0.xml\*(C'\fR). .IP "build_simple_tree(filename, string)" 4 .IX Item "build_simple_tree(filename, string)" Called from \f(CW\*(C`XMLin()\*(C'\fR or any of the parsing methods. Takes either a file name as the first argument or \f(CW\*(C`undef\*(C'\fR followed by a 'string' as the second argument. Returns a simple tree data structure. You could override this method to apply your own transformations before the data structure is returned to the caller. .IP "\fInew_hashref()\fR" 4 .IX Item "new_hashref()" When the 'simple tree' data structure is being built, this method will be called to create any required anonymous hashrefs. .IP "sorted_keys(name, hashref)" 4 .IX Item "sorted_keys(name, hashref)" Called when \f(CW\*(C`XMLout()\*(C'\fR is translating a hashref to \s-1XML\s0. This routine returns a list of hash keys in the order that the corresponding attributes/elements should appear in the output. .IP "escape_value(string)" 4 .IX Item "escape_value(string)" Called from \f(CW\*(C`XMLout()\*(C'\fR, takes a string and returns a copy of the string with \&\s-1XML\s0 character escaping rules applied. .IP "numeric_escape(string)" 4 .IX Item "numeric_escape(string)" Called from \f(CW\*(C`escape_value()\*(C'\fR, to handle non-ASCII characters (depending on the value of the NumericEscape option). .IP "copy_hash(hashref, extra_key => value, ...)" 4 .IX Item "copy_hash(hashref, extra_key => value, ...)" Called from \f(CW\*(C`XMLout()\*(C'\fR, when 'unfolding' a hash of hashes into an array of hashes. You might wish to override this method if you're using tied hashes and don't want them to get untied. .Sh "Cache Methods" .IX Subsection "Cache Methods" XML::Simple implements three caching schemes ('storable', 'memshare' and \&'memcopy'). You can implement a custom caching scheme by implementing two methods \- one for reading from the cache and one for writing to it. .PP For example, you might implement a new 'dbm' scheme that stores cached data structures using the \s-1MLDBM\s0 module. First, you would add a \&\f(CW\*(C`cache_read_dbm()\*(C'\fR method which accepted a filename for use as a lookup key and returned a data structure on success, or undef on failure. Then, you would implement a \f(CW\*(C`cache_read_dbm()\*(C'\fR method which accepted a data structure and a filename. .PP You would use this caching scheme by specifying the option: .PP .Vb 1 \& Cache => [ \*(Aqdbm\*(Aq ] .Ve .SH "STRICT MODE" .IX Header "STRICT MODE" If you import the \fBXML::Simple\fR routines like this: .PP .Vb 1 \& use XML::Simple qw(:strict); .Ve .PP the following common mistakes will be detected and treated as fatal errors .IP "\(bu" 4 Failing to explicitly set the \f(CW\*(C`KeyAttr\*(C'\fR option \- if you can't be bothered reading about this option, turn it off with: KeyAttr => [ ] .IP "\(bu" 4 Failing to explicitly set the \f(CW\*(C`ForceArray\*(C'\fR option \- if you can't be bothered reading about this option, set it to the safest mode with: ForceArray => 1 .IP "\(bu" 4 Setting ForceArray to an array, but failing to list all the elements from the KeyAttr hash. .IP "\(bu" 4 Data error \- KeyAttr is set to say { part => 'partnum' } but the \s-1XML\s0 contains one or more elements without a 'partnum' attribute (or nested element). Note: if strict mode is not set but \-w is, this condition triggers a warning. .IP "\(bu" 4 Data error \- as above, but non-unique values are present in the key attribute (eg: more than one element with the same partnum). This will also trigger a warning if strict mode is not enabled. .IP "\(bu" 4 Data error \- as above, but value of key attribute (eg: partnum) is not a scalar string (due to nested elements etc). This will also trigger a warning if strict mode is not enabled. .SH "SAX SUPPORT" .IX Header "SAX SUPPORT" From version 1.08_01, \fBXML::Simple\fR includes support for \s-1SAX\s0 (the Simple \s-1API\s0 for \s-1XML\s0) \- specifically \s-1SAX2\s0. .PP In a typical \s-1SAX\s0 application, an \s-1XML\s0 parser (or \s-1SAX\s0 'driver') module generates \&\s-1SAX\s0 events (start of element, character data, end of element, etc) as it parses an \s-1XML\s0 document and a 'handler' module processes the events to extract the required data. This simple model allows for some interesting and powerful possibilities: .IP "\(bu" 4 Applications written to the \s-1SAX\s0 \s-1API\s0 can extract data from huge \s-1XML\s0 documents without the memory overheads of a \s-1DOM\s0 or tree \s-1API\s0. .IP "\(bu" 4 The \s-1SAX\s0 \s-1API\s0 allows for plug and play interchange of parser modules without having to change your code to fit a new module's \s-1API\s0. A number of \s-1SAX\s0 parsers are available with capabilities ranging from extreme portability to blazing performance. .IP "\(bu" 4 A \s-1SAX\s0 'filter' module can implement both a handler interface for receiving data and a generator interface for passing modified data on to a downstream handler. Filters can be chained together in 'pipelines'. .IP "\(bu" 4 One filter module might split a data stream to direct data to two or more downstream handlers. .IP "\(bu" 4 Generating \s-1SAX\s0 events is not the exclusive preserve of \s-1XML\s0 parsing modules. For example, a module might extract data from a relational database using \s-1DBI\s0 and pass it on to a \s-1SAX\s0 pipeline for filtering and formatting. .PP \&\fBXML::Simple\fR can operate at either end of a \s-1SAX\s0 pipeline. For example, you can take a data structure in the form of a hashref and pass it into a \&\s-1SAX\s0 pipeline using the 'Handler' option on \f(CW\*(C`XMLout()\*(C'\fR: .PP .Vb 3 \& use XML::Simple; \& use Some::SAX::Filter; \& use XML::SAX::Writer; \& \& my $ref = { \& .... # your data here \& }; \& \& my $writer = XML::SAX::Writer\->new(); \& my $filter = Some::SAX::Filter\->new(Handler => $writer); \& my $simple = XML::Simple\->new(Handler => $filter); \& $simple\->XMLout($ref); .Ve .PP You can also put \fBXML::Simple\fR at the opposite end of the pipeline to take advantage of the simple 'tree' data structure once the relevant data has been isolated through filtering: .PP .Vb 3 \& use XML::SAX; \& use Some::SAX::Filter; \& use XML::Simple; \& \& my $simple = XML::Simple\->new(ForceArray => 1, KeyAttr => [\*(Aqpartnum\*(Aq]); \& my $filter = Some::SAX::Filter\->new(Handler => $simple); \& my $parser = XML::SAX::ParserFactory\->parser(Handler => $filter); \& \& my $ref = $parser\->parse_uri(\*(Aqsome_huge_file.xml\*(Aq); \& \& print $ref\->{part}\->{\*(Aq555\-1234\*(Aq}; .Ve .PP You can build a filter by using an XML::Simple object as a handler and setting its DataHandler option to point to a routine which takes the resulting tree, modifies it and sends it off as \s-1SAX\s0 events to a downstream handler: .PP .Vb 5 \& my $writer = XML::SAX::Writer\->new(); \& my $filter = XML::Simple\->new( \& DataHandler => sub { \& my $simple = shift; \& my $data = shift; \& \& # Modify $data here \& \& $simple\->XMLout($data, Handler => $writer); \& } \& ); \& my $parser = XML::SAX::ParserFactory\->parser(Handler => $filter); \& \& $parser\->parse_uri($filename); .Ve .PP \&\fINote: In this last example, the 'Handler' option was specified in the call to \&\f(CI\*(C`XMLout()\*(C'\fI but it could also have been specified in the constructor\fR. .SH "ENVIRONMENT" .IX Header "ENVIRONMENT" If you don't care which parser module \fBXML::Simple\fR uses then skip this section entirely (it looks more complicated than it really is). .PP \&\fBXML::Simple\fR will default to using a \fB\s-1SAX\s0\fR parser if one is available or \&\fBXML::Parser\fR if \s-1SAX\s0 is not available. .PP You can dictate which parser module is used by setting either the environment variable '\s-1XML_SIMPLE_PREFERRED_PARSER\s0' or the package variable \&\f(CW$XML::Simple::PREFERRED_PARSER\fR to contain the module name. The following rules are used: .IP "\(bu" 4 The package variable takes precedence over the environment variable if both are defined. To force \fBXML::Simple\fR to ignore the environment settings and use its default rules, you can set the package variable to an empty string. .IP "\(bu" 4 If the 'preferred parser' is set to the string 'XML::Parser', then XML::Parser will be used (or \f(CW\*(C`XMLin()\*(C'\fR will die if XML::Parser is not installed). .IP "\(bu" 4 If the 'preferred parser' is set to some other value, then it is assumed to be the name of a \s-1SAX\s0 parser module and is passed to XML::SAX::ParserFactory. If \s-1XML::SAX\s0 is not installed, or the requested parser module is not installed, then \f(CW\*(C`XMLin()\*(C'\fR will die. .IP "\(bu" 4 If the 'preferred parser' is not defined at all (the normal default state), an attempt will be made to load \s-1XML::SAX\s0. If \s-1XML::SAX\s0 is installed, then a parser module will be selected according to XML::SAX::ParserFactory's normal rules (which typically means the last \s-1SAX\s0 parser installed). .IP "\(bu" 4 if the 'preferred parser' is not defined and \fB\s-1XML::SAX\s0\fR is not installed, then \fBXML::Parser\fR will be used. \f(CW\*(C`XMLin()\*(C'\fR will die if XML::Parser is not installed. .PP Note: The \fB\s-1XML::SAX\s0\fR distribution includes an \s-1XML\s0 parser written entirely in Perl. It is very portable but it is not very fast. You should consider installing XML::LibXML or XML::SAX::Expat if they are available for your platform. .SH "ERROR HANDLING" .IX Header "ERROR HANDLING" The \s-1XML\s0 standard is very clear on the issue of non-compliant documents. An error in parsing any single element (for example a missing end tag) must cause the whole document to be rejected. \fBXML::Simple\fR will die with an appropriate message if it encounters a parsing error. .PP If dying is not appropriate for your application, you should arrange to call \&\f(CW\*(C`XMLin()\*(C'\fR in an eval block and look for errors in $@. eg: .PP .Vb 2 \& my $config = eval { XMLin() }; \& PopUpMessage($@) if($@); .Ve .PP Note, there is a common misconception that use of \fBeval\fR will significantly slow down a script. While that may be true when the code being eval'd is in a string, it is not true of code like the sample above. .SH "EXAMPLES" .IX Header "EXAMPLES" When \f(CW\*(C`XMLin()\*(C'\fR reads the following very simple piece of \s-1XML:\s0 .PP .Vb 1 \& .Ve .PP it returns the following data structure: .PP .Vb 4 \& { \& \*(Aqusername\*(Aq => \*(Aqtestuser\*(Aq, \& \*(Aqpassword\*(Aq => \*(Aqfrodo\*(Aq \& } .Ve .PP The identical result could have been produced with this alternative \s-1XML:\s0 .PP .Vb 1 \& .Ve .PP Or this (although see 'ForceArray' option for variations): .PP .Vb 4 \& \& testuser \& frodo \& .Ve .PP Repeated nested elements are represented as anonymous arrays: .PP .Vb 9 \& \& \& joe@smith.com \& jsmith@yahoo.com \& \& \& bob@smith.com \& \& \& \& { \& \*(Aqperson\*(Aq => [ \& { \& \*(Aqemail\*(Aq => [ \& \*(Aqjoe@smith.com\*(Aq, \& \*(Aqjsmith@yahoo.com\*(Aq \& ], \& \*(Aqfirstname\*(Aq => \*(AqJoe\*(Aq, \& \*(Aqlastname\*(Aq => \*(AqSmith\*(Aq \& }, \& { \& \*(Aqemail\*(Aq => \*(Aqbob@smith.com\*(Aq, \& \*(Aqfirstname\*(Aq => \*(AqBob\*(Aq, \& \*(Aqlastname\*(Aq => \*(AqSmith\*(Aq \& } \& ] \& } .Ve .PP Nested elements with a recognised key attribute are transformed (folded) from an array into a hash keyed on the value of that attribute (see the \f(CW\*(C`KeyAttr\*(C'\fR option): .PP .Vb 5 \& \& \& \& \& \& \& { \& \*(Aqperson\*(Aq => { \& \*(Aqjbloggs\*(Aq => { \& \*(Aqfirstname\*(Aq => \*(AqJoe\*(Aq, \& \*(Aqlastname\*(Aq => \*(AqBloggs\*(Aq \& }, \& \*(Aqtsmith\*(Aq => { \& \*(Aqfirstname\*(Aq => \*(AqTom\*(Aq, \& \*(Aqlastname\*(Aq => \*(AqSmith\*(Aq \& }, \& \*(Aqjsmith\*(Aq => { \& \*(Aqfirstname\*(Aq => \*(AqJoe\*(Aq, \& \*(Aqlastname\*(Aq => \*(AqSmith\*(Aq \& } \& } \& } .Ve .PP The tag can be used to form anonymous arrays: .PP .Vb 6 \& \& Col 1Col 2Col 3 \& R1C1R1C2R1C3 \& R2C1R2C2R2C3 \& R3C1R3C2R3C3 \& \& \& { \& \*(Aqhead\*(Aq => [ \& [ \*(AqCol 1\*(Aq, \*(AqCol 2\*(Aq, \*(AqCol 3\*(Aq ] \& ], \& \*(Aqdata\*(Aq => [ \& [ \*(AqR1C1\*(Aq, \*(AqR1C2\*(Aq, \*(AqR1C3\*(Aq ], \& [ \*(AqR2C1\*(Aq, \*(AqR2C2\*(Aq, \*(AqR2C3\*(Aq ], \& [ \*(AqR3C1\*(Aq, \*(AqR3C2\*(Aq, \*(AqR3C3\*(Aq ] \& ] \& } .Ve .PP Anonymous arrays can be nested to arbirtrary levels and as a special case, if the surrounding tags for an \s-1XML\s0 document contain only an anonymous array the arrayref will be returned directly rather than the usual hashref: .PP .Vb 5 \& \& Col 1Col 2 \& R1C1R1C2 \& R2C1R2C2 \& \& \& [ \& [ \*(AqCol 1\*(Aq, \*(AqCol 2\*(Aq ], \& [ \*(AqR1C1\*(Aq, \*(AqR1C2\*(Aq ], \& [ \*(AqR2C1\*(Aq, \*(AqR2C2\*(Aq ] \& ] .Ve .PP Elements which only contain text content will simply be represented as a scalar. Where an element has both attributes and text content, the element will be represented as a hashref with the text content in the 'content' key (see the \f(CW\*(C`ContentKey\*(C'\fR option): .PP .Vb 4 \& \& first \& second \& \& \& { \& \*(Aqone\*(Aq => \*(Aqfirst\*(Aq, \& \*(Aqtwo\*(Aq => { \*(Aqattr\*(Aq => \*(Aqvalue\*(Aq, \*(Aqcontent\*(Aq => \*(Aqsecond\*(Aq } \& } .Ve .PP Mixed content (elements which contain both text content and nested elements) will be not be represented in a useful way \- element order and significant whitespace will be lost. If you need to work with mixed content, then XML::Simple is not the right tool for your job \- check out the next section. .SH "WHERE TO FROM HERE?" .IX Header "WHERE TO FROM HERE?" \&\fBXML::Simple\fR is able to present a simple \s-1API\s0 because it makes some assumptions on your behalf. These include: .IP "\(bu" 4 You're not interested in text content consisting only of whitespace .IP "\(bu" 4 You don't mind that when things get slurped into a hash the order is lost .IP "\(bu" 4 You don't want fine-grained control of the formatting of generated \s-1XML\s0 .IP "\(bu" 4 You would never use a hash key that was not a legal \s-1XML\s0 element name .IP "\(bu" 4 You don't need help converting between different encodings .PP In a serious \s-1XML\s0 project, you'll probably outgrow these assumptions fairly quickly. This section of the document used to offer some advice on chosing a more powerful option. That advice has now grown into the 'Perl\-XML \s-1FAQ\s0' document which you can find at: .PP The advice in the \s-1FAQ\s0 boils down to a quick explanation of tree versus event based parsers and then recommends: .PP For event based parsing, use \s-1SAX\s0 (do not set out to write any new code for XML::Parser's handler \s-1API\s0 \- it is obselete). .PP For tree-based parsing, you could choose between the 'Perlish' approach of XML::Twig and more standards based \s-1DOM\s0 implementations \- preferably one with XPath support. .SH "SEE ALSO" .IX Header "SEE ALSO" \&\fBXML::Simple\fR requires either XML::Parser or \s-1XML::SAX\s0. .PP To generate documents with namespaces, XML::NamespaceSupport is required. .PP The optional caching functions require Storable. .PP Answers to Frequently Asked Questions about XML::Simple are bundled with this distribution as: XML::Simple::FAQ .SH "COPYRIGHT" .IX Header "COPYRIGHT" Copyright 1999\-2004 Grant McLean .PP This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. lib/perl5/vendor_perl/man/man3/XML::Simple::FAQ.3000444 000000 000001 00000064774 11130351552 021532 0ustar00rootother000000 000000 .\" Automatically generated by Pod::Man 2.16 (Pod::Simple 3.05) .\" .\" Standard preamble: .\" ======================================================================== .de Sh \" Subsection heading .br .if t .Sp .ne 5 .PP \fB\\$1\fR .PP .. .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" Set up some character translations and predefined strings. \*(-- will .\" give an unbreakable dash, \*(PI will give pi, \*(L" will give a left .\" double quote, and \*(R" will give a right double quote. \*(C+ will .\" give a nicer C++. Capital omega is used to do unbreakable dashes and .\" therefore won't be available. \*(C` and \*(C' expand to `' in nroff, .\" nothing in troff, for use with C<>. .tr \(*W- .ds C+ C\v'-.1v'\h'-1p'\s-2+\h'-1p'+\s0\v'.1v'\h'-1p' .ie n \{\ . ds -- \(*W- . ds PI pi . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch . ds L" "" . ds R" "" . ds C` "" . ds C' "" 'br\} .el\{\ . ds -- \|\(em\| . ds PI \(*p . ds L" `` . ds R" '' 'br\} .\" .\" Escape single quotes in literal strings from groff's Unicode transform. .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" .\" If the F register is turned on, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.Sh), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .ie \nF \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . nr % 0 . rr F .\} .el \{\ . de IX .. .\} .\" .\" Accent mark definitions (@(#)ms.acc 1.5 88/02/08 SMI; from UCB 4.2). .\" Fear. Run. Save yourself. No user-serviceable parts. . \" fudge factors for nroff and troff .if n \{\ . ds #H 0 . ds #V .8m . ds #F .3m . ds #[ \f1 . ds #] \fP .\} .if t \{\ . ds #H ((1u-(\\\\n(.fu%2u))*.13m) . ds #V .6m . ds #F 0 . ds #[ \& . ds #] \& .\} . \" simple accents for nroff and troff .if n \{\ . ds ' \& . ds ` \& . ds ^ \& . ds , \& . ds ~ ~ . ds / .\} .if t \{\ . ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u" . ds ` \\k:\h'-(\\n(.wu*8/10-\*(#H)'\`\h'|\\n:u' . ds ^ \\k:\h'-(\\n(.wu*10/11-\*(#H)'^\h'|\\n:u' . ds , \\k:\h'-(\\n(.wu*8/10)',\h'|\\n:u' . ds ~ \\k:\h'-(\\n(.wu-\*(#H-.1m)'~\h'|\\n:u' . ds / \\k:\h'-(\\n(.wu*8/10-\*(#H)'\z\(sl\h'|\\n:u' .\} . \" troff and (daisy-wheel) nroff accents .ds : \\k:\h'-(\\n(.wu*8/10-\*(#H+.1m+\*(#F)'\v'-\*(#V'\z.\h'.2m+\*(#F'.\h'|\\n:u'\v'\*(#V' .ds 8 \h'\*(#H'\(*b\h'-\*(#H' .ds o \\k:\h'-(\\n(.wu+\w'\(de'u-\*(#H)/2u'\v'-.3n'\*(#[\z\(de\v'.3n'\h'|\\n:u'\*(#] .ds d- \h'\*(#H'\(pd\h'-\w'~'u'\v'-.25m'\f2\(hy\fP\v'.25m'\h'-\*(#H' .ds D- D\\k:\h'-\w'D'u'\v'-.11m'\z\(hy\v'.11m'\h'|\\n:u' .ds th \*(#[\v'.3m'\s+1I\s-1\v'-.3m'\h'-(\w'I'u*2/3)'\s-1o\s+1\*(#] .ds Th \*(#[\s+2I\s-2\h'-\w'I'u*3/5'\v'-.3m'o\v'.3m'\*(#] .ds ae a\h'-(\w'a'u*4/10)'e .ds Ae A\h'-(\w'A'u*4/10)'E . \" corrections for vroff .if v .ds ~ \\k:\h'-(\\n(.wu*9/10-\*(#H)'\s-2\u~\d\s+2\h'|\\n:u' .if v .ds ^ \\k:\h'-(\\n(.wu*10/11-\*(#H)'\v'-.4m'^\v'.4m'\h'|\\n:u' . \" for low resolution devices (crt and lpr) .if \n(.H>23 .if \n(.V>19 \ \{\ . ds : e . ds 8 ss . ds o a . ds d- d\h'-1'\(ga . ds D- D\h'-1'\(hy . ds th \o'bp' . ds Th \o'LP' . ds ae ae . ds Ae AE .\} .rm #[ #] #H #V #F C .\" ======================================================================== .\" .IX Title "XML::Simple::FAQ 3" .TH XML::Simple::FAQ 3 "2004-11-19" "perl v5.10.0" "User Contributed Perl Documentation" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH "Frequently Asked Questions about XML::Simple" .IX Header "Frequently Asked Questions about XML::Simple" .SH "Basics" .IX Header "Basics" .Sh "What is XML::Simple designed to be used for?" .IX Subsection "What is XML::Simple designed to be used for?" XML::Simple is a Perl module that was originally developed as a tool for reading and writing configuration data in \s-1XML\s0 format. You can use it for many other purposes that involve storing and retrieving structured data in \&\s-1XML\s0. .PP You might also find XML::Simple a good starting point for playing with \s-1XML\s0 from Perl. It doesn't have a steep learning curve and if you outgrow its capabilities there are plenty of other Perl/XML modules to 'step up' to. .Sh "Why store configuration data in \s-1XML\s0 anyway?" .IX Subsection "Why store configuration data in XML anyway?" The many advantages of using \s-1XML\s0 format for configuration data include: .IP "\(bu" 4 Using existing \s-1XML\s0 parsing tools requires less development time, is easier and more robust than developing your own config file parsing code .IP "\(bu" 4 \&\s-1XML\s0 can represent relationships between pieces of data, such as nesting of sections to arbitrary levels (not easily done with .INI files for example) .IP "\(bu" 4 \&\s-1XML\s0 is basically just text, so you can easily edit a config file (easier than editing a Win32 registry) .IP "\(bu" 4 \&\s-1XML\s0 provides standard solutions for handling character sets and encoding beyond basic \s-1ASCII\s0 (important for internationalization) .IP "\(bu" 4 If it becomes necessary to change your configuration file format, there are many tools available for performing transformations on \s-1XML\s0 files .IP "\(bu" 4 \&\s-1XML\s0 is an open standard (the world does not need more proprietary binary file formats) .IP "\(bu" 4 Taking the extra step of developing a \s-1DTD\s0 allows the format of configuration files to be validated before your program reads them (not directly supported by XML::Simple) .IP "\(bu" 4 Combining a \s-1DTD\s0 with a good \s-1XML\s0 editor can give you a \s-1GUI\s0 config editor for minimal coding effort .Sh "What isn't XML::Simple good for?" .IX Subsection "What isn't XML::Simple good for?" The main limitation of XML::Simple is that it does not work with 'mixed content' (see the next question). If you consider your \s-1XML\s0 files contain marked up text rather than structured data, you should probably use another module. .PP If you are working with very large \s-1XML\s0 files, XML::Simple's approach of representing the whole file in memory as a 'tree' data structure may not be suitable. .Sh "What is mixed content?" .IX Subsection "What is mixed content?" Consider this example \s-1XML:\s0 .PP .Vb 3 \& \& This is mixed content. \& .Ve .PP This is said to be mixed content, because the element contains both character data (text content) and nested elements. .PP Here's some more \s-1XML:\s0 .PP .Vb 5 \& \& Joe \& Bloggs \& 25\-April\-1969 \& .Ve .PP This second example is not generally considered to be mixed content. The , and elements contain only character data and the element contains only nested elements. (Note: Strictly speaking, the whitespace between the nested elements is character data, but it is ignored by XML::Simple). .Sh "Why doesn't XML::Simple handle mixed content?" .IX Subsection "Why doesn't XML::Simple handle mixed content?" Because if it did, it would no longer be simple :\-) .PP Seriously though, there are plenty of excellent modules that allow you to work with mixed content in a variety of ways. Handling mixed content correctly is not easy and by ignoring these issues, XML::Simple is able to present an \s-1API\s0 without a steep learning curve. .Sh "Which Perl modules do handle mixed content?" .IX Subsection "Which Perl modules do handle mixed content?" Every one of them except XML::Simple :\-) .PP If you're looking for a recommendation, I'd suggest you look at the Perl-XML \&\s-1FAQ\s0 at: .PP .Vb 1 \& http://perl\-xml.sourceforge.net/faq/ .Ve .SH "Installation" .IX Header "Installation" .Sh "How do I install XML::Simple?" .IX Subsection "How do I install XML::Simple?" If you're running ActiveState Perl, you've probably already got XML::Simple (although you may want to upgrade to version 1.09 or better for \s-1SAX\s0 support). .PP If you do need to install XML::Simple, you'll need to install an \s-1XML\s0 parser module first. Install either XML::Parser (which you may have already) or \&\s-1XML::SAX\s0. If you install both, \s-1XML::SAX\s0 will be used by default. .PP Once you have a parser installed ... .PP On Unix systems, try: .PP .Vb 1 \& perl \-MCPAN \-e \*(Aqinstall XML::Simple\*(Aq .Ve .PP If that doesn't work, download the latest distribution from ftp://ftp.cpan.org/pub/CPAN/authors/id/G/GR/GRANTM , unpack it and run these commands: .PP .Vb 4 \& perl Makefile.PL \& make \& make test \& make install .Ve .PP On Win32, if you have a recent build of ActiveState Perl (618 or better) try this command: .PP .Vb 1 \& ppm install XML::Simple .Ve .PP If that doesn't work, you really only need the Simple.pm file, so extract it from the .tar.gz file (eg: using WinZIP) and save it in the \esite\elib\eXML directory under your Perl installation (typically C:\ePerl). .Sh "I'm trying to install XML::Simple and 'make test' fails" .IX Subsection "I'm trying to install XML::Simple and 'make test' fails" Is the directory where you've unpacked XML::Simple mounted from a file server using \s-1NFS\s0, \s-1SMB\s0 or some other network file sharing? If so, that may cause errors in the the following test scripts: .PP .Vb 3 \& 3_Storable.t \& 4_MemShare.t \& 5_MemCopy.t .Ve .PP The test suite is designed to exercise the boundary conditions of all XML::Simple's functionality and these three scripts exercise the caching functions. If XML::Simple is asked to parse a file for which it has a cached copy of a previous parse, then it compares the timestamp on the \s-1XML\s0 file with the timestamp on the cached copy. If the cached copy is *newer* then it will be used. If the cached copy is older or the same age then the file is re-parsed. The test scripts will get confused by networked filesystems if the workstation and server system clocks are not synchronised (to the second). .PP If you get an error in one of these three test scripts but you don't plan to use the caching options (they're not enabled by default), then go right ahead and run 'make install'. If you do plan to use caching, then try unpacking the distribution on local disk and doing the build/test there. .PP It's probably not a good idea to use the caching options with networked filesystems in production. If the file server's clock is ahead of the local clock, XML::Simple will re-parse files when it could have used the cached copy. However if the local clock is ahead of the file server clock and a file is changed immediately after it is cached, the old cached copy will be used. .PP Is one of the three test scripts (above) failing but you're not running on a network filesystem? Are you running Win32? If so, you may be seeing a bug in Win32 where writes to a file do not affect its modfication timestamp. .PP If none of these scenarios match your situation, please confirm you're running the latest version of XML::Simple and then email the output of \&'make test' to me at grantm@cpan.org .Sh "Why is XML::Simple so slow?" .IX Subsection "Why is XML::Simple so slow?" If you find that XML::Simple is very slow reading \s-1XML\s0, the most likely reason is that you have \s-1XML::SAX\s0 installed but no additional \s-1SAX\s0 parser module. The \&\s-1XML::SAX\s0 distribution includes an \s-1XML\s0 parser written entirely in Perl. This is very portable but not very fast. For better performance install either XML::SAX::Expat or XML::LibXML. .SH "Usage" .IX Header "Usage" .Sh "How do I use XML::Simple?" .IX Subsection "How do I use XML::Simple?" If you had an \s-1XML\s0 document called /etc/appconfig/foo.xml you could 'slurp' it into a simple data structure (typically a hashref) with these lines of code: .PP .Vb 1 \& use XML::Simple; \& \& my $config = XMLin(\*(Aq/etc/appconfig/foo.xml\*(Aq); .Ve .PP The \fIXMLin()\fR function accepts options after the filename. .Sh "There are so many options, which ones do I really need to know about?" .IX Subsection "There are so many options, which ones do I really need to know about?" Although you can get by without using any options, you shouldn't even consider using XML::Simple in production until you know what these two options do: .IP "\(bu" 4 forcearray .IP "\(bu" 4 keyattr .PP The reason you really need to read about them is because the default values for these options will trip you up if you don't. Although everyone agrees that these defaults are not ideal, there is not wide agreement on what they should be changed to. The answer therefore is to read about them (see below) and select values which are right for you. .Sh "What is the forcearray option all about?" .IX Subsection "What is the forcearray option all about?" Consider this \s-1XML\s0 in a file called ./person.xml: .PP .Vb 7 \& \& Joe \& Bloggs \& bungy jumping \& sky diving \& knitting \& .Ve .PP You could read it in with this line: .PP .Vb 1 \& my $person = XMLin(\*(Aq./person.xml\*(Aq); .Ve .PP Which would give you a data structure like this: .PP .Vb 5 \& $person = { \& \*(Aqfirst_name\*(Aq => \*(AqJoe\*(Aq, \& \*(Aqlast_name\*(Aq => \*(AqBloggs\*(Aq, \& \*(Aqhobbie\*(Aq => [ \*(Aqbungy jumping\*(Aq, \*(Aqsky diving\*(Aq, \*(Aqknitting\*(Aq ] \& }; .Ve .PP The and elements are represented as simple scalar values which you could refer to like this: .PP .Vb 1 \& print "$person\->{first_name} $person\->{last_name}\en"; .Ve .PP The elements are represented as an array \- since there is more than one. You could refer to the first one like this: .PP .Vb 1 \& print $person\->{hobbie}\->[0], "\en"; .Ve .PP Or the whole lot like this: .PP .Vb 1 \& print join(\*(Aq, \*(Aq, @{$person\->{hobbie}} ), "\en"; .Ve .PP The catch is, that these last two lines of code will only work for people who have more than one hobbie. If there is only one element, it will be represented as a simple scalar (just like and ). Which might lead you to write code like this: .PP .Vb 6 \& if(ref($person\->{hobbie})) { \& print join(\*(Aq, \*(Aq, @{$person\->{hobbie}} ), "\en"; \& } \& else { \& print $person\->{hobbie}, "\en"; \& } .Ve .PP Don't do that. .PP One alternative approach is to set the forcearray option to a true value: .PP .Vb 1 \& my $person = XMLin(\*(Aq./person.xml\*(Aq, forcearray => 1); .Ve .PP Which will give you a data structure like this: .PP .Vb 5 \& $person = { \& \*(Aqfirst_name\*(Aq => [ \*(AqJoe\*(Aq ], \& \*(Aqlast_name\*(Aq => [ \*(AqBloggs\*(Aq ], \& \*(Aqhobbie\*(Aq => [ \*(Aqbungy jumping\*(Aq, \*(Aqsky diving\*(Aq, \*(Aqknitting\*(Aq ] \& }; .Ve .PP Then you can use this line to refer to all the list of hobbies even if there was only one: .PP .Vb 1 \& print join(\*(Aq, \*(Aq, @{$person\->{hobbie}} ), "\en"; .Ve .PP The downside of this approach is that the and elements will also always be represented as arrays even though there will never be more than one: .PP .Vb 1 \& print "$person\->{first_name}\->[0] $person\->{last_name}\->[0]\en"; .Ve .PP This might be \s-1OK\s0 if you change the \s-1XML\s0 to use attributes for things that will always be singular and nested elements for things that may be plural: .PP .Vb 3 \& \& motorcycle maintenance \& .Ve .PP On the other hand, if you prefer not to use attributes, then you could specify that any elements should always be represented as arrays and all other nested elements should be simple scalar values unless there is more than one: .PP .Vb 1 \& my $person = XMLin(\*(Aq./person.xml\*(Aq, forcearray => [ \*(Aqhobbie\*(Aq ]); .Ve .PP The forcearray option accepts a list of element names which should always be forced to an array representation: .PP .Vb 1 \& forcearray => [ qw(hobbie qualification childs_name) ] .Ve .PP See the XML::Simple manual page for more information. .Sh "What is the keyattr option all about?" .IX Subsection "What is the keyattr option all about?" Consider this sample \s-1XML:\s0 .PP .Vb 5 \& \& \& \& \& .Ve .PP You could slurp it in with this code: .PP .Vb 1 \& my $catalog = XMLin(\*(Aq./catalog.xml\*(Aq); .Ve .PP Which would return a data structure like this: .PP .Vb 10 \& $catalog = { \& \*(Aqpart\*(Aq => [ \& { \& \*(Aqpartnum\*(Aq => \*(Aq1842334\*(Aq, \& \*(Aqdesc\*(Aq => \*(AqHigh pressure flange\*(Aq, \& \*(Aqprice\*(Aq => \*(Aq24.50\*(Aq \& }, \& { \& \*(Aqpartnum\*(Aq => \*(Aq9344675\*(Aq, \& \*(Aqdesc\*(Aq => \*(AqThreaded gasket\*(Aq, \& \*(Aqprice\*(Aq => \*(Aq9.25\*(Aq \& }, \& { \& \*(Aqpartnum\*(Aq => \*(Aq5634896\*(Aq, \& \*(Aqdesc\*(Aq => \*(AqLow voltage washer\*(Aq, \& \*(Aqprice\*(Aq => \*(Aq12.00\*(Aq \& } \& ] \& }; .Ve .PP Then you could access the description of the first part in the catalog with this code: .PP .Vb 1 \& print $catalog\->{part}\->[0]\->{desc}, "\en"; .Ve .PP However, if you wanted to access the description of the part with the part number of \*(L"9344675\*(R" then you'd have to code a loop like this: .PP .Vb 6 \& foreach my $part (@{$catalog\->{part}}) { \& if($part\->{partnum} eq \*(Aq9344675\*(Aq) { \& print $part\->{desc}, "\en"; \& last; \& } \& } .Ve .PP The knowledge that each element has a unique partnum attribute allows you to eliminate this search. You can pass this knowledge on to XML::Simple like this: .PP .Vb 1 \& my $catalog = XMLin($xml, keyattr => [\*(Aqpartnum\*(Aq]); .Ve .PP Which will return a data structure like this: .PP .Vb 7 \& $catalog = { \& \*(Aqpart\*(Aq => { \& \*(Aq5634896\*(Aq => { \*(Aqdesc\*(Aq => \*(AqLow voltage washer\*(Aq, \*(Aqprice\*(Aq => \*(Aq12.00\*(Aq }, \& \*(Aq1842334\*(Aq => { \*(Aqdesc\*(Aq => \*(AqHigh pressure flange\*(Aq, \*(Aqprice\*(Aq => \*(Aq24.50\*(Aq }, \& \*(Aq9344675\*(Aq => { \*(Aqdesc\*(Aq => \*(AqThreaded gasket\*(Aq, \*(Aqprice\*(Aq => \*(Aq9.25\*(Aq } \& } \& }; .Ve .PP XML::Simple has been able to transform \f(CW$catalog\fR\->{part} from an arrayref to a hashref (keyed on partnum). This transformation is called 'array folding'. .PP Through the use of array folding, you can now index directly to the description of the part you want: .PP .Vb 1 \& print $catalog\->{part}\->{9344675}\->{desc}, "\en"; .Ve .PP The 'keyattr' option also enables array folding when the unique key is in a nested element rather than an attribute. eg: .PP .Vb 10 \& \& \& 1842334 \& High pressure flange \& 24.50 \& \& \& 9344675 \& Threaded gasket \& 9.25 \& \& \& 5634896 \& Low voltage washer \& 12.00 \& \& .Ve .PP See the XML::Simple manual page for more information. .Sh "So what's the catch with 'keyattr'?" .IX Subsection "So what's the catch with 'keyattr'?" One thing to watch out for is that you might get array folding even if you don't supply the keyattr option. The default value for this option is: .PP .Vb 1 \& [ \*(Aqname\*(Aq, \*(Aqkey\*(Aq, \*(Aqid\*(Aq] .Ve .PP Which means if your \s-1XML\s0 elements have a 'name', 'key' or 'id' attribute (or nested element) then they may get folded on those values. This means that you can take advantage of array folding simply through careful choice of attribute names. On the hand, if you really don't want array folding at all, you'll need to set 'key attr to an empty list: .PP .Vb 1 \& my $ref = XMLin($xml, keyattr => []); .Ve .PP A second 'gotcha' is that array folding only works on arrays. That might seem obvious, but if there's only one record in your \s-1XML\s0 and you didn't set the 'forcearray' option then it won't be represented as an array and consequently won't get folded into a hash. The moral is that if you're using array folding, you should always turn on the forcearray option. .PP You probably want to be as specific as you can be too. For instance, the safest way to parse the example above would be: .PP .Vb 2 \& my $catalog = XMLin($xml, keyattr => { part => \*(Aqpartnum\*(Aq}, \& forcearray => [\*(Aqpart\*(Aq]); .Ve .PP By using the hashref for keyattr, you can specify that only elements should be folded on the 'partnum' attribute (and that the elements should not be folded on any other attribute). .PP By supplying a list of element names for forcearray, you're ensuring that folding will work even if there's only one . You're also ensuring that if the 'partnum' unique key is supplied in a nested element then that element won't get forced to an array too. .Sh "How do I know what my data structure should look like?" .IX Subsection "How do I know what my data structure should look like?" The rules are fairly straightforward: .IP "\(bu" 4 each element gets represented as a hash .IP "\(bu" 4 unless it contains only text, in which case it'll be a simple scalar value .IP "\(bu" 4 or unless there's more than one element with the same name, in which case they'll be represented as an array .IP "\(bu" 4 unless you've got array folding enabled, in which case they'll be folded into a hash .IP "\(bu" 4 empty elements (no text contents \fBand\fR no attributes) will either be represented as an empty hash, an empty string or undef \- depending on the value of the 'suppressempty' option. .PP If you're in any doubt, use Data::Dumper, eg: .PP .Vb 2 \& use XML::Simple; \& use Data::Dumper; \& \& my $ref = XMLin($xml); \& \& print Dumper($ref); .Ve .Sh "I'm getting 'Use of uninitialized value' warnings" .IX Subsection "I'm getting 'Use of uninitialized value' warnings" You're probably trying to index into a non-existant hash key \- try Data::Dumper. .Sh "I'm getting a 'Not an \s-1ARRAY\s0 reference' error" .IX Subsection "I'm getting a 'Not an ARRAY reference' error" Something that you expect to be an array is not. The two most likely causes are that you forgot to use 'forcearray' or that the array got folded into a hash \- try Data::Dumper. .Sh "I'm getting a 'No such array field' error" .IX Subsection "I'm getting a 'No such array field' error" Something that you expect to be a hash is actually an array. Perhaps array folding failed because one element was missing the key attribute \- try Data::Dumper. .Sh "I'm getting an 'Out of memory' error" .IX Subsection "I'm getting an 'Out of memory' error" Something in the data structure is not as you expect and Perl may be trying unsuccessfully to autovivify things \- try Data::Dumper. .PP If you're already using Data::Dumper, try calling \fIDumper()\fR immediately after \&\fIXMLin()\fR \- ie: before you attempt to access anything in the data structure. .Sh "My element order is getting jumbled up" .IX Subsection "My element order is getting jumbled up" If you read an \s-1XML\s0 file with \fIXMLin()\fR and then write it back out with \&\fIXMLout()\fR, the order of the elements will likely be different. (However, if you read the file back in with \fIXMLin()\fR you'll get the same Perl data structure). .PP The reordering happens because XML::Simple uses hashrefs to store your data and Perl hashes do not really have any order. .PP It is possible that a future version of XML::Simple will use Tie::IxHash to store the data in hashrefs which do retain the order. However this will not fix all cases of element order being lost. .PP If your application really is sensitive to element order, don't use XML::Simple (and don't put order-sensitive values in attributes). .Sh "XML::Simple turns nested elements into attributes" .IX Subsection "XML::Simple turns nested elements into attributes" If you read an \s-1XML\s0 file with \fIXMLin()\fR and then write it back out with \&\fIXMLout()\fR, some data which was originally stored in nested elements may end up in attributes. (However, if you read the file back in with \fIXMLin()\fR you'll get the same Perl data structure). .PP There are a number of ways you might handle this: .IP "\(bu" 4 use the 'forcearray' option with \fIXMLin()\fR .IP "\(bu" 4 use the 'noattr' option with \fIXMLout()\fR .IP "\(bu" 4 live with it .IP "\(bu" 4 don't use XML::Simple .Sh "Why does \fIXMLout()\fP insert elements (or attributes)?" .IX Subsection "Why does XMLout() insert elements (or attributes)?" Try setting keyattr => []. .PP When you call \fIXMLin()\fR to read \s-1XML\s0, the 'keyattr' option controls whether arrays get 'folded' into hashes. Similarly, when you call \fIXMLout()\fR, the 'keyattr' option controls whether hashes get 'unfolded' into arrays. As described above, \&'keyattr' is enabled by default. .Sh "Why are empty elements represented as empty hashes?" .IX Subsection "Why are empty elements represented as empty hashes?" An element is always represented as a hash unless it contains only text, in which case it is represented as a scalar string. .PP If you would prefer empty elements to be represented as empty strings or the undefined value, set the 'suppressempty' option to '' or undef respectively. .Sh "Why is ParserOpts deprecated?" .IX Subsection "Why is ParserOpts deprecated?" The \f(CW\*(C`ParserOpts\*(C'\fR option is a remnant of the time when XML::Simple only worked with the XML::Parser \s-1API\s0. Its value is completely ignored if you're using a \&\s-1SAX\s0 parser, so writing code which relied on it would bar you from taking advantage of \s-1SAX\s0. .PP Even if you are using XML::Parser, it is seldom necessary to pass options to the parser object. A number of people have written to say they use this option to set XML::Parser's \f(CW\*(C`ProtocolEncoding\*(C'\fR option. Don't do that, it's wrong, Wrong, \s-1WRONG\s0! Fix the \s-1XML\s0 document so that it's well-formed and you won't have a problem. .PP Having said all of that, as long as XML::Simple continues to support the XML::Parser \s-1API\s0, this option will not be removed. There are currently no plans to remove support for the XML::Parser \s-1API\s0.