Afgeleide van %XML.Writer, uitgebreid met de method WriteProcessingInstruction() Deze klasse moet enkel gebruikt worden op Caché v 5.0.12 (and earlier), op de WWW dus. 1 %XML.Writer 0 WriteProcessingInstruction writes out a processing instruction with a space between the name and text as follows: <?name text?>. This method may only be called outside the root element is written.
Arguments:
- name Name of the processing instruction.
- text Text to include in the processing instruction. ]]> name:%String,text:%String %Status " /* If ..OutputDestination'="device" { Use io } Set ..IndentNext=..Indent */ Quit $$$OK ]]> OVERRIDE van %XML.Writer (by WimV on 20/04/2009) object:%XML.Adaptor,tag:%String,namespace:%String,local:%Boolean %Status