/
NikolayIvkin
/
tutorials1
Обзор
Документация
Войти
/
NikolayIvkin
/
tutorials1
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
xml/src/test/resources/example_stax.xml
32 строки
935 B
Eric Martin
Merge pull request #8125 from eugenp/revert-8119-BAEL-3275-2
01 ноя 2019, 04:43
01 ноя 2019, 04:43
3225470
Код
Авторство
О чём код?
<?xml version="1.0"?> <tutorials> <tutorial tutId="01" type="java"> <title>Guava</title> <description>Introduction to Guava</description> <date>04/04/2016</date> <author>GuavaAuthor</author> </tutorial> <tutorial tutId="02" type="java"> <title>XML</title> <description>Introduction to XPath</description> <date>04/05/2016</date> <author>XMLAuthor</author> </tutorial> <tutorial tutId="03" type="android"> <title>Android</title> <description>Introduction to Android</description> <date>04/03/2016</date> <author>AndroidAuthor</author> </tutorial> <tutorial tutId="04" type="java"> <title>Spring</title> <description>Introduction to Spring</description> <date>04/02/2016</date> <author>SpringAuthor</author> <sections> <section name="core">Spring Core</section> <section name="mvc">Spring MVC</section> <section name="batch">Spring Batch</section> </sections> </tutorial> </tutorials>