cancel
Showing results for 
Search instead for 
Did you mean: 

Error using Java Mapping

Former Member
0 Kudos

Hi All,

I am working on scenario with help of this blog for java mapping

http://www.riyaz.net/blog/xipi-java-mapping-demystified/

I am getting error while i test the interface mapping as

Problem while building Tree view

Unable to display tree view; Error when parsing an XML document (Premature end of file.)

How can i solve this error

Regards,

Syed

Accepted Solutions (0)

Answers (2)

Answers (2)

0 Kudos

Hi,

all you need to do is close all the tags properly and try to validate the XML

hope it will work

Regards

Venkat

Shabarish_Nair
Active Contributor
0 Kudos

make sure you have all start and end tags of the XML.

from the error it seems you have not properly closed each tags to create a valid XML.