Popular Books:
Redefining Old Datatypes - XML Examples
This section describes a tutorial example on how to use elements declared with datatypes redefined with 'redefine' components. 2022-10-01, ∼223🔥, 0💬
Xsd11SchemaValidator.java XSD 1.1 Test Result
This section provides a tutorial example on validating XML documents with XSD 1.1 schema using 'Xerces2 (XML Schema 1.1)' version. 2022-10-01, ∼221🔥, 0💬
Archived: Xerces2 Java 2.11.0 XML Schema 1.1 Beta
This section provides a tutorial example on downloading and installing Xerces2 2.11.0 beta to support XSD 1.1. 2022-10-01, ∼221🔥, 0💬
Xerces2 Sample Program dom.Counter
This section provides a tutorial example on how to use dom.Counter to count total number of elements, attributes, etc. in an XML document using DOM technology. 2022-10-01, ∼218🔥, 0💬
Specifying Element Datatype - "type" Attribute
This section describes a tutorial example on how to specify a datatype in an Element Declaration Component. 2022-10-01, ∼217🔥, 0💬
Including Old Schema Documents - "include" Component
This section describes why and how to include an existing schema document and reuse its datatype definitions. 2022-10-01, ∼212🔥, 0💬
Validating XML Documents against Schema Documents
This section describes a tutorial example of how to use JAXP (Java API for XML Processing) to validate an XML document against a schema. 2022-10-01, ∼211🔥, 0💬
Defining New Datatypes with Built-in Datatypes
This section describes how to define or contruct new datatypes using built-in datatypes with a simple XSD document example. 2022-10-01, ∼211🔥, 0💬
Using Elements Declared in Different Namespaces
This section describes a tutorial example on how to use imported element declarations from a different namespace. 2022-10-01, ∼211🔥, 0💬
dom.GetElementsByTagName and dom.Writer
This section provides tutorial examples on how to use sample programs dom.GetElementsByTagName and dom.Writer to validate XML documents with XSD schema. 2022-10-01, ∼210🔥, 0💬
Declaring Simple Elements
This section describes a tutorial example on how to declare a simple element that accepts only text content using a built-in datatype or a user defined simpleType datatype. 2022-10-01, ∼207🔥, 0💬
Importing Declarations Across Namespaces - "import" Component
This section describes how to import declarations from other schema documents under other namespaces using import components. 2022-10-01, ∼207🔥, 0💬
Schema and Schema XML Representation
This section describes what is a schema and what is a schema XML representation. 2022-10-01, ∼204🔥, 0💬
Using Elements Declared in Different Namespaces - Errors
This section describes a tutorial example of incorrect usages of imported element declarations from a different namespace. 2022-10-01, ∼203🔥, 0💬
Popular Posts:
This chapter provides tutorial notes and example codes on the 'keytool' command. Topics include intr...
This section describes how to retrieve BLOB values with the ResultSet.getBlob() method.
This section provides a tutorial example on how to use the 'jstat -gcutil' command to get garbage co...
This section describes how to insert new data rows into Derby (Java DB) database tables through the ...
This section provides a tutorial example on how to manage DNF Package Repositories on CentOS systems...