Commit Graph

26 Commits

Author SHA1 Message Date
Maiklins c905c5bbe1
Merge pull request #16079 from anujgaud/ag/invalid-characters-xml
BAEL-6534 Add InvalidCharactersUnitTest.java
2024-04-10 21:27:44 +02:00
rcalago e84bf3717a
Update README.md 2024-03-27 09:59:25 +08:00
Harry9656 535d9a97b4
[JAVA-31568] Upgrade org.json and json-path libraries 2024-03-11 21:16:11 +01:00
anujgaud 6c8d1d2bf2
Add test for CDATA Sections 2024-03-09 20:36:27 +05:30
anujgaud 19b08a71a2
Add InvalidCharactersUnitTest.java 2024-03-09 00:08:20 +05:30
Harry9656 5136e7349b JAVA-27804: Remove explicit logging dependency (#15448) 2024-01-09 09:48:12 +02:00
panos-kakos 7d2fc1fe88 [JAVA-26773] (#15417)
* [JAVA-26773]

* [JAVA-26773]
2023-12-28 16:11:35 +01:00
panos-kakos b83af82bce [JAVA-29410] (#15485)
* [JAVA-29410]

* [JAVA-29410]
2023-12-26 10:12:20 +05:30
timis1 63312fbcf9 JAVA-27775 Fix failing module xml-2 (#15430) 2023-12-20 11:52:23 +02:00
edizor ba158d4e7b Update README.md
[skip ci]
2023-11-24 21:31:16 +08:00
Shahul Basha 94595ea000 BAEL-7016 (#15050)
* initial commit

* initial commit

* code cleanup

* code cleanup

* code cleanup

* code cleanup

* code review comments addressed

* pom version

* code review comments

* formatting updated

* updated as per code review comments
2023-11-21 08:20:44 +05:30
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