Bazsites.com Xml
Directory Topics
On the Web
- Tutorial, Introduction to XML and XML with Xerces for java - Tutorials include XML Basics; How to Parse and Print XML with Xerces for Java using DOM and SAX API; How to Generate XML from scratch using DOM; Level::XML Beginner with knowledge of Java.
- Java XML Tutorial - This is Sun's tutorial, Working with XML - The Java API for XML Parsing (JAXP). Provides a manual designed to quickly write XML code and XML-based software for Java-based end-user applications.
- Canonical XML Version 1.0 - Any XML document is part of a set of XML documents that are logically equivalent within an application context, but which vary in physical representation based on syntactic changes permitted by XML 1.0 and Namespaces in XM. Describes a method for generating a physical representation, the canonical form, of an XML document that accounts for the permissible changes. (W3C Recommendation 15 March 2001)
- Antenna House XML Editor 3.2 - The Antenna House XML Editor 3.2 is a software application that combines two tools. One is for editing XML documents. The other is a parsing application, which verifies if an XML document and DTD is correct by comparing it with the XML specification. It supports a wide variety of character encodings, and all characters of Unicode can be displayed as long as the font is appropriate. An XML view is available for tagging.
- W3Schools.com: XML Encoding - XML documents can contain foreign characters like Norwegian æøå, or French êèé. To let your XML parser understand these characters, you should save your XML documents as Unicode.
- Performance Comparison Between SAX XML::Filter::Dispatcher and XML::Twig - XML::Twig and the XML::SAX-based module XML::Filter::Dispatcher offer similar capabilities for implementing XPath-based dispatch tables. A performance comparison shows that they can have nearly identical execution speed.
- XML Encryption Syntax and Processing - This document specifies a process for encrypting data and representing the result in XML. The data may be arbitrary data (including an XML document), an XML element, or XML element content. The result of encrypting data is an XML Encryption element which contains or references the cipher data. (W3C Working Draft 18 October 2001)
- Sun Multi-Schema XML Validator (MSV) - Java tool to validate XML documents against several kinds of XML schemata. It supports RELAX NG, RELAX Namespace, RELAX Core, TREX, XML DTDs, and most of XML Schema.
- Extensible Markup Language (Xml) 1.0 specifica W3C - Versione italiana delle specifiche dell' Xml 1.0 sviluppate dal W3C, traduzione di Andrea Marchetti.
- SelfHTML: XML/DTDs - Das Kapitel "XML" aus der bekannten Dokumentation SelfHTML von Stefan Münz. Es beinhaltet u.a. eine Einführung in XML, Regeln für XML-Dateien und Dokumenttyp-Definitionen (DTDs).
Wikipedia Articles
- XML Script - XML Script are two unrelated XML technologies. The former (XML Script) is an XML transformation language, while the later (XML-Script) is a Microsoft technology preview for scripting web browsers - think of it as an XML version of ECMA JavaScript.
- XML Certification Program - XML Certification Program (XML Master) is IT professional certifications for XML and related technologies. There are two levels of XML Certifications, XML Master Basic and XML Master Professional, and more than 15000 examiners have passed those examinations.
- XML Signature - XML Signature (also called XMLDsig, XML-DSig, XML-Sig) is a W3C recommendation that defines an XML syntax for digital signatures. Functionally, it has much in common with PKCS#7 but is more extensible and geared towards signing XML documents.
- XML template engine - A XML template engine (or XML template processor) is a specialized Template processor for XML input and/or XML output, working in a XML template system context. There are two main types:
- SQL/XML - The SQL/XML, or XML-Related Specifications, extension to the SQL standard is defined by ISO/IEC 9075-14:2003. SQL/XML specifies SQL-based extensions for using XML in conjunction with SQL.