Hi
I have a design like below
oracle_connector ---> copy----> xmlinput--- > t/f----->oracle_connector
We are reading xml from oracle CLOB and parsing the xml using xml input stage. Job ran fine for couple of xmls but for one of the xmls I am facing xalan fatal error, which is basically occurs due to discrepancies in xml structure. i have tested the xml with altova and it is well formed and valid.
the error message is "XML document parsing failed: Xalan Fatal error: Expected an attribute value."
xml input properties i have given: repetition element required, replace nulls with values, fragment, reading xml document.
please help me here.
XML Parsing error, XALAN Fatal Error, expected an attribute
Moderators: chulett, rschirm, roy
-
saidutta123
- Participant
- Posts: 3
- Joined: Thu Aug 25, 2011 2:26 am
-
saidutta123
- Participant
- Posts: 3
- Joined: Thu Aug 25, 2011 2:26 am
The Xpath expressions are fine craig. I have taken the copy of CLOB XML and ran it through External source as a file and it is loading successfully. i don't know why it is not working through CLOB.
/Does all of the XML in the CLOB conform to a single xsd?/
yes it does.
/Does all of the XML in the CLOB conform to a single xsd?/
yes it does.
Last edited by saidutta123 on Fri Sep 30, 2011 2:08 am, edited 1 time in total.
dssqt
-
saidutta123
- Participant
- Posts: 3
- Joined: Thu Aug 25, 2011 2:26 am
