5543eb9de8
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1824563 13f79535-47bb-0310-9956-ffa450edef68
17 lines
565 B
XML
17 lines
565 B
XML
<f:a xmlns:f="http://xmlbeans.apache.org/inst2xsd"
|
|
xmlns:fa="http://xmlbeans.apache.org/inst2xsd"
|
|
xmlns:fb="http://xmlbeans.apache.org/inst2xsd"
|
|
xmlns:fc="http://xmlbeans.apache.org/inst2xsd"
|
|
>
|
|
<fa:b>abc</fa:b>
|
|
<fb:c>123</fb:c>
|
|
<f:a >
|
|
<fa:b>abc</fa:b>
|
|
<fb:c>123</fb:c>
|
|
<fc:d></fc:d>
|
|
<e xmlns="http://xmlbeans.apache.org/inst2xsd"/>
|
|
<e xmlns="http://xmlbeans.apache.org/inst2xsd"/>
|
|
</f:a>
|
|
<fc:d></fc:d>
|
|
<e xmlns="http://xmlbeans.apache.org/inst2xsd"/>
|
|
</f:a> |