Skip to content

Conversation

@dasoe
Copy link

@dasoe dasoe commented Mar 23, 2020

Hi all,

this is a re-opened pull request after change requests from your side.
pugi offers parsing options like "pugi::parse_default | pugi::parse_comments" in case one wants comments not to be stripped etc. Added a variable, a setter and (as requested) OF-like enum decleration to be able to use them in ofXml.

Would be used like this:
XML.setParsingOptions( OF_PARSE_DEFAULT | OF_PARSE_COMMENTS ); XML.load(pathToXML);

Hope I got this enum-thing done appropriately?

Thanks for your awesome work!
oe

@dasoe
Copy link
Author

dasoe commented Apr 7, 2022

Hi all,

I think this pull request is good (I add it manually to each OF download), change request from your side is impelmented also.
Is there something I can do to further support it?

have a good day!
oe

dasoe added 2 commits December 4, 2025 11:01
fix regeression (wrongly resolved conflict)
Copy link
Author

@dasoe dasoe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Adjusted slightly as ofXml evolved.
Genreally still the same. Think it's good.

Syntax error fix. Sorry.
Copy link
Author

@dasoe dasoe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Syntax error fix. Sorry.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant