>> English << | česky ZVON > Tutorials > XML Base Tutorial
>> Example 9 << | Prev | Next | Contents

XML Base and Relax NG "externalRef" element


The xml:base attribute affects the value of the href attribute.


File f1.rng

     1 <externalRef xml:base = "http://www.zvon.org/ZZZ/" href = "f2.rng" xmlns="http://relaxng.org/ns/structure/1.0" />
1Base URI of element externalRef : http://www.zvon.org/ZZZ/
Link href : http://www.zvon.org/ZZZ/f2.rng


File f2.rng (URL: http://www.zvon.org/ZZZ/f2.rng)

      <element name = "AAA" xmlns="http://relaxng.org/ns/structure/1.0" >
           <empty />
      </element>