[BAEL-1300] Custom Logback Appender (#3193)
* BAEL-1300 Custom logback appender * BAEL-1300 fix to logback module * relativePath
This commit is contained in:
10
xml/src/test/resources/example_dom4j_new.xml
Normal file
10
xml/src/test/resources/example_dom4j_new.xml
Normal file
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<XMLTutorials>
|
||||
<tutorial tutId="01" type="xml">
|
||||
<title>XML with Dom4J</title>
|
||||
<description>XML handling with Dom4J</description>
|
||||
<date>14/06/2016</date>
|
||||
<author>Dom4J tech writer</author>
|
||||
</tutorial>
|
||||
</XMLTutorials>
|
||||
9
xml/src/test/resources/example_jaxb_new.xml
Normal file
9
xml/src/test/resources/example_jaxb_new.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<tutorials>
|
||||
<tutorial tutId="01" type="XML">
|
||||
<author>Jaxb author</author>
|
||||
<date>04/02/2015</date>
|
||||
<description>XML Binding with Jaxb</description>
|
||||
<title>XML with Jaxb</title>
|
||||
</tutorial>
|
||||
</tutorials>
|
||||
Reference in New Issue
Block a user