Schema location even number of URI's on marshaling

RigobertoSmock

New Member
I am using the following schema to parse GraphML XML files.I managed to bind java classes from the schema (using xjc) and also unmarshaled a few example XML files.Unfortunately, when I come to marshaling the XMLs I am getting the following error:\[quote\] SchemaLocation: schemaLocation value = 'http://stackoverflow.com/questions/13837498/Graphml.xsd' must have even number of URI's\[/quote\]As far as I can see the only schemaLocation use in the xsd is the following:\[code\]<xs:import namespace="http://www.w3.org/1999/xlink" schemaLocation="http://graphml.graphdrawing.org/xmlns/1.0/xlink.xsd"> ...\[/code\]But I can't see a problem in it. Can someone suggest what is wrong ?
 
Back
Top