Problem Solving With XML

#1 Web Page Maintenance
SacLUG on HTML beta
SacLug on HTML Source before tidy
SacLug on HTML Source after tidy -asxhtml -f /tmp/errs -m saclugorg.html
general.xml   linuxinfo.xml   quicklinks.xml   saclug.xml   sminfo.xml   toobah.xml   cal.xml  
cal.sh
/webapps/SacLUG/style/index.xsl
/webapps/SacLUG/index.xml
SacLUG on XML
#2 The Tao Of Programming
Unformatted Wisdom
Formatted Book5.xml
Generic Book.xsl
Book5.xml Linkage to Book.xsl
/tao/wisdom/book5.xml with book.xsl applied
/webapps/tao/index.xsl
/webapps/tao/index.xml
The Finished Tao
#3 Fancy Interface To Simple Tools
basic1cam.xml   basic3cam.xml   basic4cam.xml   basic.xml   coloweb.xml   ICMP.xml
A Host File Format
SvcGrp.Java
HostInfo.Java
Status.XML
Status.Java
Missed.XML
Missed.Java
EM.Java
EM.Log
The finished Emonster
#4 Framing A Portal
Index.Html
Top.XML
top.XSL
Content.XML
Content.XSL
News.XML
HotSheets.XML
Beginning Framework
#5 A Couple Of Tools
XmlEdit
WriteXml
NewXml
#6 Configuration By Web Services In C
Rules.XML Of Pre and Post Commands
Configuration Files Stored In XML
Basic Authentication
Client Puts It All Together
#7 Configuring C Program Options
Configuration File
Program
ValueDescriptionnodeTypeStringCan have child nodes of type:Can be a child node of type:
1An element"element"Element, Text, Comment, ProcessingInstruction, CDATASection, and EntityReferenceDocument, DocumentFragment, EntityReference, and Element
2An attribute"attribute"Text and EntityReferencenone
3The text content of a tag"text"noneAttribute, DocumentFragment, Element, and EntityReference
4A CDATA section. The XML parser should consider the section as text only. "cdatasection"noneDocumentFragment, EntityReference, and Element
5An entity reference"entityreference"Element, ProcessingInstruction, Comment, Text, CDATASection, and EntityReferenceAttribute, DocumentFragment, Element, and EntityReference
6An expanded entity"entity"Any node included in an expanded entity. For example: Text and EntityReferenceDocumentType
7A processing instruction"processinginstruction"noneDocument, DocumentFragment, Element, and EntityReferenceDocumentType
8A comment"comment"noneDocument, DocumentFragment, Element, and EntityReference
9A document object. As the root of the document tree, provides access to the entire XML document. It is created using the progID "Microsoft.XMLDOM" or through a data island using <XML> or <SCRIPT LANGUAGE=XML>."document"Element (maximum of one), ProcessingInstruction, Comment, and DocumentTypenone
10The document type, as indicated by the <!DOCTYPE>."documenttype"Notation and EntityDocument
11A document fragment"documentfragment"Notation and EntityDocument
12A document type's notation"notation"anyDocumentType