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

XML Base and XInclude


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


File f1.xml

     1 <AAA xml:base = "http://www.zvon.org/ZZZ/" >
           <xi:include href = "f2.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
      </AAA>
1Base URI of element AAA : http://www.zvon.org/ZZZ/
Link href : http://www.zvon.org/ZZZ/f2.xml


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

      <BBB />