Last change
on this file since 97865 was 95312, checked in by vboxsync, 3 years ago |
libs/{curl,libxml2}: OSE export fixes, bugref:8515
|
File size:
286 bytes
|
Line | |
---|
1 | <?xml version="1.0" encoding="UTF-8"?>
|
---|
2 | <!--
|
---|
3 | http://www.w3.org/TR/xmldsig2ed-tests/#c14n11xmlbase-c14n11spec3-102
|
---|
4 |
|
---|
5 | Check that correct xml:base fixup is performed.
|
---|
6 | -->
|
---|
7 | <a xml:base="foo/bar">
|
---|
8 | <b xml:base="..">
|
---|
9 | <c xml:base="..">
|
---|
10 | <d xml:base="x">
|
---|
11 | </d>
|
---|
12 | </c>
|
---|
13 | </b>
|
---|
14 | </a>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.