Project

General

Profile

« Previous | Next » 

Revision 4443

Added by daigle almost 16 years ago

Create new schema xml test driver files. Include a contextUrl token that gets replaced by the test java code where necessary.

View differences:

good-schema.xml
2 2
   xmlns:prod="http://example.org/prod"
3 3
   xmlns:xs="http://www.w3.org/2001/XMLSchema"
4 4
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5
   xsi:schemaLocation="http://example.org/prod http://indus.msi.ucsb.edu/knb/test/chapter05prod.xsd
6
                       http://example.org/ord http://indus.msi.ucsb.edu/knb/test/chapter05ord.xsd">
5
   xsi:schemaLocation="http://example.org/prod @contextUrl@/test/chapter05prod.xsd
6
                       http://example.org/ord @contextUrl@/test/chapter05ord.xsd">
7 7
  <items>
8 8
    <prod:product>
9 9
      <number xsi:type="xs:short">557</number>

Also available in: Unified diff