Skip to Content
0
Former Member
Sep 05, 2007 at 11:11 AM

Problem in the Parsing (XML to DOM)

26 Views

Hi all , In our scenario we are trying to create a DOM tree from a XML file but we are getting the error in the following statement

l_rc = if_iparser->parse( ).

when we track the error using

i = l_error->get_line( ). (result 0)

i = l_error->get_column( ). (result 2017)

str = l_error->get_reason( ). (Expected '<' or '/>' tag)

but strange thing is we can open the file using Stylus studio/ Altova / IE ..so may the problem is not in the XML file ....Has anybody faced the problem before ??

Kind regarrds

Goutam