cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How do I get a copy of SailPoint.dtd?

How do I get a copy of SailPoint.dtd?

 

Problem description

IdentityIQ objects are always in an XML format with correlation and other rules being no exception. During the development process for these configuration objects, it's often convenient to use a favorite XML editor. However, the objects always refer to a 'sailpoint.dtd' as the associated DTD file. Unfortunately, that file is not located anywhere in the file system.

In order to take full advantage of an XML editor and other XML based tools, it would be ideal to have the DTD file. How does one get this file?

 

Solution

IdentityIQ and other derivative products dynamically generate the DTD internally when the application starts up. Because of this, a permanent DTD will not be found. However, the generated DTD can be acquired by running the DTDGenerator:

 

(Unix)

> $SPHOME/WEB-INF/bin/iiq sailpoint.tools.xml.DTDGenerator > sailpoint.dtd

 

(Windows)

> %SPHOME%\WEB-INF\bin\iiq sailpoint.tools.xml.DTDGenerator > sailpoint.dtd

 

Alternatively, the dtd command can be run from within the IdentityIQ console. The command accepts a file name as a parameter:

 

$ ./iiq console

> dtd

dtd <filename>

> dtd /var/tmp/sailpoint.dtd

dtd written to "/var/tmp/sailpoint.dtd"

>

 

More information

Also, see IdentityIQ Document Type Definition (DTD) information​.

Tags (2)
Comments

it helps me with SSD

It has helped me while working with IIQSDA SSD through ecllipse.

 

thanks !

Version history
Revision #:
2 of 2
Last update:
‎Aug 02, 2023 08:44 PM
Updated by:
 
Contributors