Validating XML with schema AND DTD
Posted: Sun Jun 26, 2005 4:23 pm
Hi,
If I have the following XML declaration:
Is there a way to enable OxygenXML to validate this file with both, the Schema and DTD.
Yes, I know that in a "real" project you probably wouldn't want to do this. But, I would still like to know if this is possible with OxygenXML.
Thanks,
Yaakov.
If I have the following XML declaration:
Code: Select all
<?xml version="1.0"?>
<!DOCTYPE store SYSTEM "store.dtd">
<store xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://someURL/"
xsi:schemaLocation="http://someURL/ store.xsd">
<cust_list>
<customer cid="C-1">
...
Yes, I know that in a "real" project you probably wouldn't want to do this. But, I would still like to know if this is possible with OxygenXML.
Thanks,
Yaakov.