List of Examples
- 1-1 Oracle XML Developer's Kit Components
- 2-1 Improving Safety of Java Code that Uses an XML Parser
- 3-1 Oracle XML Developer's Kit for C Libraries, Header Files, Utilities, and Demos
- 3-2 Editing an Oracle XML Developer's Kit for C Make.bat File on Windows
- 5-1 NSExample.xml
- 5-2 xml.out
- 5-3 Using orastream Functions
- 5-4 XML Event Context
- 5-5 Sample Pull Parser Application Example
- 5-6 Sample Document to Parse
- 5-7 Events Generated by Parsing a Sample Document
- 5-8 Constructing a Schema-Based Document with the DOM API
- 5-9 Modifying a Database Document with the DOM API
- 7-1 Streaming Validator in Transparent Mode
- 7-2 Example of Streaming Validator in Opaque Mode
- 7-3 XmlSchemaLoad() Example
- 7-4 Example of Streaming Validator Using New Options
- 8-1 book1.xml
- 8-2 Sample Xdiff Instance Document
- 8-3 Xdiff Schema: xdiff.xsd
- 8-4 XMLDiff Application
- 8-5 Customized XMLDiff Output
- 8-6 Sample Application for XmlPatch
- 8-7 XmlHash Program
- 9-1 SOAP Request Message
- 9-2 SOAP Response Message
- 9-3 SOAP C Functions Defined in xmlsoap.h
- 9-4 Example 1 SOAP Message
- 9-5 Example 1 SOAP C Client
- 9-6 Example 2 SOAP Message
- 9-7 Example 2 SOAP C Client
- 9-8 Example 3 SOAP Message
- 9-9 Example 3 SOAP C Client
- 11-1 Oracle XML Developer's Kit for Java Libraries, Utilities, and Demos
- 11-2 Testing the Oracle XML Developer's Kit for Java Environment on UNIX
- 11-3 Testing the Oracle XML Developer's Kit for Java Environment on Windows
- 11-4 XDKVersion.java
- 12-1 Sample XML Document
- 12-2 Sample XML Document Without Namespaces
- 12-3 Sample XML Document with Namespaces
- 12-4 Extracting Contents of a DOM Tree with selectNodes()
- 12-5 Incorrect Use of appendChild()
- 12-6 Merging Documents with appendChild
- 12-7 DTDSample.java
- 12-8 Converting XML in a String
- 12-9 Parsing a Document with Accented Characters
- 14-1 math.xml
- 14-2 math.xsl
- 14-3 math.htm
- 14-4 Using a Static Function in an XSLT Stylesheet
- 14-5 Using a Constructor in an XSLT Stylesheet
- 14-6 gettitle.xsl
- 14-7 msg_w_num.xml
- 14-8 msg_w_text.xml
- 14-9 msgmerge.xsl
- 14-10 msgmerge.xml
- 15-1 Simple Query Using XQJ
- 15-2 books.xml
- 15-3 books.xq
- 15-4 Executing a Query with a Custom Entity Resolver
- 15-5 trim.xq
- 15-6 Defining the Implementation of an External XQuery Function
- 15-7 Binding an External Function to a Java Static Method
- 15-8 math.xq
- 15-9 main.xq
- 15-10 Executing a Query that Imports a Library Module
- 15-11 size.xsd
- 15-12 size.xq
- 15-13 Executing an XQuery Query that Imports an XML Schema
- 15-14 Executing a Query with a Prefabricated File Resolver
- 15-15 Accessing the Values of Option Declarations
- 15-16 Using Option Declarations When Serializing a Query Result
- 15-17 books2.xq
- 15-18 Facilitating Streaming Evaluation
- 15-19 Configuring the XQuery Processor to Use External Storage
- 15-20 configuration.xml
- 15-21 update.xq
- 15-22 Updated File configuration.xml
- 15-23 Executing the Updating Query update.xq
- 16-1 Using XQJ to Query an XML DB Table with XQuery
- 16-2 Using XQJ to Query the XML DB Repository with XQuery
- 17-1 family.dtd
- 17-2 family.xml
- 17-3 report.xml
- 17-4 report.xsd
- 17-5 Using oraxml to Validate Against a Schema
- 17-6 Using oraxml to Validate Against a DTD
- 18-1 sample3.xml
- 18-2 sample3.xsd
- 18-3 Address.java
- 18-4 sample10.xml
- 18-5 sample10.xsd
- 18-6 BusinessType.java
- 19-1 pipedoc.xml
- 20-1 Appending a Node
- 20-2 Inserting a Node
- 20-3 Deleting a Node
- 20-4 Getting a diff as a Document from a Java Application
- 20-5 Getting a diff Using DiffOpReceiver from a Java Application
- 20-6 Diff Output Schema: xdiff.xsd
- 21-1 Specifying skipRows and maxRows on the Command Line
- 21-2 upd_emp.xml
- 21-3 XSU-Generated Sample Document
- 21-4 customer.xml
- 21-5 createRelSchema.sql
- 22-1 Structure of Table translated_messages
- 22-2 Query of translated_messages
- 22-3 example.xml
- 22-4 example.xml with a Language Attribute
- 22-5 dateTime Row
- 22-6 example_es.xml
- 22-7 example_es.xml with a Language Attribute
- 22-8 txdemo1.java
- 23-1 DLF Tree Structure
- 23-2 Minimal DLF Document
- 23-3 Sample DLF Document
- 23-4 DLF with Localization
- 24-1 Sample XSQL Page
- 24-2 Connection Definitions Section of XSQLConfig.xml
- 24-3 Sample XSQL Page in AvailableFlightsToday.xsql
- 24-4 Wrapping the <xsql:query> Element
- 24-5 Bind Variables in CustomerPortfolio.xsql
- 24-6 Bind Variables with Action Elements in CustomerPortfolio.xsql
- 24-7 Lexical Substitution Parameters for Rows and Columns in DevOpenBugs.xsql
- 24-8 Lexical Substitution Parameters for Connections and Stylesheets in DevOpenBugs.xsql
- 24-9 Setting a Default Value
- 24-10 Setting Multiple Default Values
- 24-11 Defaults for Bind Variables
- 24-12 Bind Variables with No Defaults
- 24-13 Industry Standard Formats in flight-list.xsl
- 24-14 Stylesheet Association in flight-list.xsl
- 24-15 Query Results in flight-display.xsl
- 24-16 XSQLRequestSample Class
- 24-17 Conditional Statements in XSQL Pages
- 24-18 Passing Values Among SQL Queries
- 24-19 Handling Multivalued Parameters
- 24-20 Using Multivalued Page Parameters in a SQL Statement
- 24-21 addmult PL/SQL Procedure
- 24-22 addmultwrapper PL/SQL Procedure
- 24-23 addmult.xsql
- 24-24 Getting the Name of the Current XSQL Page
- 25-1 empToExcel.xsl
- 25-2 emp_test.xsql
- 25-3 emp_test_dynamic.xsql
- 25-4 Multiple <?xml-stylesheet ?> Processing Instructions
- 25-5 Using an Array-Valued Parameter in an XSQL Page
- 25-6 testTableFunction
- 25-7 XSQL Page with Array-Valued Parameters
- 25-8 Using an Array-Valued Parameter to Restrict Rows
- 25-9 Setting an Error Parameter
- 25-10 Achieving Conditional Behavior with an Error Parameter
- 25-11 XSLT Stylesheet
- 25-12 Aggregating a Dynamically-Constructed XML Document
- 25-13 Movie XML Document
- 25-14 Using XPath to Extract an Aggregate List
- 25-15 Including an XMLType Query Result
- 25-16 Using XSQL Bind Variables in an XPath Expression
- 25-17 XML Document Generated from HTML Form
- 25-18 Source Code for FOP Serializer
- 25-19 MyIncludeXSQLHandler.java
- 25-20 Testing for the Servlet Request
- 25-21 Custom Serializer
- 25-22 Assigning Short Names to Custom Serializers
- 25-23 Writing a Dynamic GIF Image
- 25-24 myErrorHandler class
- 25-25 SampleCustomLogger Class
- 25-26 SampleCustomLoggerFactory Class
- 25-27 Registering a Custom Logger Factory