Hi,
I have to create an xml schema from an existing xml document.
I know the procedure of creating an xml schema.
But by xml document doesnt have a dtd tag in it.
sample Xml code in my file is as below:
<?xml version="1.0"?>
<doctype
00
success
The service has executed sucessfully
how to enclose a dtd?
the xml schema can be created from an xml document , proveded the xml document ponts to a valid dtd.
how to have a dtd to solve my problem?