mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-01-12 09:17:37 +03:00
838682478c
* c14n.c include/libxml/c14n.h: adds support for C14N 1.1, new flags at the API level * runtest.c Makefile.am testC14N.c xmllint.c: add support in CLI tools and test binaries * result/c14n/1-1-without-comments/* test/c14n/1-1-without-comments/*: add a new batch of tests
8 lines
347 B
Plaintext
8 lines
347 B
Plaintext
<ietf:e1 xmlns:ietf="http://www.ietf.org" xmlns:w3c="http://www.w3.org" xml:base="http://xmlbase.example.org/xmlbase1/">
|
|
<ietf:e11 xml:base="/xmlbase11/">
|
|
<ietf:e111 xml:base="/xmlbase111/"></ietf:e111>
|
|
</ietf:e11>
|
|
<ietf:e12 at="2">
|
|
<ietf:e121 xml:base="/xmlbase121/"></ietf:e121>
|
|
</ietf:e12>
|
|
</ietf:e1> |