Java and XML



XML Appliances

XML Appliances The various XML processing libraries discussed in this book have been implemented entirely in software, sometimes as part of the Java Runtime Environment (JRE) and sometimes as separate libraries. read more

XML Databases

XML Databases As you work with XML documents, you may find yourself needing to manage collections of documents. XML databases (sometimes called XML-native databases) are built for just this task. You can query a collection read more

XQuery

XQuery XQuery is a query language for extracting data from XML documents. It is similar in purpose to SQL (Structured Query Language). read more

Fast Infoset

Fast Infoset Fast Infoset is an alternative encoding of the XML object model. Normally an XML document is written in plain text, just as we've seen throughout this book. read more