Topics
All
Mac OS X
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Guides
Examples
New in version:
7.4
7.5
8.0
8.1
8.2
8.3
8.4
8.5
9.0
9.1
Statistic
XML.Canonical
Creates canonical xml.
Component | Version | macOS | Windows | Server | FileMaker Cloud | FileMaker iOS SDK |
XML | 6.2 | Yes | Yes | Yes | Yes | Yes |
MBS( "XML.Canonical"; XML { ; Flags; Mode } ) More
Parameters
Parameter | Description | Example value |
---|---|---|
XML | The XML to process. Can be XML as text or the reference returned by XML.Parse function, so you can make several times changes to the XML without parsing it each time. |
"<test>Hello</test>" |
Flags | Optional Various Flags. Add 1 to ignore errors in xml and continue parsing. This may lead to not everything in the xml being read. Add 2 to include comments. |
3 |
Mode | Optional The output mode. Can be 0 for Original C14N 1.0 spec, 1 for Exclusive C14N 1.0 spec or 2 for C14N 1.1 spec. |
0 |
Result
Returns XML or error.
Description
Creates canonical xml.Examples
Make canonical:
MBS("XML.Canonical"; Canonical XML::Input XML; 3)
See also
Example Databases
Blog Entries
Created 20th May 2016, last changed 2nd February 2018
XML.ApplyStylesheet - XML.ClearVariables
Feedback: Report problem or ask question.
Links
MBS Xojo Chart Plugins