-
XML Parser
Hi , all
In my project , I am submitting the xml input to the webservices and we are using some rules.
Here some terms are there like XML resolver , XML parser, Rules can anybody pls explain me these terms in details. as well as reffer some good documents teo read .
Thanks& REgards
Deepali
-
Re: XML Parser
XMLResolver is used to resolve external XML resources, such as entities, document type definitions (DTDs), or schemas. It is also used to process include and import elements found in Extensible StyleSheet Language (XSL) style sheets or XML Schema definition language (XSD) schemas.
XMLParser is a software that reads an XML document, identifies all the XML tags and passes the data to the application.