reklama - zainteresowany?

XML Pocket Reference. Extensible Markup Language. 3rd Edition - Helion

XML Pocket Reference. Extensible Markup Language. 3rd Edition
ebook
Autor: Simon St. Laurent, Michael Fitzgerald
ISBN: 978-14-493-7911-7
stron: 178, Format: ebook
Data wydania: 2005-08-08
Księgarnia: Helion

Cena książki: 29,67 zł (poprzednio: 34,50 zł)
Oszczędzasz: 14% (-4,83 zł)

Dodaj do koszyka XML Pocket Reference. Extensible Markup Language. 3rd Edition

Tagi: XML i XSLT - Programowanie

XML, the Extensible Markup Language, is everywhere: the syntax of choice for newly designed document formats across almost all computer applications. Now used daily by developers, XML is living up to its reputation as one of the most important developments in document interchange in the history of computing.

A perennial bestseller, the handy XML Pocket Reference from O'Reilly has been revised once again to give you quick access to the latest goods. In addition to its comprehensive look at XML, this third edition has been updated with new material on Namespaces and XML Schema--considered among the most important elements in current XML use--along with RELAX NG and Schematron, additional powerful tools for describing XML document structures.

Like other titles in O'Reilly's Pocket Reference series, the XML Pocket Reference, 3rd Edition features a well-organized format that gets right to the point. As a result, it's already won over the allegiance of developers everywhere. If you need XML answers quick and on the fly, this compact book is most definitely the book for you.

Dodaj do koszyka XML Pocket Reference. Extensible Markup Language. 3rd Edition

 

Osoby które kupowały "XML Pocket Reference. Extensible Markup Language. 3rd Edition", wybierały także:

  • Flash i Wallaby. Projektowanie animacji zgodnych z HTML5
  • JÄ™zyk XML. Kurs video. Poziom pierwszy. Tworzenie struktury dokumentów XML
  • XML. Szybki start. Wydanie II
  • XML. Tworzenie stron WWW z wykorzystaniem XML, CSS, XHTML oraz XSLT. Niebieski podrÄ™cznik
  • API nowoczesnej strony WWW. UsÅ‚ugi sieciowe w PHP

Dodaj do koszyka XML Pocket Reference. Extensible Markup Language. 3rd Edition

Spis treści

XML Pocket Reference. Extensible Markup Language. 3rd Edition eBook -- spis treści

  • XML Pocket Reference, 3rd Edition
    • SPECIAL OFFER: Upgrade this ebook with OReilly
    • 1. XML Pocket Reference
      • Introduction
        • A Simple XML Document
      • XML Structures
        • Elements
          • Productions
          • Examples
          • Description
            • Start-tags and end-tags
            • Empty-element tags
            • Element nesting
            • Structures and relationships
            • Mixed content
          • See also
        • Attributes
          • Productions
          • Examples
          • Description
          • See also
        • Text
          • Productions
          • Examples
          • Description
          • See also
        • Character, Entity, and Predefined Entity References
          • Productions
          • Examples
          • Description
            • Character references
            • Entity references
            • Predefined entities
          • See also
        • Comments
          • Productions
          • Examples
          • Description
          • See also
        • The XML Declaration
          • Productions
          • Examples
          • Description
            • Version information
            • The encoding declaration
            • The standalone document declaration
          • See also
        • Processing Instructions
          • Productions
          • Examples
          • Description
          • See also
        • CDATA Sections
          • Productions
          • Examples
          • Description
          • See also
        • The DOCTYPE Declaration
          • Productions
          • Examples
          • Description
          • See also
        • The xml:space Attribute
          • Example
          • Description
          • See also
        • The xml:lang Attribute
          • Example
          • Description
          • See also
        • The xml:id Attribute
          • Example
          • Description
          • See also
        • XML Namespaces
          • Examples
          • Qualified or prefixed namespace declaration
          • Description
            • Qualified names or names with prefixes
            • The xml: and xmlns: prefixes
            • Undeclaring namespaces with Version 1.1
          • See also
      • Document Type Definitions
          • Productions
          • Examples
          • Description
            • External subset
            • The text declaration
            • Element type declarations and content models
            • Attribute-list declarations
          • Emulating namespace support in DTDs
          • Internal subset
          • Using internal and external subsets together
          • Parsed entities
          • Parameter entities
          • Other things that can go in a DTD
            • Comments in DTDs
            • Conditional sections in DTDs
            • Mixed-content declarations
            • Unparsed entities and notations in DTDs
          • See also
      • W3C XML Schema
        • Creating a Simple Schema
          • Namespaces
          • Named and anonymous type definitions
          • Varied document structures
        • Compositors
          • When anything is allowed
          • Model groups
          • Empty content, mixed content, and default values
          • Annotations
        • XML Schema Structure Elements
          • xs:all
          • xs:annotation
          • xs:any
          • xs:anyAttribute
          • xs:appInfo
          • xs:attribute
          • xs:attributeGroup
          • xs:choice
          • xs:complexContent
          • xs:complexType
          • xs:documentation
          • xs:element
          • xs:extension
          • xs:field
          • xs:group
          • xs:import
          • xs:include
          • xs:key
          • xs:keyref
          • xs:list
          • xs:notation
          • xs:redefine
          • xs:restriction
          • xs:schema
          • xs:selector
          • xs:sequence
          • xs:simpleContent
          • xs:simpleType
          • xs:union
          • xs:unique
        • XML Schema Datatypes
          • xs:anySimpleType
          • xs:anyURI
          • xs:base64binary
          • xs:boolean
          • xs:byte
          • xs:date
          • xs:dateTime
          • xs:decimal
          • xs:double
          • xs:duration
          • xs:ENTITIES
          • xs:ENTITY
          • xs:float
          • xs:gDay
          • xs:gMonth
          • xs:gMonthDay
          • xs:gYear
          • xs:gYearMonth
          • xs:hexBinary
          • xs:ID
          • xs:IDREF
          • xs:IDREFS
          • xs:int
          • xs:integer
          • xs:language
          • xs:long
          • xs:Name
          • xs:NCName
          • xs:negativeInteger
          • xs:NMTOKEN
          • xs:NMTOKENS
          • xs:nonNegativeInteger
          • xs:nonPositiveInteger
          • xs:normalizedString
          • xs:NOTATION
          • xs:positiveInteger
          • xs:QName
          • xs:short
          • xs:string
          • xs:time
          • xs:token
          • xs:unsignedByte
          • xs:unsignedInt
          • xs:unsignedLong
          • xs:unsignedShort
        • XML Schema Constraining Facets
          • xs:enumeration
          • xs:fractionDigits
          • xs:length
          • xs:maxExclusive
          • xs:maxInclusive
          • xs:maxLength
          • xs:minExclusive
          • xs:minInclusive
          • xs:minLength
          • xs:pattern
          • xs:totalDigits
          • xs:whiteSpace
        • XML Schema Attributes for Use in Instance Documents
          • xsi:nil
          • xsi:noNamespaceSchemaLocation
          • xsi:schemaLocation
          • xsi:type
      • RELAX NG
        • rng:anyName
        • rng:attribute
        • rng:choice
        • rng:data
        • rng:define
        • rng:div
        • rng:element
        • rng:empty
        • rng:except
        • rng:externalRef
        • rng:grammar
        • rng:group
        • rng:include
        • rng:interleave
        • rng:list
        • rng:mixed
        • rng:name
        • rng:notAllowed
        • rng:nsName
        • rng:oneOrMore
        • rng:optional
        • rng:param
        • rng:parentRef
        • rng:ref
        • rng:start
        • rng:text
        • rng:value
        • rng:zeroOrMore
      • Schematron
        • Core Elements
          • sch:schema
          • sch:pattern
          • sch:rule
          • sch:assert
        • Other Elements
          • sch:active
          • sch:diagnostic
          • sch:diagnostics
          • sch:dir
          • sch:emph
          • sch:extends
          • sch:include
          • sch:let
          • sch:name
          • sch:ns
          • sch:p
          • sch:param
          • sch:phase
          • sch:report
          • sch:span
          • sch:title
          • sch:value-of
      • XML Specifications
    • Index
    • About the Authors
    • SPECIAL OFFER: Upgrade this ebook with OReilly

Dodaj do koszyka XML Pocket Reference. Extensible Markup Language. 3rd Edition

Code, Publish & WebDesing by CATALIST.com.pl



(c) 2005-2024 CATALIST agencja interaktywna, znaki firmowe należą do wydawnictwa Helion S.A.