
0815
Novice
Jun 2, 2009, 8:18 AM
Views: 2438
|
|
Re: [0815] How can i use xml-moduls for my problem?
|
|
|
Hello Larry, your sample for me start with 'fld', call the handler and parse. What is, if i will change CDATA field in fld name="migmonJobNum"? Or if i will take <property name ="doc-long" value =" Number of parallel Migration Monitor jobs. " /> </properties> to identify of CDATA Now, i will create the xml file with xml variables. To begin are CDATA = 3 (later CDATA = XML_NO_OF_PARALLEL_R3LOAD). Too little for parsing..
<fld name="migmonJobNum"> <properties> <property name ="doc-long" value =" Number of parallel Migration Monitor jobs. " /> </properties> <strval><![CDATA[XML_NO_OF_PARALLEL_R3LOAD]]> </strval> Thanks Jörg
(This post was edited by 0815 on Jun 2, 2009, 9:03 AM)
|