Page 1 of 1

XML INPUTSTAGE

Posted: Tue Aug 12, 2008 2:25 am
by basu.ds
sorry ray,
Hi

I am trying to load data from xml file to sequential file using xmlinput stage but i am getting this warning

warnings ila unnavi
XML_Input_2,0: Warning: Comp_Ident_Chkjpb.XML_Input_2: XSLT Processor: Unknown element on the output. Element Name = "Start"


can any one help me regards this

thanks in advance

Posted: Tue Aug 12, 2008 7:09 am
by chulett
Your XPath Expressions are invalid it seems. How where they generated? From the xml or an xsd or manually?

Posted: Tue Aug 12, 2008 9:34 am
by joffijoy
Please check the Input XML. More than likely that node may not be in that XML. It might be ok, since it is a warning and there is no guarantee that all the nodes you defined are in XML all the time.