Validating XML syntax

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

Post Reply
ketanshah123
Participant
Posts: 88
Joined: Wed Apr 05, 2006 1:04 am

Validating XML syntax

Post by ketanshah123 »

Hi
what exactly validating xml in DataStage means?
How we can achieve this in DataStage[what exactly we hav to do in XML plugin validations?]?
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

It means the same thing in DataStage that it means outside of it. The Help for that option explains how to set it up, from what I recall.
-craig

"You can never have too many knives" -- Logan Nine Fingers
VCInDSX
Premium Member
Premium Member
Posts: 223
Joined: Fri Apr 13, 2007 10:02 am
Location: US

Post by VCInDSX »

I agree with Craig and just to add ...

If you have an associated XSD for your XML, you can have the XML stage validate the XML against the XSD file. The syntax to follow is, again as craig mentioned, available via help.

Also refer to this wonderful guide available at Duke's site http://www.duke-consulting.com/Download ... ctices.zip
(Thanks again, Duke)

Another interesting link provided by VMcBurney (Thanks again VMcBurney) to IBM's site is http://www-128.ibm.com/developerworks/d ... 0703xiong/
and has several XML handling scenarios.

If you run into specific issues, please post back and I am sure a lot of good folks here will readily offer help....

Good luck
-V
Post Reply