Essential XML Quick Reference: A Programmer's Reference to XML, XPath, XSLT, XML
Aaron Skonnard, Martin Gudgin
- 出版商: Addison Wesley
- 出版日期: 2001-10-23
- 定價: $880
- 售價: 2.3 折 $199
- 語言: 英文
- 頁數: 432
- 裝訂: Paperback
- ISBN: 0201740958
- ISBN-13: 9780201740950
-
相關分類:
XML
立即出貨(限量) (庫存=7)
買這商品的人也買了...
-
$1,250$1,188 -
$1,050$998 -
$640$608 -
$2,200$2,090 -
$1,360$1,292 -
$1,300$1,235 -
$1,050$998 -
$1,360$1,292 -
$840SOAP: Cross Platform Internet Development Using XML (Paperback)
-
$1,250$1,188 -
$960$912 -
$1,650$1,568 -
$1,570$1,492 -
$690$538 -
$420$357 -
$560$476 -
$1,380$1,311 -
$750$638 -
$490$382 -
$760$646 -
$1,380$1,311 -
$2,145$2,038 -
$1,380$1,311 -
$390$308 -
$1,663$1,575
相關主題
商品描述
Essential XML Quick Reference is the most comprehensive and authoritative book available. Covering all of XML, as well as many related protocols and technologies, this book provides a handy, one-stop resource to XML syntax, usage, and programming techniques. Each chapter provides a topic overview, explanations of various elements, and several meaningful examples.
Table of Contents
List of Acronyms.
Preface.
Acknowledgments.
1. XML 1.0 and Namespaces.
Elements.
Elements, Namespaces, and Namespace Declarations.
Attributes.
Attributes and Namespaces.
Processing Instructions.
Comments.
Whitespace.
Prohibited Character Literals.
CDATA sections.
XML Declaration.
Character References.
Well-formed XML.
References.
Elements, Namespaces, and Namespace Declarations.
Attributes.
Attributes and Namespaces.
Processing Instructions.
Comments.
Whitespace.
Prohibited Character Literals.
CDATA sections.
XML Declaration.
Character References.
Well-formed XML.
References.
2. Document Type Definitions.
Introduction to DTDs.
References.
DOCTYPE
.
Internal Declarations.
External Declarations.
Internal and External Declarations.
External Declarations.
Internal and External Declarations.
ELEMENT
. ATTLIST
.
ENTITY
. Internal Parameter Entities.
External Parameter Entities.
Internal General Entities.
External General Parsed Entities.
Unparsed Entities.
External Parameter Entities.
Internal General Entities.
External General Parsed Entities.
Unparsed Entities.
NOTATION
.
INCLUDE
and IGNORE
. References.
3. XPath 1.0.
Introduction to Xpath.
Location Path Expressions.
Basic Expressions.
Core Function Library.
References.
Location Path Expressions.
Location Steps.
Axis.
Node Test.
Predicate.
Location Path Abbreviations.
Axis.
Node Test.
Predicate.
Location Path Abbreviations.
Basic Expressions.
Boolean Expressions.
Equality Expressions.
Relational Expressions.
Numerical Expressions.
Equality Expressions.
Relational Expressions.
Numerical Expressions.
Core Function Library.
boolean
. ceiling
.
concat
. contains
. count
.
false
. floor
. id
.
lang
. last
. local-name
.
name
. namespace-uri
.
normalize-space
. not
. number
.
position
. round
. starts-with
.
string
. string-length
.
substring
. substring-after
.
substring-before
. sum
.
translate
. true
. References.
4. XPointer, XInclude, and XML Base.
XPointer Version 1.0.
Xinclude.
XML Base.
References.
Full Xpointers.
Bare Names.
Child Sequences.
XPointer Extensions to Xpath.
XPointer Node Tests.
XPointer Function Library.
Bare Names.
Child Sequences.
XPointer Extensions to Xpath.
XPointer Node Tests.
XPointer Function Library.
Xinclude.
include
. XML Base.
xml:base
. References.
5. XSL Transformations 1.0.
Introduction to XSLT Programming.
XSLT Types and Expressions.
Patterns.
Conflict Resolution.
Built-in Templates.
Exemplar-based Transformation Syntax.
Attribute Value Templates.
Whitespace.
Element Library.
XSLT Function Library.
References.
XSLT Types and Expressions.
Patterns.
Conflict Resolution.
Built-in Templates.
Exemplar-based Transformation Syntax.
Attribute Value Templates.
Whitespace.
Element Library.
apply-imports
.
apply-templates
. attribute
.
attribute-set
. call-template
.
choose
. comment
. copy
.
copy-of
. decimal-format
.
element
. fallback
. for-each
.
if
. import
. include
.
key
. message
.
namespace-alias
. number
.
otherwise
. output
. param
.
preserve-space
. processing-instruction
.
sort
. strip-space
.
stylesheet
. template
. text
.
transform (stylesheet)
. value-of
.
variable
. when
. with-param
.
XSLT Function Library.
current
. document
.
element-available
. format-number
.
function-available
. generate-id
.
key
. system-property
.
unparsed-entity-uri
. References.
6. SAX 2.0.
SAX UML Quick Reference.
SAX Interfaces and Classes.
Features and Properties.
References.
SAX Interfaces and Classes.
Attributes
.
ContentHandler
. DTDHandler
.
EntityResolver
. ErrorHandler
.
Locator
. XMLFilter
.
XMLReader
. Features and Properties.
References.
7. DOM Level 2.
DOM UML.
DOM interfaces.
References.
DOM interfaces.
Attr
.
CDATASection
. CharacterData
.
Comment
. Document
.
DocumentFragment
. DocumentType
.
DOMImplementation
. Element
.
Entity
. EntityReference
.
NamedNodeMap
. Node
. NodeList
.
Notation
. ProcessingInstruction
.
Text
. References.
8. XML Schema Datatypes.
Datatype grouping.
Datatypes.
Facets.
Language Constructs.
References.
Datatypes.
anyURI
.
base64Binary
. boolean
. byte
.
date
. dateTime
. decimal
.
double
. duration
. ENTITIES
.
ENTITY
. float
. gDay
.
gMonth
. gMonthDay
. gYear
.
gYearMonth
. hexBinary
. ID
.
IDREF
. IDREFS
. int
.
integer
. language
. long
.
Name
. NCName
.
negativeInteger
. NMTOKEN
.
NMTOKENS
. nonNegativeInteger
.
nonPositiveInteger
. normalizedString
.
NOTATION
. positiveInteger
.
QName
. short
. string
.
time
. token
. unsignedByte
.
unsignedInt
. unsignedLong
.
unsignedShort
. Facets.
enumeration
.
fractionDigits
. length
.
maxExclusive
. maxInclusive
.
maxLength
. minExclusive
.
minInclusive
. minLength
.
pattern
. totalDigits
.
whiteSpace
. Language Constructs.
simpleType
.
restriction
. list
. union
.
References.
9. XML Schema Structures.
Schema Element Groupings.
Structures.
XML Schema Structures: Instance Attributes.
References.
Structures.
all
. annotation
.
any
. anyAttribute
. appinfo
.
attribute
. attributeGroup
.
choice
. complexContent
.
complexType
. documentation
.
element
. extension
. field
.
group
. import
. include
.
key
. keyref
. notation
.
redefine
. restriction
.
schema
. selector
. sequence
.
simpleContent
. unique
. XML Schema Structures: Instance Attributes.
nil
.
noNamespaceSchemaLocation
. schemaLocation
.
type
. References.
10. SOAP 1.1.
Introduction to SOAP Messages.
Elements in SOAP Messages.
Attributes in SOAP Messages.
Introduction to SOAP Serialization Rules.
Introduction to the SOAP HTTP Binding.
References.
Index.
Elements in SOAP Messages.
Body
. Envelope
.
Fault
. Header
. Attributes in SOAP Messages.
actor
.
encodingStyle
. mustUnderstand
.
Introduction to SOAP Serialization Rules.
Serialization of Simple Structured Data.
Serialization of Structured Data with Multiple References.
Dealing with Null References in Complex Data Structures.
Serializing Dynamically Typed Data.
Arrays.
Multidimensional Arrays.
Partial Transmission of Arrays.
Sparse Arrays.
Jagged Arrays.
Serialization of Structured Data with Multiple References.
Dealing with Null References in Complex Data Structures.
Serializing Dynamically Typed Data.
Arrays.
Multidimensional Arrays.
Partial Transmission of Arrays.
Sparse Arrays.
Jagged Arrays.
Introduction to the SOAP HTTP Binding.
Content-Type
.
Content-Length
. SOAPAction
.
References.
Index.