"Invisible XML" is a project that is able to take any text document 
parseable by a context-free grammar and turn it into an XML document.  Then 
it could be processed by any XML tools in a processing pipeline and even 
turn the result back into a non-XML document.

The key insight is that a parser for the grammar of the document can output 
an abstract syntax tree, and any AST can be represented by an XML 
document.  From the announcement on xml.com:

"Invisible XML, as explained 
<https://www.xml.com/articles/2022/03/01/invisible-xml/> right here on 
XML.com, is a language for describing the implicit structure of data, and a 
set of technologies for making that structure explicit as XML markup. It 
allows you to write a declarative description of the format of some text 
and then leverage that format to represent the text as structured 
information."

See Invisible XML 1.0 has been released 
<https://www.xml.com/news/2022-06-invisible-xml-10/>, and Invisible XML 
<https://invisiblexml.org>.

-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to leo-editor+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/leo-editor/b5914a42-915f-434a-ac2f-2a939eb889a5n%40googlegroups.com.

Reply via email to