Jump to content

AlanTrewartha

Members
  • Posts

    14
  • Joined

  • Last visited

Files posted by AlanTrewartha

  1. More information about "fmresultsetjson.xsl"

    Free

    fmresultsetjson.xsl

    XSLT to convert Filemaker's REST web-service XML response into clean JSON
    https://twitter.com/alantrewartha
    2017-03-06
    Adapted from the original Six Fried Rice XSLT here http://sixfriedrice.com/wp/products/filemaker-to-json-converter/
    Changed:
    * single quotes to JSON-standard double-quotes
    * removed "fieldDefinitions" block (personal preference)
    * stopped every field value being presented as an [ array ] even when not a "repeating field"
    * added whitespace escaping code
    The white-space escaping code was entirely cribbed from
    https://github.com/doekman/xml2json-xslt/blob/master/xml2json.xsl

    29 downloads

    Submitted

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.