• Places
    • Home
    • Graphs
    • Prefixes
  • Admin
    • Users
    • Settings
    • Plugins
    • Statistics
  • CPACK
    • Home
    • List packs
    • Submit pack
  • Repository
    • Load local file
    • Load from HTTP
    • Load from library
    • Remove triples
    • Clear repository
  • Query
    • YASGUI SPARQL Editor
    • Simple Form
    • SWISH Prolog shell
  • Help
    • Documentation
    • Tutorial
    • Roadmap
    • HTTP Services
  • Login

9.2 XML Quote primitives
All Application Manual Name SummaryHelp

  • Documentation
    • Reference manual
    • Packages
      • SWI-Prolog SGML/XML parser
        • Writing markup
          • XML Quote primitives
            • xml_quote_attribute/3
            • xml_quote_attribute/2
            • xml_quote_cdata/3
            • xml_quote_cdata/2
            • xml_name/2
            • xml_name/1
Availability::- use_module(library(sgml)).(can be autoloaded)
Sourcexml_quote_cdata(+In, -Quoted)
Backward compatibility version for xml_quote_cdata/3. Assumes ascii encoding.
ClioPatria (version V3.1.1-51-ga0b30a5)