Finish initial development of VBA-XML project.#3
Open
AndrewPullon wants to merge 13 commits intoVBA-tools:masterfrom
Open
Finish initial development of VBA-XML project.#3AndrewPullon wants to merge 13 commits intoVBA-tools:masterfrom
AndrewPullon wants to merge 13 commits intoVBA-tools:masterfrom
Conversation
added 13 commits
July 31, 2021 16:29
…eavily from VBA-JSON project coding style. I note that this project suffers from speed issues when dealing with XML strings greater than 1,000,000 characters (whereas VBA-JSON handles them fine). I've not been able to improve on this performance issue (maybe someone else can?).
…ibute value. Attribute value containing '=' will now be correctly parsed. (NOTE: Additional updates required to handle encoded/escaped XML chars within attribute value).
…in Intelisense when referencing module.
…mlWriter/XmlReader.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi Tim,
Long time user of VBA-Web and wanted to give back to the project. Here is my implementation of VBA-XML as inspired by your design.md and the coding style used in the VBA_JSON project. I have integrated this version of VBA-XML into VBA-Web (i.e., into the WebHelpers module) and will make a pull request on that project when I have the time.
Notes on this pull request: