URN support?
Posted: Fri Jul 16, 2004 4:28 pm
Hi. I'm trying to work a lot with MPEG-7 data, and in validating the (nearly) XML Schemas involved, it chokes with a simple error:
on this code:
...etc.
As I'm sure you know, URNs are not a protocol at all, but another form of URI. Is there a way of working around this? Can this be a feature request?
[working with Oxygen 4.2]
Code: Select all
E unknown protocol: urn
Code: Select all
<schema elementFormDefault="qualified"
targetNamespace="urn:MPEG:mpeg7:schema:2001"
xmlns="http://www.w3.org/2001/XMLSchema"
xmlns:mpeg7="urn:MPEG:mpeg7:schema:2001" xmlns:xml="http://www.w3.org/XML/1998/namespace">
As I'm sure you know, URNs are not a protocol at all, but another form of URI. Is there a way of working around this? Can this be a feature request?
[working with Oxygen 4.2]