Skip to content

Console app to convert Onix between short tag-names and reference names

License

Notifications You must be signed in to change notification settings

AlexStory/onix-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

onix-parser

running

Simply run the executable(Through cargo or as standalone). With two arguments. The first is the location of the target xml file. The second is the location where you want the transformed file built.

cargo run [file.xml] [tags.csv] [output.xml]

or

cargo build

cd target/debug/

(./xml-tag-parser or xml-tag-parser.exe) [file.xml] [tags.csv] [output.xml]

current CSV of short tag-names to reference names incomplete. List is available here

About

Console app to convert Onix between short tag-names and reference names

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages