На главную Core C# and .NET 2017-07-07 02:10:07 < Day Day Up > 1:XmlReader is an abstract class. How do you create an instance of it to read an XML document?2:What is the purpose of the XmlReaderSettings class?3:Which of these classes cannot be used to update an XML document? XmlDocument XmlDataDocument XmlPathDocument 4:Using the XML data from Listing 10-10, show the node values returned by the following XPath expressions: //movies[substring( movie_Title,2,1)='a'] //movies[2] //movies[movie_Year >= 1978] //directors[last_name='Scorsese'] /movies/movie_Title 5:Describe two ways to perform schema validation on an XML document. < Day Day Up > Related Категории Search