Top 1K Features Creators Events Podcasts Books Extensions Interviews Blog Explorer CSV

Trex

< >

Trex, aka Tree Regular Expressions for XML, is a grammar language created in 2001 by James Clark.

#2782on PLDB 23Years Old
Homepage

TREX is a new language for validating XML documents. A TREX pattern specifies a pattern for the structure and content of an XML document. A TREX pattern thus identifies a class of XML documents consisting of those documents that match the pattern. A TREX pattern is itself an XML document.


Example from the web:
<element name="addressBook"> <zeroOrMore> <element name="card"> <element name="name"> <anyString/> </element> <element name="email"> <anyString/> </element> </element> </zeroOrMore> </element>

- Build the next great programming language Add About Search Keywords Livestreams Labs Resources Acknowledgements

Built with Scroll v144.0.0