Skip to content

Parser for XML::Parser that preserves attribute ordering for further document reconstruction

License

Notifications You must be signed in to change notification settings

iafan/XML-Parser-Style-IxTree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ABOUT

This module implements XML::Parser's IxTree style parser
(same as 'XML::Parser::Style::Tree', but it keeps tag attributes
in their original order, thanks to Tie::IxHash).
This allows to parse and then reconstruct the original
document with respect to original attribute ordering).

SEE ALSO

Tree Parser on CPAN:
https://metacpan.org/pod/XML::Parser::Style::Tree

Tie::IxHash on CPAN:
https://metacpan.org/release/Tie-IxHash

https://github.com/iafan/XML-Parser-Style-IxTree

About

Parser for XML::Parser that preserves attribute ordering for further document reconstruction

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages