|
|
|
XML
|
|
|
|
|
|
|
|
|
Chapter 19 of the XML Bible, Second Edition : XLinks
Linking in XML is divided into two parts, XLink and XPointers. XLink, the XML Linking Language, defines how one document links to another document. XPointer, the XML Pointer Language, defines how individual parts of a document are addressed. An XLink points to a URI (in practice, a URL) that specifies a particular resource.
http://www.cafeconleche.org/books/bible2/chapters/
created by fabia on 2008-04-06 12:08:03
|
|
|
XML.com: A Technical Introduction to XML
Author\'s Note: It is somewhat remarkable to think that this article, which appeared initially in the Winter 1997 edition of the World Wide Web Journal was out of date by the time the final XML Recommendation was approved in February. And even as this update brings the article back into line with the final spec, a new series of recommendations are under development. When finished, these will bring namespaces, linking, schemas, stylesheets, and more to the table.
http://www.xml.com/pub/a/98/10/guide0.html
created by fabia on 2008-04-06 12:10:45
|
|
|
Processing XML with Java
Welcome to Processing XML with Java, a complete tutorial about writing Java programs that read and write XML documents. This is the most comprehensive and up-to-date book about integrating XML with Java (and vice versa) you can buy.
http://www.cafeconleche.org/books/xmljava/
created by fabia on 2008-04-06 12:05:32
|
|
|
Processing XML with Java
This book is organized as an advanced tutorial that can also serve as a solid and comprehensive reference. The first chapter covers the bare minimum material needed to start working with XML, though for the most part this is intended more as a review for readers who’ve already read other, more basic books than as a comprehensive introduction.
http://www.cafeconleche.org/books/xmljava/chapters
created by fabia on 2008-04-06 12:14:44
|
|
|
Chapter 20 of the XML Bible, Second Edition : XPointers
XPointer, the XML Pointer Language, defines an addressing scheme for individual parts of an XML document. These addresses can be used by any application that needs to identify parts of or locations in an XML document. For instance, an XML editor could use an XPointer to identify the current position of the insertion point or the range of the selection. An XInclude processor can use an XPointer to determine what part of a document to include.
http://www.cafeconleche.org/books/bible2/chapters/
created by fabia on 2008-04-06 12:08:53
|
|
|
XSL Transformations
Chapter 17 of the XML Bible, Second Edition : XSL Transformations
http://www.cafeconleche.org/books/bible2/chapters/
created by fabia on 2008-04-06 12:07:01
|
|
|
|
|