Last change
on this file since 101978 was 95312, checked in by vboxsync, 3 years ago |
libs/{curl,libxml2}: OSE export fixes, bugref:8515
|
File size:
368 bytes
|
Line | |
---|
1 | <?xml version="1.0" encoding="ISO-8859-1"?>
|
---|
2 | <foo
|
---|
3 | xmlns="http://FOO"
|
---|
4 | xmlns:foo="http://FOO"
|
---|
5 | xmlns:bar="http://BAR"
|
---|
6 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
---|
7 | xsi:schemaLocation="http://FOO anyAttr-processContents1_0.xsd">
|
---|
8 | <elem.lax.A foo:barA_1="PL"/>
|
---|
9 | <elem.lax.B foo:barA_2="o"/>
|
---|
10 | <elem.strict foo:barB="FR"/>
|
---|
11 | <elem.skip foo:barC="o"/>
|
---|
12 | </foo>
|
---|
13 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.