Dear Monks,
Slashdot just has a story up today,
Tim Bray Says RELAX, about
RELAX NG an originator of XML
recommending the RELAX notation instead. He notes ATOM syndication format is based on RELAX.
However I couldn't find any perl tools on the software list or on cpan (except a parser in CORBA::XMLSchemas that makes RELAX files). There is a lot of RELAX in Java land though it seems.
Is there anything out there? I hate editing XML and always thought a natural language style notation would be much better. That wish is approximated by RELAX NG's "flattened schema" like this example from Wikipedia:
start = element book { page+ }
page = element page { text }
My only other question is whether this notation could be extended (if it doesn't allow it already) to include not just a schema but the data inside it. My guess is it would then look a bit like a data structure serialized into perl..
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.