Skip to content

Brawldude2/XML-for-AHK-V2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

XML-for-AHK-V2

XML Serialiser/Deserialiser for ahk version 2.0+

Usage

#Include XML_v2.ahk
newParser := XML()
xml_object := newParser.Deserialise(file_path) ;Deserialise given file
text_output := newParser.Serialise(xml_object) ;Serialise the xml object

Navigating around elements

XML_Element.getChildren()[Children Index] to navigate around. You can also use XML_Element["Attribute Name"] or XML_Element.getAttributes() to get all attributes.

About

XML Serialiser/Deserialiser for ahk version 2.0+

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published