xml.omxmlwrite-version

function

Library: XML serializer (OMXMLWRITE)
Import : omxmlwrite.xmd

Returns: the version information for the library


Declaration
export string function 
   omxmlwrite-version
    


Purpose

This function returns the version and copyright information for the OMXMLWRITE library.

Example:

  import "omxmlwrite.xmd" prefixed by xml.
  
  process
     output xml.omxmlwrite-version || "%n"
          

Other Library Functions