Hi OOPs

 

I have an xml file which has an internal dtd unfortunately no matter what flag combination I use xmltask always strips out the internal dtd.

 

Any idea how this could be accomplished?

 

Thanks

 

Paul Savage

 

PS

 

I’ve tried preservetype, public, system etc

 

 

<?xml version="1.0" encoding="UTF-8"?>

<!-- This is the global configuration file for a Example deployment -->

<!DOCTYPE example-config [

<!ELEMENT example-config (env-entry*)>

<!ELEMENT env-entry (description?, env-entry-name, env-entry-value?, env-entry-type)>

<!ELEMENT description (#PCDATA)>

<!ELEMENT env-entry-name (#PCDATA)>

<!ELEMENT env-entry-value (#PCDATA)>

<!ELEMENT env-entry-type (#PCDATA)>

]>

<example-config>

            <env-entry>

                        <description>Specifies the LDAP server location.</description>

                        <env-entry-name>java.naming.provider.url</env-entry-name>

                        <env-entry-value>ldap://xindi.example.co.uk:389</env-entry-value>

                        <env-entry-type>java.lang.String</env-entry-type>

            </env-entry>

</ example-config>

This message and the information contained herein is proprietary and confidential and subject to the Amdocs policy statement,
you may review at http://www.amdocs.com/email_disclaimer.asp
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Xmltask-users mailing list
Xmltask-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xmltask-users

Reply via email to