This file holds helper functions for things related to XMLTagClass objects/data
$Id: _tag_utils_xml_utils_inc.html,v 1.34 2003/08/01 01:37:37 hemna Exp $
This function converts an array to an xml document.
This builds an xml tag, just as xml_tag() does, but turns on the auto wrapping of CDATA for the content for the tag.
- any content that lives in the PCDATA portion of the XML tag
- the xml tag name
- the name="value" pairs of tag attributes
This function is used to build a DOCTYPE tag
- the document element name (ie. 'HTML')
- the source (ie. 'PUBLIC')
- link 1 (ie. '-//W3C//DTD XHTML 1.0 Transitional//EN' )
- link 2 (ie. 'DTD/xhtml1-transitional.dtd' )
This function is used to build an xml-stylesheet tag
- the href attribute
- the type attribute
This is a simple wrapper function for building XMLTagClass objects
- any content that lives in the PCDATA portion of the XML tag
- the xml tag name
- the name="value" pairs of tag attributes
Documention generated on Thu, 31 Jul 2003 18:34:08 -0700 by phpDocumentor 1.2.0