Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


How do you load XML document and perform validation of the
document?

Answers were Sorted based on User's Feedback



How do you load XML document and perform validation of the document? ..

Answer / bilal hanbali

1- XmlTextReader:We will use it just to load the XML
Document we want to Validate using Class Constructor which
take the file name as parameter
XmlTextReader xReader = new XmlTextReader(string
url_or_FilePath);

2- XmlSchema Class:Contains the definition of a schema
XmlSchema xmlSchema = XmlSchema.Read(xReader,
new ValidationEventHandler(SchemaReadError));

3-XmlSchemaCollection:From its name, it is a Colletion of
Schemas that will be used to validate the XML Documents

4-XmlValidatingReader:Represents a reader that provides
DTD, XML-Data Reduced (XDR) schema, and XML Schema
definition language (XSD) schema validation.

Is This Answer Correct ?    6 Yes 1 No

How do you load XML document and perform validation of the document? ..

Answer / dor

Using DTD we can load XML document.
using Parser of XMLSpy to perform validation of the document

Is This Answer Correct ?    4 Yes 0 No

Post New Answer

More XML XSLT RSS Interview Questions

What is the relation of soap with xml?

0 Answers  


What is Assync in XML api which version of XML parser u worked with ?

0 Answers   Satyam,


What are possible ways XML used in j2ee WebApplication.Like storing data in to database and for data transfer .Apart from this any uses.

0 Answers  


What are xml naming rules?

0 Answers  


How do I download a podcast from patreon?

0 Answers  


What is xsd validation?

0 Answers  


Why has xml been used for development?

0 Answers  


Write a program to show literal result element as stylesheet?

0 Answers  


How do I convert a pdf to a zip file?

0 Answers  


Which is the best tool one should learn i.e the tool having demand in the market for XSL?

0 Answers  


What is the function of xsl?

0 Answers  


Do you know what are the roles of XSLT?

0 Answers  


Categories