<< < 1 2 3 4 5 6 7 > >>   ∑:149  Sort:Rank

XML Element Transformation Chains
This section provides a tutorial example on how an XSL processor uses a transformation chain to perform a transformation inside another transformation.
2022-10-01, ∼311🔥, 0💬

Control and Generate XML Element in the Result
This chapter provides tutorial notes and example codes on output XML elements. Topics include controlling output format with the 'output' element; generating XML elements with literal XML elements, 'element' elements and/or 'copy' elements; copying everything from source to result.
2022-10-01, ∼310🔥, 0💬

Default Transformation Template
This section describes what the default transformation template, which is used by the XSL processor for elements that has no matching template defined in the stylesheet.
2022-10-01, ∼309🔥, 0💬

XML-to-JSON Conversion Tool at onlinexmltools.com
This section provides a tutorial example on how to use an online XML-to-JSON conversion tool at onlinexmltools.com. The output JSON document is good, only if input XML document contains well structured data.
2022-10-01, ∼300🔥, 0💬

What Is XSLT (XSL Transformations)
This section describes XSLT (XSL Transformations) - a language that allows you to write a stylesheet to describe rules for transformation a source XML document into a result text document. 'stylesheet', 'template' and 'apply-templates' are 3 basic XSLT statements.
2022-10-01, ∼298🔥, 0💬

Using Apple Safari as an XML Syntax Checker
This section provides a tutorial example on how to use Apple Safari as an XML file syntax checker. If there are syntax errors in an XML file, Safari will stop displaying the XML file at the first error location.
2022-10-01, ∼297🔥, 0💬

XSD Schema Validator on XML DOM Object - Errors
This section provides some errors from the XSD schema validation process on invalid XML files represented in Document objects using the JAXP API.
2022-10-01, ∼296🔥, 0💬

References
List of reference materials used in this book.
2022-10-01, ∼296🔥, 0💬

XSD Schema Validator on XML SAX Object
This section provides a tutorial example on how to load a XSD schema, create an XSD validator and validate an XML SAXSource object.
2022-10-01, ∼293🔥, 0💬

What Is XSL (Extensible Stylesheet Language)
This section describes XSL (Extensible Stylesheet Language), which consists of 3 languages: XSLT (XSL Transformation), XPath (XML Path), and XSL-FO (XSL Formatting Objects) for defining XML document transformation and presentation.
2022-10-01, ∼293🔥, 0💬

DOM Specifications and DOM Node Interface
This section describes the DOM specification. The Core module in DOM Level 1, 2 and 3 specifications is for XML files. A tree of nodes is used to represent an XML file. Each node represents a unit of information in the XML file. All nodes are sharing the Node interface.
2022-10-01, ∼286🔥, 0💬

"output" - The Output Format Control Element
This section describes the 'output' element, which is an optional element inside the 'stylesheet' element in an XSLT stylesheet file to control the format of the transformation output.
2022-10-01, ∼284🔥, 0💬

XML DOM Node Tree Example
This section provides a tutorial example on how to print out the DOM Node tree by DOMBrowser.java with a given XML file.
2022-10-01, ∼283🔥, 0💬

DOCTYPE - Document Type Declaration Statement
This section describes syntax formats of the DOCTYPE statement, which is used to declare that this XML document has been linked to DTD document type with the specified root element name.
2022-10-01, ∼279🔥, 0💬

ENTITY - Entity Declaration Statement
This section describes syntax formats of the ENTITY statement, which is used to declare an XML entity. The ENTITY statement specifies what is the name of the entity and what is the replacement value.
2022-10-01, ∼275🔥, 0💬

Simple Element Types with Built-in Data Types
This section describes simple element types using XML Schema built-in data types, which are organized in 5 groups: numeric, date and time, string, binary and Boolean.
2022-10-01, ∼275🔥, 0💬

Archived: Using DOM Implementation Provided in JDK 1.4
This section provides a tutorial example on how to use the DOM interface included in JDK 1.4, which actually uses DOM implementation provided in the org.apache.crimson package.
2022-10-01, ∼273🔥, 0💬

SAX Parsing Pattern Example
This section provides a tutorial example on how to print out the SAX parsing pattern by SAXBrowser.java with a given XML file.
2022-10-01, ∼272🔥, 0💬

"stylesheet" - The Stylesheet Declaration Element
This section describes the 'stylesheet' element, which is the root element of any XSLT stylesheet document. It serves as the stylesheet declaration statement.
2022-10-01, ∼272🔥, 0💬

How the Transformation Process Gets Started
This section describes transformation process starting logic - an XSL processor will automatically start to perform transformation on the root element.
2022-10-01, ∼267🔥, 0💬

What Is the Python "xml" Package
This section describes the 'xml', the default package provided in the Python language to support XML processing.
2022-10-01, ∼265🔥, 0💬

dictionary_dtd.xml - XML DTD Document Type Example
This section provides XML DTD document type example, dictionary_dtd.xml, which uses ELEMENT, ATTLIST, and ENTITY DTD statements to define a document type called 'dictionary'.
2022-10-01, ∼261🔥, 0💬

"template" - The Template Declaration Element
This section describes the 'template' element, which declares a transformation template that can be used to generate output text when applied to any matching source elements.
2022-10-01, ∼258🔥, 0💬

Including Literal XML Elements in Templates
This section describes how to include literal XML elements in template as part template's content. A literal XML element is a non-XSLT element.
2022-10-01, ∼257🔥, 0💬

<< < 1 2 3 4 5 6 7 > >>   ∑:149  Sort:Rank