Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
View all features
Solutions
By company size
Enterprises
Small and medium teams
Startups
Nonprofits
By use case
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
By industry
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
Enterprise platform
AI-powered developer platform
Available add-ons
GitHub Advanced Security
Enterprise-grade security features
Copilot for business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
jmurty
/
java-xmlbuilder
Public
Notifications
You must be signed in to change notification settings
Fork
26
Star
111
Code
Issues
2
Pull requests
0
Actions
Projects
0
Wiki
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit History
Commits on Oct 13, 2020
Merge pull request #22 from jmurty/dependabot/maven/junit-junit-4.13.1
Show description for 0fbd3bc
jmurty
authored
0fbd3bc
Copy full SHA for 0fbd3bc
Bump junit from 4.11 to 4.13.1
Show description for 0215c9b
dependabot[bot]
authored
0215c9b
Copy full SHA for 0215c9b
Commits on Jul 10, 2020
Merge branch 'pr/harkue/19'
Show description for 0b3d71c
jmurty
committed
0b3d71c
Copy full SHA for 0b3d71c
set up github action for CI build and codecov
Show description for e6e817d
harkue
committed
e6e817d
Copy full SHA for e6e817d
Commits on Jul 8, 2020
Fix faulty links to docs and 1.3 Jar file
jmurty
committed
01d118f
Copy full SHA for 01d118f
Merge branch '18-fix-for-modern-java'
Show description for 43b3d2c
jmurty
committed
43b3d2c
Copy full SHA for 43b3d2c
[maven-release-plugin] prepare for next development iteration
jmurty
committed
6c5a027
Copy full SHA for 6c5a027
[maven-release-plugin] prepare release v1.3
jmurty
committed
b1d49f7
Copy full SHA for b1d49f7
Release 1.3 to Maven repository
jmurty
committed
564a329
Copy full SHA for 564a329
Various hacks to get Docs to build with Java 12
jmurty
committed
e39ad5f
Copy full SHA for e39ad5f
Update links previously to my defunct jamesmurty.com site
jmurty
committed
42109b9
Copy full SHA for 42109b9
Update build source & target to version 7
Show description for 4c44a34
jmurty
committed
4c44a34
Copy full SHA for 4c44a34
Remove unused `javax.annotation` import which breaks Java 11+
jmurty
committed
0b53d5c
Copy full SHA for 0b53d5c
Merge pull request #17 from harkue/master
Show description for 4cc353b
jmurty
authored
4cc353b
Copy full SHA for 4cc353b
add maven central badge in `README.md`
harkue
committed
13a78bc
Copy full SHA for 13a78bc
Commits on Sep 1, 2017
Update Maven reference and direct download link to version 1.2
jmurty
committed
7c224b8
Copy full SHA for 7c224b8
Correct status of version 1.2 in changelog
jmurty
committed
f396a24
Copy full SHA for f396a24
[maven-release-plugin] prepare for next development iteration
jmurty
committed
557e1ee
Copy full SHA for 557e1ee
[maven-release-plugin] prepare release v1.2
jmurty
committed
4ce85f5
Copy full SHA for 4ce85f5
Merge branch 'feature/permit-disable-namespace-awareness'
jmurty
committed
4ee5f60
Copy full SHA for 4ee5f60
Mention advanced features of create & parse constructors in readme
jmurty
committed
6483a91
Copy full SHA for 6483a91
Permit disabling of namespace awareness
Show description for 5630c49
jmurty
committed
5630c49
Copy full SHA for 5630c49
Commits on May 30, 2016
Merge pull request #12 from rhuss/master
Show description for de0c78a
jmurty
committed
de0c78a
Copy full SHA for de0c78a
Fixed wrong delegation for ns()
rhuss
committed
f1aeb78
Copy full SHA for f1aeb78
Commits on Jul 22, 2014
Disable external entities by default to prevent XXE injection attacks, re #6
Show description for e6fddca
jmurty
committed
e6fddca
Copy full SHA for e6fddca
Update latest version in README following release of 1.1
jmurty
committed
5d5caa5
Copy full SHA for 5d5caa5
[maven-release-plugin] prepare for next development iteration
jmurty
committed
92645b5
Copy full SHA for 92645b5
[maven-release-plugin] prepare release v1.1
jmurty
committed
75a5608
Copy full SHA for 75a5608
Use XMLBuilder2 as first example in readme, re #4
jmurty
committed
1b97a61
Copy full SHA for 1b97a61
Add documentation for new XMLBuilder2 class and API, re #4
jmurty
committed
37aab4c
Copy full SHA for 37aab4c
Fix code and javadoc warnings, re #4
jmurty
committed
b0f531d
Copy full SHA for b0f531d
Narrow exception wrapping to only specific, known exceptions, re #4
jmurty
committed
59365cc
Copy full SHA for 59365cc
Fix case of test class file name, re #4
jmurty
committed
ccdd360
Copy full SHA for ccdd360
Made XMLBuilder implementation classes final, re #4
Show description for 16fb39d
jmurty
committed
16fb39d
Copy full SHA for 16fb39d
Merge branch 'master' into feature/remove_checked_exceptions
jmurty
committed
6272344
Copy full SHA for 6272344
Pagination
Previous
Next
You can’t perform that action at this time.