Re: [xsl] question on standards and xml/json

Subject: Re: [xsl] question on standards and xml/json
From: "Liam R. E. Quin liam@xxxxxxxxxxxxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Sun, 23 Jun 2019 04:33:37 -0000
On Sun, 2019-06-23 at 03:07 +0000, BR Chrisman brchrisman@xxxxxxxxx
wrote:
> Has there been any work to define an XML subset which is
> simply/directly transformable into JSON?

Several. It depends on the processing you plan, and the nature of the
JSON or XML you start with, as to which is best.

XSLT 3, XQuery 3, EXI are three places too look for examples. XSLT 3
and XQuery 3 (actually Functions and Operators, referred to by XPath 3)
has json-to-xml() -

https://www.w3.org/TR/xpath-functions-31/#func-json-to-xml

Note that JSON can use characters (e.g. NUL) not permitted in XML
documents, and JSON keys can use arbitrary strings, so can contain
characters not permitted in XML names.

Liam






-- 
Liam Quin, https://www.delightfulcomputing.com/
Available for XML/Document/Information Architecture/XSLT/
XSL/XQuery/Web/Text Processing/A11Y training, work & consulting.
Web slave for vintage clipart http://www.fromoldbooks.org/

Current Thread