Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
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
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
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
/
Sign in
Sign up
Appearance settings
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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
xtrpg
/
xtrpg-cpp-server
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
5
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
feat: Implement XML node abstractions with validation and serialization
- #17
#17
Merged
XenoSnowFox
merged 13 commits into
main
xtrpg/xtrpg-cpp-server:main
from
feature/xml-representation
xtrpg/xtrpg-cpp-server:feature/xml-representation
Copy head branch name to clipboard
Aug 28, 2026
Conversation
Commits
13
(13)
Checks
Files changed
Merged
feat: Implement XML node abstractions with validation and serialization
#17
XenoSnowFox
merged 13 commits into
main
xtrpg/xtrpg-cpp-server:main
from
feature/xml-representation
xtrpg/xtrpg-cpp-server:feature/xml-representation
Copy head branch name to clipboard
Commits
Commits on Aug 28, 2026
Add XML node abstractions
Show description for 5d32c5b
XenoSnowFox
committed
5d32c5b
View commit details
Copy full SHA for 5d32c5b
Browse repository at this point
Escape XML attribute less-than sign
Show description for cfd964e
XenoSnowFox
committed
cfd964e
View commit details
Copy full SHA for cfd964e
Browse repository at this point
Validate XML names in node APIs
Show description for b464aea
XenoSnowFox
committed
b464aea
View commit details
Copy full SHA for b464aea
Browse repository at this point
Validate XML character data in text and attributes
Show description for 0d9c99c
XenoSnowFox
committed
0d9c99c
View commit details
Copy full SHA for 0d9c99c
Browse repository at this point
Return XML attribute values by value
Show description for edf8dd0
XenoSnowFox
committed
edf8dd0
View commit details
Copy full SHA for edf8dd0
Browse repository at this point
Avoid cycles when appending XmlTagNode children
Show description for 982c205
XenoSnowFox
committed
982c205
View commit details
Copy full SHA for 982c205
Browse repository at this point
Validate XML declaration tags
Show description for 66b2adf
XenoSnowFox
committed
66b2adf
View commit details
Copy full SHA for 66b2adf
Browse repository at this point
Add missing XML node includes
Show description for da02ebd
XenoSnowFox
committed
da02ebd
View commit details
Copy full SHA for da02ebd
Browse repository at this point
Sort XML attributes for stable serialization
Show description for fc45ea9
XenoSnowFox
committed
fc45ea9
View commit details
Copy full SHA for fc45ea9
Browse repository at this point
Use ordered map for XML attributes
Show description for a4ff0d9
XenoSnowFox
committed
a4ff0d9
View commit details
Copy full SHA for a4ff0d9
Browse repository at this point
Don't escape quotes in XML text content
Show description for 8bdf80d
XenoSnowFox
committed
8bdf80d
View commit details
Copy full SHA for 8bdf80d
Browse repository at this point
Fix XmlTextContent line extraction
Show description for e9f37c5
XenoSnowFox
committed
e9f37c5
View commit details
Copy full SHA for e9f37c5
Browse repository at this point
Escape XML control chars in attributes
Show description for cbb6405
XenoSnowFox
committed
cbb6405
View commit details
Copy full SHA for cbb6405
Browse repository at this point
You can’t perform that action at this time.