VolantisDev / Launchpad

Step up your non-Steam game! Generate Steam-compatible .exe files to effortlessly launch any game through Steam with overlay support.
https://launchpad.games
MIT License
87 stars 3 forks source link

Create a full StructuredData implementation for XML #214

Closed github-actions[bot] closed 2 years ago

github-actions[bot] commented 3 years ago

Create a full StructuredData implementation for XML

https://github.com/VolantisDev/Launchpad/blob/6f379f945221c3126c5e6b2c3328f206d7079c72/Lib/Shared/DataLib/StructuredData/Xml.ahk#L1


; TODO: Create a full StructuredData implementation for XML
class Xml {
    static FromString(ByRef src, args*) {
        obj := ComObjCreate("MSXML2.DOMDocument.6.0")

c63289754c3d55367208a5b65c79cc60d9bec2c3