DSMLv1 Parser for file endpoint - Federated Directory Server
Use the DSMLv1 Parser to read and write XML documents. Directory Services Markup Language v1.0 (DSMLv1) enables the representation of directory structural information as an XML document. The Parser silently ignores schema entries. To access the DSMLv1 Parser configuration parameters:
- Add a File endpoint.
- On the File endpoint configuration page, click Parser and select DSMLv1 Parser from the list.
- Expand the Parser section to view the parameters.
Parameters
- Comment
- Add your comments. The comment is not considered while parsing data.
- Detailed Log
- Select this check box to generate log messages with detailed debug information.
We can also configure the following advanced parameters. Under the Parser section, expand Advanced to view these parameters.
- DN Attribute
- Specify the attribute used for the distinguished name DSML attribute. The default value is $dn.
- DSML prefix
- Specify the prefix used on XML elements to indicate that they belong to the DSML namespace. The default value is dsml.
- DSML namespace URI
- Specify the URI that identifies this namespace. The default value is http://www.dsml.org/DSML.
- Omit XML Declaration
- Select this check box to indicate that the parser must omit an XML declaration header in the output stream.
- Document Validation
- Select this check box to request file validation that is based on the specified DTD or schema.
- Namespace Aware
- Select this check box to indicate the parser must request a namespace-aware parser.
- Character Encoding
- Character encoding to use for reading or writing. The default value is UTF-8.
- The DSMLv1 Parser extends the Simple XML Parser; therefore, the same character encoding rules apply.
Parent topic:
File parsers