xmlns:xi error MyEclipse IDE > Java EE Development (EJB, JSP, Struts, XDoclet, etc.) This topic has 4 replies, 2 voices, and was last updated 19 years, 10 months ago by asafbu. Viewing 5 posts - 1 through 5 (of 5 total) Author Posts March 8, 2005 at 9:48 am #226338 Reply asafbuMember I get the following error: Error: Attribute “xmlns:xi” must be declared for element type “prop”. <!DOCTYPE block SYSTEM “abc.dtd”> <prop xmlns:xi=”http://www.w3.org/2001/XInclude” id=”testRec”> … </block> I cant seems to locate a problem with the above. Thanks March 8, 2005 at 10:25 am #226341 Reply Riyad KallaMember Don’t you mean xmlns:xsi, not just xi? March 8, 2005 at 11:36 am #226342 Reply asafbuMember No, I meant xmlns:xi. Thanks March 8, 2005 at 11:51 am #226345 Reply Riyad KallaMember http://java.sun.com/xml/jaxp/dist/1.1/docs/tutorial/dom/5_ns.html Shouldn’t your <prop entry look likethis: <xi:prop … Atleast according to that link? March 8, 2005 at 3:33 pm #226354 Reply asafbuMember Not sure… This is an existing live project and these XML files are processed by XSLT. I was just curious if anybody else experienced the similar error(s). Thanks Author Posts Viewing 5 posts - 1 through 5 (of 5 total) Reply To: xmlns:xi error You must be logged in to post in the forum log in