XSLT Warning in XML transformer stage

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

mctny
Charter Member
Charter Member
Posts: 166
Joined: Thu Feb 02, 2006 6:55 am

Post by mctny »

Hi Vincent,

Yes we are using the newest XML pack. but even the newest does not support XSLT version 2, IBM told us it supports version 1 only. They asked us to open an enhancement PMR so that they can start working on supporting version 2 soon.
eostic
Premium Member
Premium Member
Posts: 3838
Joined: Mon Oct 17, 2005 9:34 am

Post by eostic »

Short of running an external script to apply your xslt, Maybe the "brute force" method is appropriate.......meaning....html is just "tags" (xml and html have the same ancestral heritage).....you can certainly use the xml stages (new or old) to build a tag structure that uses common html tags as the "elements" and "attributes". It could get ugly if you have lots of tables and sections in the html body that are independent of each other, but if the html is fairly simplistic, it can be done.

Ernie
Ernie Ostic

blogit!
<a href="https://dsrealtime.wordpress.com/2015/0 ... ere/">Open IGC is Here!</a>
mctny
Charter Member
Charter Member
Posts: 166
Joined: Thu Feb 02, 2006 6:55 am

Post by mctny »

Hi Ernie,

Not sure if I understood how to use the brute force approach. our html is not very big but the XSLTs are big, each has approximately 800 lines.
Post Reply