[Simple-support] xsi:schemaLocation
Brought to you by:
niallg
|
From: Fabian K. <fab...@we...> - 2009-03-31 19:33:10
|
Hi List, I have an XML file, similiar to this snippet: <root xmlns="http://www.domain.org/namespace" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.domain.org/namespace root.xsd"> When i try to deserialize it, I get the following exception: org.simpleframework.xml.core.AttributeException: Attribute 'schemaLocation' does not exist at line -1 at org.simpleframework.xml.core.Composite.readAttribute(Composite.java:424) [...] Is there a way to ignore this? Thanks, Fabian |