mirror of
https://github.com/GNOME/libxml2.git
synced 2025-10-20 22:30:16 +08:00

* xpath.c: fixed the bug in lang() as raised by Elliotte Rusty Harold * result/XPath/tests/langsimple test/XPath/tests/langsimple test/XPath/docs/lang: added a regression test Daniel
14 lines
226 B
Plaintext
14 lines
226 B
Plaintext
<doc>
|
|
<x>1</x>
|
|
<b xml:lang="en">
|
|
<x>en</x>
|
|
<x>3</x>
|
|
</b>
|
|
<x>4</x>
|
|
<para xml:lang="en"/>
|
|
<div xml:lang="en"><para/></div>
|
|
<para xml:lang="EN"/>
|
|
<para xml:lang="en-us"/>
|
|
<para xml:lang="EN-US"/>
|
|
</doc>
|