/
aprogrammer
/
dotnet-docs
Обзор
Документация
Войти
/
aprogrammer
/
dotnet-docs
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
docs/fundamentals/runtime-libraries/snippets/System.Xml/XmlDocument/Overview/csharp/booksdata.xml
35 строк
1 KB
Genevieve Warren
Remarks from System.Xml* types (#38946)
03 янв 2024, 21:01
Не верифицирован
03 янв 2024, 21:01
eeaee26
Код
Авторство
О чём код?
<?xml version="1.0" encoding="utf-8"?> <books xmlns="http://www.contoso.com/books"> <book genre="novel" ISBN="1-861001-57-8" publicationdate="1823-01-28"> <title>Pride And Prejudice</title> <price>24.95</price> </book> <book genre="novel" ISBN="1-861002-30-1" publicationdate="1985-01-01"> <title>The Handmaid's Tale</title> <price>29.95</price> </book> <book genre="novel" ISBN="1-861001-45-3" publicationdate="1811-01-01"> <title>Sense and Sensibility</title> <price>19.95</price> </book> <book genre="novel" ISBN="0-446310-78-6" publicationdate="1988-10-28"> <title>To Kill a Mockingbird</title> <price>4.98</price> </book> <book genre="novel" ISBN="0-316769-48-7" publicationdate="1991-05-01"> <title>The Catcher in the Rye</title> <price>4.86</price> </book> <book genre="novel" ISBN="0-140177-39-6" publicationdate="1993-09-01"> <title>Of Mice and Men</title> <price>5.92</price> </book> <book genre="novel" ISBN="1-840226-24-2" publicationdate="2010-03-15"> <title>Mysterious Island</title> <price>5.39</price> </book> <book genre="novel" ISBN="1-400079-98-5" publicationdate="2008-12-02"> <title>War and Peace</title> <price>12.84</price> </book> </books>