[Simple-support] Custom Referencing
Brought to you by:
niallg
|
From: Dušan M. <dus...@gm...> - 2011-01-27 11:07:57
|
Hi all, I chose simple for my android application for parsing COLLADA assets. They use object definition / reference schema, so I attempted to use CycleStrategy to ease the pain of traversing the object graph. I failed because in COLLADA schema, anyURI is used for referencing, which implies using hash (#) character in front of IDs. <geometry id="foo">...</geometry> and then <instance_geometry url="#foo">...</instance> I need to both resolve this reference, and have access to the child elements of instance_geometry. I haven't found a suitable place in simple to extend/override. What would be the most convenient solution to this problem in simple XML? -- *+* *Best regards*, Dušan Maliarik // cell: +31646233420 *+* |