Skip to main content

BIS "pass through" sample program

  • August 8, 2018
  • 0 replies
  • 0 views

The purpose of this program is to demonstrate how to
      1. import an XML file containing BIS elements
      2. remove BIS elements with an XSLT stylesheet using 'xsl:copy-of'
      3. generate XML file 'result.xml' without the BIS elements
      4. remove BIS elements with an XSLT stylesheet using identity transform to copy the subtree starting at a specific node
      5. generate XML file 'result2.xml' without the BIS elements
Notes:
Step #2 and #4 do the same thing using different XSLT comamnds

In theory, the basics of this program would allow an installation of XBIS
to be used as a "pass through" to another web service.
The basic steps would be:
      a. receive an incoming request
      b. remove the BIS elements
      c. produce a request that could be forwarded to another web service.

 

pass_5F00_thru_5F00_sample.zip


#RMCOBOL
#XMLExtensions
#BIS