Go to main content
2/47
List of Examples
3-1 Java XDK Libraries, Utilities, and Demos
3-2 Testing the Java XDK Environment on UNIX
3-3 Testing the Java XDK Environment on Windows
3-4 XDKVersion.java
4-1 Sample XML Document
4-2 Sample XML Document Without Namespaces
4-3 Sample XML Document with Namespaces
4-4 Extracting Contents of a DOM Tree with selectNodes()
4-5 Incorrect Use of appendChild()
4-6 Merging Documents with appendChild
4-7 DTDSample.java
4-8 Converting XML in a String
4-9 Parsing a Document with Accented Characters
6-1 math.xml
6-2 math.xsl
6-3 math.htm
6-4 Using a Static Function in an XSLT Stylesheet
6-5 Using a Constructor in an XSLT Stylesheet
6-6 gettitle.xsl
6-7 msg_w_num.xml
6-8 msg_w_text.xml
6-9 msgmerge.xsl
6-10 msgmerge.xml
7-1 family.dtd
7-2 family.xml
7-3 report.xml
7-4 report.xsd
7-5 Using oraxml to Validate Against a Schema
7-6 Using oraxml to Validate Against a DTD
8-1 sample3.xml
8-2 sample3.xsd
8-3 Address.java
8-4 sample10.xml
8-5 sample10.xsd
8-6 BusinessType.java
9-1 pipedoc.xml
11-1 Specifying skipRows and maxRows on the Command Line
11-2 upd_emp.xml
11-3 insertClob.sql
11-4 insertEmployee.sql
11-5 Form of the INSERT Statement
11-6 insertClob2.sql
11-7 insertEmployee2.sql
11-8 insertClob3.sql
11-9 updateEmployee.sql
11-10 updateEmployee2.sql
11-11 Deleting by Row
11-12 Deleting by Key
11-13 XSU-Generated Sample Document
11-14 customer.xml
11-15 createRelSchema.sql
12-1 Structure of Table translated_messages
12-2 Query of translated_messages
12-3 example.xml
12-4 example.xml with a Language Attribute
12-5 dateTime Row
12-6 example_es.xml
12-7 example_es.xml with a Language Attribute
12-8 txdemo1.java
13-1 DLF Tree Structure
13-2 Minimal DLF Document
13-3 Sample DLF Document
13-4 DLF with Localization
14-1 Sample XSQL Page
14-2 Connection Definitions Section of XSQLConfig.xml
14-3 AvailableFlightsToday.xsql
14-4 Wrapping the <xsql:query> Element
14-5 CustomerPortfolio.xsql
14-6 CustomerPortfolio.xsql
14-7 DevOpenBugs.xsql
14-8 DevOpenBugs.xsql
14-9 Setting a Default Value
14-10 Setting Multiple Default Values
14-11 Defaults for Bind Variables
14-12 Bind Variables with No Defaults
14-13 flight-list.xsl
14-14 flight-list.xsl
14-15 flight-display.xsl
14-16 XSQLRequestSample Class
14-17 Conditional Statements in XSQL Pages
14-18 Passing Values Among SQL Queries
14-19 Handling Multi-Valued Parameters
14-20 Using Multi-Valued Page Parameters in a SQL Statement
14-21 addmult PL/SQL Procedure
14-22 addmultwrapper PL/SQL Procedure
14-23 addmult.xsql
14-24 Obtaining the Name of the Current XSQL Page
15-1 empToExcel.xsl
15-2 emp_test.xsql
15-3 emp_test_dynamic.xsql
15-4 Multiple <?xml-stylesheet ?> Processing Instructions
15-5 Using an Array-Valued Parameter in an XSQL Page
15-6 testTableFunction
15-7 XSQL Page with Array-Valued Parameters
15-8 Using an Array-Valued Parameter to Restrict Rows
15-9 Setting an Error Parameter
15-10 Achieving Conditional Behavior with an Error Parameter
15-11 XSLTStylesheet
15-12 Aggregating a Dynamically-Constructed XML Document
15-13 Movie XML Document
15-14 Using XPath to Extract an Aggregate List
15-15 Including an XMLType Query Result
15-16 Using XSQL Bind Variables in an XPath Expression
15-17 XML Document Generated from HTML Form
15-18 Source Code for FOP Serializer
15-19 MyIncludeXSQLHandler.java
15-20 Testing for the Servlet Request
15-21 Custom Serializer
15-22 Assigning Short Names to Custom Serializers
15-23 Writing a Dynamic GIF Image
15-24 myErrorHandler class
15-25 SampleCustomLogger Class
15-26 SampleCustomLoggerFactory Class
15-27 Registering a Custom Logger Factory
16-1 C XDK Libraries, Header Files, Utilities, and Demos
16-2 Editing a C XDK Make.bat File on Windows
18-1 NSExample.xml
18-2 xml.out
18-3 Using orastream Functions
18-4 XML Event Context
18-5 Sample Pull Parser Application Example
18-6 Sample Document to Parse
18-7 Events Generated by Parsing a Sample Document
18-8 Constructing a Schema-Based Document with the DOM API
18-9 Modifying a Database Document with the DOM API
20-1 Streaming Validator in Transparent Mode
20-2 Example of Streaming Validator in Opaque Mode
20-3 XmlSchemaLoad() Example
20-4 Example of Streaming Validator Using New Options
21-1 book1.xml
21-2 Sample Xdiff Instance Document
21-3 Xdiff Schema: xdiff.xsd
21-4 XMLDiff Application
21-5 Customized XMLDiff Output
21-6 Sample Application for XmlPatch
21-7 XmlHash Program
22-1 SOAP Request Message
22-2 SOAP Response Message
22-3 SOAP C Functions Defined in xmlsoap.h
22-4 Example 1 SOAP Message
22-5 Example 1 SOAP C Client
22-6 Example 2 SOAP Message
22-7 Example 2 SOAP C Client
22-8 Example 3 SOAP Message
22-9 Example 3 SOAP C Client
30-1 Retrieving Stock Quotes
30-2 Deleting Rows
30-3 Inserting a Username into a Table
30-4 Testing Conditions
30-5 Including XML Content Created by a Stored Procedure
30-6 Including an XML Representation of a Parameter Value
30-7 Including Posted XML
30-8 Including Request Parameters
30-9 Including Request Parameters
30-10 Including Request Parameters
30-11 Testing for Conditions in a Stylesheet
30-12 Including an XML Document
30-13 Categories.xsql
30-14 TopTenTopics.xsql
30-15 HTMLCategories.xsql
30-16 WMLCategories.xsql
30-17 Inserting XML Contained in an HTML Form Parameter
30-18 Inserting XML Received in a Parameter
30-19 Hello World
30-20 Nested Structure Example
30-21 Query with Error
30-22 Query with Column Aliasing
30-23 DynCursor PL/SQL Package
30-24 Executing a REF CURSOR Function
30-25 Setting a Cookie to a Parameter Value
30-26 Setting a Cookie to a Database-Generated Value
30-27 Setting Three Cookies
30-28 Setting Multiple Page Parameters
30-29 Setting a Parameter to a Database-Generated Value
30-30 Setting Session Parameters
30-31 Setting a Stylesheet Parameter
30-32 Updating XML Received in a Parameter
Scripting on this page enhances content navigation, but does not change the content in any way.