This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 30418 - [FO31] minor editorial suggestions
Summary: [FO31] minor editorial suggestions
Status: NEW
Alias: None
Product: XPath / XQuery / XSLT
Classification: Unclassified
Component: Functions and Operators 3.1 (show other bugs)
Version: Recommendation
Hardware: PC Windows NT
: P2 normal
Target Milestone: ---
Assignee: Michael Kay
QA Contact: Mailing list for public feedback on specs from XSL and XML Query WGs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-03-21 07:15 UTC by Mukul Gandhi
Modified: 2019-03-21 07:15 UTC (History)
0 users

See Also:


Attachments

Description Mukul Gandhi 2019-03-21 07:15:41 UTC
I've minor editorial suggestions as follows.

1) In the section 17.5.1 fn:parse-json

The "Summary" currently says,

"Parses a string supplied in the form of a JSON text, returning the results typically in the form of a map or array".

I suggest this to be changed to something like following,

"Parses a string supplied in the form of a JSON text, returning the results typically in the form of an XDM map or array".

2) In the section 17.5.2 fn:json-doc

The "Summary" currently says,

"Reads an external resource containing JSON, and returns the result of parsing the resource as JSON".

I suggest this to be changed to something like following,

"Reads an external resource containing JSON, and returns the result of parsing the resource typically to an XDM map or array".