Skip to content

3.2.7

Latest
Compare
Choose a tag to compare
@ndw ndw released this 29 Oct 09:48
6093946

One of the new features in iXML (new since 1.0) is the ability to rename elements in the serialized output. Using a > after a nonterminal will rename it. In a rule, A>B, means match the nonterminal A, but serialize the result as B.

Apparently, I implemented a very early draft of that idea because the specification calls the new name an alias where CoffeeFilter called it a rename.

No significant changes; dependencies updated to the latest version.