swirl
Guide to OmniMark 9   OmniMark home
docs home 
IndexConceptsTasksSyntaxLibrariesLegacy LibrariesErrors
 
    Other Library Functions  
function  

xml.written

 
 

Library: XML serializer (OMXMLWRITE)
Import: omxmlwrite.xmd
Return type: markup source

Returns:


Declaration

export string source function
   written from value markup source input
      

Argument definitions

input
markup event stream that will be converted to XML


Purpose

The markup source function xml.written converts the input markup stream provided as its into its input argument into well-formed XML. The following example demontrates how the function can be used to write an XML file.

  import "omxmlwrite.xmd" prefixed by xml.
  
  process
     do xml-parse scan #main-input
        set file "output.xml" to xml.written from #content
     done

      Other Library Functions
 
 

Top [ INDEX ] [ CONCEPTS ] [ TASKS ] [ SYNTAX ] [ LIBRARIES ] [ LEGACY LIBRARIES ] [ ERRORS ]

OmniMark 9.1.0 Documentation Generated: September 2, 2010 at 1:38:10 pm
If you have any comments about this section of the documentation, please use this form.

Copyright © Stilo International plc, 1988-2010.