java-tutorials/xml-2
MohamedHelmyKassab 01bce216c4 This PR is related to the article BAEL-6878 (#15057)
* Update pom.xml

This commit aims to add additional required dependencies:

        <dependency>
            <groupId>org.apache.xmlbeans</groupId>
            <artifactId>xmlbeans</artifactId>
            <version>5.0.2</version>
        </dependency>
        <dependency>
            <groupId>org.apache.logging.log4j</groupId>
            <artifactId>log4j-core</artifactId>
            <version>2.12.4</version>
        </dependency>

* This commit is related to the article BAEL-6878

This commit aims to add the "log4j2.xml" file to the resources folder.

* This commit is related to the article BAEL-6878 

This commit aims to add a new test class named "XMLObjectToStringUnitTest" that suggests several approaches to convert XML objects to a Java string
2023-10-24 10:15:46 -07:00
..
src This PR is related to the article BAEL-6878 (#15057) 2023-10-24 10:15:46 -07:00
.gitignore pretty-print xml in java (#11899) 2022-03-12 13:09:18 -06:00
README.md Update README.md 2023-06-02 08:38:24 +08:00
pom.xml This PR is related to the article BAEL-6878 (#15057) 2023-10-24 10:15:46 -07:00

README.md

XML

This module contains articles about eXtensible Markup Language (XML)

Relevant Articles: