mirror of
https://gitlab.gnome.org/GNOME/libxslt
synced 2025-09-18 14:34:32 +03:00
* libxslt/transform.c: fix bug #110577 namespace in copy-of don't obbey the same rules as for literal reusl elements. * tests/docs/Makefile.am tests/docs/bug-118.* tests/general/Makefile.am tests/general/bug-118*: added the example in the regression tests for that bug. * libxslt/variables.c: fixed a bug introduced in fixing #110020 * tests/docs/Makefile.am tests/docs/bug-11[67].* tests/general/Makefile.am tests/general/bug-11[67]*: added 2 regression tests one still exposing a mem leak (Mark Vadoc). Daniel
6 lines
413 B
Plaintext
6 lines
413 B
Plaintext
<s:doc xmlns:s="http://www.foobar.com/xmlns/s"><s:doc-head>
|
|
<s:doc-title>Doc Title</s:doc-title>
|
|
</s:doc-head><s:doc-body><s:div class="header"><s:a href="/"><s:img src="/images/logo/mylogo.jpg" width="200" height="100" border="0" title="LOGO" alt="LOGO"></s:img></s:a></s:div><s:br></s:br><s:div class="body">
|
|
<s:p>Hello World!</s:p>
|
|
</s:div></s:doc-body></s:doc>
|