Commit Graph

15 Commits

Author SHA1 Message Date
edizor 0391a9c840 Update README.md
[skip ci]
2023-11-05 13:35:00 +08:00
edizor ac7cedb7ef Update README.md
[skip ci]
2023-11-05 13:30:32 +08:00
Mo Helmy 65411d9dee This commit is related to the article BAEL-7084 (#15070)
This commit aims to add a test class "XMLStringToDocumentObjectUnitTest.java" that provides a test method to convert XML string into a Document object in Java.
2023-10-27 09:49:21 -07:00
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
timis1 19c1c23dde JAVA-24151 Potential issue in "Validate an XML File Against an XSD File" article (#14675)
Co-authored-by: timis1 <noreplay@yahoo.com>
2023-09-04 15:59:14 +05:30
Bipinkumar27 bfe133dbb3 JAVA-23094: changes made for updating jackson dependency 2023-08-09 09:10:50 +05:30
Bipin kumar cd747f077b Java 22625 S to Z (#14332)
* JAVA-22625: Changes made for module T to Z formatting the pom.xml

* JAVA-22625: Changes made for module S  to Z formatting the pom.xml
2023-06-30 16:38:28 +05:30
edizor 3a65bc85fd Update README.md
[skip ci]
2023-06-02 08:38:24 +08:00
Loredana Crusoveanu f24b58db1b Merge pull request #14134 from collaboratewithakash/master
backlinks added
2023-05-29 17:48:03 +03:00
Abhinav Pandey d9027f6a1b BAEL-6509 - JSON to XML conversion in Java (#14050)
* BAEL-6509 - JSON to XML conversion

* BAEL-6509 - CRLF to LF
2023-05-27 21:08:50 +05:30
collaboratewithakash 57ee0e82a8 backlink updated 2023-05-27 15:53:08 +05:30
Asjad J 1be9c468a4 Updated README.md
added link back to the article: https://www.baeldung.com/java-validate-xml-xsd
2022-07-21 13:51:43 +05:00
thibault.faure 145b782d4b BAEL-5671 code for the validate an XML file against an XSD file article 2022-07-10 22:56:20 +02:00
johnA1331 461db45f00 Update README.md 2022-03-16 21:29:59 +08:00
Kai Yuan d30c353d35 pretty-print xml in java (#11899)
* pretty-print xml in java

* simplified pom.xml
2022-03-12 13:09:18 -06:00