Unconfigured Ad Widget

Collapse

Announcement

Collapse
No announcement yet.

Parsing XML using XSL in RPGLE

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Parsing XML using XSL in RPGLE

    Does anybody know any tools available in iSeries that will parse the xml document using xsl. I mean read the xml file and then transform it using xsl. I want to do it in RPGLE.

    Thanks & Regards
    Dibs

  • #2
    Parsing XML using XSL

    I have never done in an RPG program but have done using Java.

    You can reference the IBM Redbook on DB2 & XML, Chapter 4 for an example of using XSL to transform XML to SQL script.

    Link is http://www.redbooks.ibm.com/redbooks/pdfs/sg247258.pdf.

    Comment


    • #3
      Thanks for your advice

      Hi dandruchuk,

      Thanks for your advice, I will give a look into it.

      By the way, is it possible to provide the java code that do the pasrsing.

      Thanks in Advance.

      Comment


      • #4
        sample Java & XSL source

        the link i sent you for the redbook contains a link to the Additional Material FTP page that contains the XMLRedbook.Zip file

        your samples will be in there.

        Comment


        • #5
          Thanks dandruchuk, will give a look.

          Comment

          Working...
          X