Scriptindex.de

[ Menü ]

Home
News
Scripts
Neuzugänge
Suchen
Bücher
Manuals

[ Inhalt ]

Script eintragen
Tutorial eintragen
Newsletter
Umfragen
Link zu uns
Werbung bei uns
Kontakt
Impressum

[ Statistik ]

Hits gesamt: 5203231
Hits Heute: 1334
max. Hits (10.07.07): 6964
User Online: 31
Scripts: 2828

[ Partner ]

CodeBase
I.S.U.M.
LUG Bayreuth
PEAR NEWS
PHP Classes

[ Facebook ]

[ Eigene Domain? ]

[ Buchtipp ]

JavaScript macht Schule
JavaScript macht Schule

Manuals > PEAR > XML_Util

XML_Util

Table of Contents
Introduction -- Introduction to XML_Util
Example -- Example for the usage of XML_Util
XML_Util::apiVersion() -- return API version
XML_Util::attributesToString() -- create XML attribute string
XML_Util::createTag() -- create a tag
XML_Util::createTagFromArray() -- create a tag from an array
XML_Util::createStartElement() -- create a start element
XML_Util::createEndElement() -- create an end element
XML_Util::createCDataSection() -- create a CData section
XML_Util::createComment() -- create an XML comment
XML_Util::getDocTypeDeclaration() -- build a document type declaration
XML_Util::getXMLDeclaration() -- build an xml declaration
XML_Util::isValidName() -- verify an XML name
XML_Util::replaceEntities() -- replace XML entities
XML_Util::splitQualifiedName() -- split qualified name

Collection of often needed methods that help you creating XML documents.


Copyright 1998 - 2009 by I.S.U.M.