Skip navigation.

Administration Console Online Help

  Previous Next vertical dots separating previous/next from contents/index/pdf Contents Index

 


XML Parser Select Registry Entry --> Configuration

Tasks     Related Topics     Attributes

Overview

By default, WebLogic Server is configured to use the built-in parser and transformer to parse and transform XML documents. In release 8.1, the built-in XML parser is Apache Xerces and the built-in transformer is Apache Xalan. As long as you use the default, you do not have to perform any configuration tasks for your XML applications. If you want to use a parser or transformer other than the built-in, you must use the XML Registry to configure them.

Use the Configuration tab to specify a parser for a particular document type based on either its System ID, its Public ID, or its root element. You can configure the parser used for DOM style parsing, SAX style parsing, and transformations by entering the appropriate factory class.

Tasks

Configuring a Parser or Transformer Other Than the Built-In

Configuring a Parser for a Particular Document Type

Related Topics

XML Parser and Transformer Configuration Tasks

Attributes

Table 458-1

Attribute Label

Description

Value Constraints

Public Id

The public id of the document type represented by this registry entry.

MBean: weblogic.management.
configuration.
XMLParserSelectRegistryEntryMBean

Attribute: PublicId

Dynamic: yes

System Id

The system id of the document type represented by this registry entry.

MBean: weblogic.management.
configuration.
XMLParserSelectRegistryEntryMBean

Attribute: SystemId

Dynamic: yes

Root Element Tag

The tag name of the document root element of the document type represented by this registry entry.

MBean: weblogic.management.
configuration.
XMLParserSelectRegistryEntryMBean

Attribute: RootElementTag

Dynamic: yes

Document Builder Factory

The class name of the DocumentBuilderFactory that is associated with the registry entry.

MBean: weblogic.management.
configuration.
XMLParserSelectRegistryEntryMBean

Attribute: DocumentBuilderFactory

Dynamic: yes

Parser Class Name

Return class name of any custom XML parser that is associated with the registry entry.

MBean: weblogic.management.
configuration.
XMLParserSelectRegistryEntryMBean

Attribute: ParserClassName

Dynamic: yes

SAXParser Factory

The class name of the SAXParserFactory that is associated with the registry entry.

MBean: weblogic.management.
configuration.
XMLParserSelectRegistryEntryMBean

Attribute: SAXParserFactory

Dynamic: yes

 

Skip navigation bar  Back to Top Previous Next