Other tutorials
Tutorials
-
Oxygen User Manual - A complete manual of
using <oXygen/> XML Editor.
-
ZVON.ORG - Tutorials regarding XML, XSL, XML Schema, XPath,
Schematron, CSS, XInclude and XSLT.
-
XML.COM- Tutorials dealing specifically with using XML with Java servlets and
applications.
-
XML.ORG (OASIS) - XML tutorials and articles.
-
SUN - A tutorial which describes the Extensible Markup
Language (XML) and its related specifications.
-
RELAX NG Tutorial - A tutorial for RELAX NG version 1.0 which
specifies a pattern for the structure and content of an XML document.
-
Microsoft - XML Developer's Guide - Contains a complete
section dedicated to XML, XSL and schema technologies.
-
XSLFO.INFO - Contains
tutorials, examples and articles regarding XSL-FO.
XML API References
<oXygen/> includes many open source components that are commonly used in developing of
XML applications. Here you can find the Java API documentation for the ones related to XML
processing, all of them conformant to W3C and ISO standards.
-
Apache Xerces2
Xerces2 is an XML parser and validator. Xerces is an open source project of the
Apache Foundation, widely used in the software industry for its speed and for being
W3C XML Schema and DTD standard compliant. <oXygen/> uses Xerces for XML editing and validation. -
Apache Xalan-J
Xalan is XSLT transformer, supporting XSLT 1.0. <oXygen/> uses Xalan for XSLT
transformations and XSLT debugging. -
Apache SOAP
Apache SOAP is an implementation of the SOAP version 1.1. It allows client
applications to access remote services. <oXygen/> uses SOAP over HTTP when testing
web services. -
Apache FOP 0.20.5
Apache FOP is an open source Formatting Objects processor. It allows XML
Formatting Objects (XSL-FO) documents to be transformed to PDF, PS, TEXT, etc.
<oXygen/> allows creation of transformation scenarios that include formatting objects
processing. -
Apache Batik 1.5.1
Batik is an open source Java-based software library for viewing, generation and
manipulation of SVG images. <oXygen/> uses Batik for the preview of the edited SVG documents. -
XML Security
XML Security is an open source library of the Apache Foundation that implements
the W3C XML Digital Signature and W3C XML Encryption specifications. -
Saxon 8 XQuery and XSLT Processor
Saxon 8 is an XSLT transformer and an XQuery processor, supporting XQuery 1.0,
XSLT 2.0 and XPath 2.0. <oXygen/> uses Saxon for XSLT transformations and XSLT debugging, XQuery editing and XQuery
debugging. -
Saxon 6 XSLT Processor
Saxon 6 is an XSLT transformer, supporting XSLT 1.0 and XPath 1.0. <oXygen/> uses
Saxon for XSLT transformations and XSLT
debugging. -
Jing
Jing is a validator for RELAX NG implemented in Java. This is written on top of
SAX2. <oXygen/> uses Jing to validate documents against RELAX NG schemas. -
Berkeley DB XML
Berkeley DB XML is an embedded XML database with XQuery-based access to documents
stored in containers and indexed based on their content. Berkeley DB XML is built on
top of Berkeley DB. With <oXygen/> you can edit and test XQuery expressions against
this database. -
eXist XML Database
eXist is an Open Source native XML database. XQuery support in eXist makes it
possible to write entire web applications with just XQuery and XSLT. Berkeley DB XML
is built on top of Berkeley DB. With <oXygen/> you can edit and test XQuery
expressions against the eXist XML Database.
|