~ubuntu-branches/ubuntu/trusty/libxslt/trusty

« back to all changes in this revision

Viewing changes to tests/general/bug-1-.out

  • Committer: Bazaar Package Importer
  • Author(s): Mike Hommey
  • Date: 2006-10-27 18:30:38 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20061027183038-gjgawhlr2k4csrr6
Tags: 1.1.18-1
* New upstream release:
  + Fixes xsl:variable with node sets. Closes: #381597.
  + Honors disable-output-escaping in xhtml 1.0 style element.
    Closes: #395210.
  + Supports XInclude processing on XSL stylesheets. Closes: #395210.
  + Correctly handles xsl:param names with namespaces. Closes: #389023.
* debian/control:
  + Bumped Standards-Version to 3.7.2.2. No changes required.
  + Build depend on libxml2 >= 2.6.27, and adapt other dependencies
    accordingly.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?xml version="1.0"?>
2
2
<FOO>
3
3
        <BAR>This is bar 1</BAR>
4
 
        <XXX></XXX>
 
4
        <XXX/>
5
5
        <BAR>This is bar 2</BAR>
6
6
</FOO>