PLISAXC

PLISAXC performs SAX-style parsing of an XML document that is located in one or more buffers in your program.

Read syntax diagramSkip visual syntax diagramPLISAXC( e, p, x, n, c)
e
An event structure.
p
A pointer value or "token" that will be passed back to the parsing events.
x
The address of the buffer containing the XML document.
n
The number of bytes of data in that buffer. It must have a computational type and is converted to type size_t.1
c
A numeric expression specifying the codepage of that XML document.

PLISAXC uses the z/OS XML System Services parser and is supported only on z/OS.

For more information, see the Enterprise PL/I for z/OS® Programming Guide.