You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@santuario.apache.org by bl...@apache.org on 2003/11/22 13:00:37 UTC

cvs commit: xml-security/data/org/apache/xml/security/c14n/inExcl example2_2_3_c14nized_exclusive.xml example2_2_3.xml

blautenb    2003/11/22 04:00:37

  Added:       data/org/apache/xml/security/c14n/inExcl
                        example2_2_3_c14nized_exclusive.xml
                        example2_2_3.xml
  Log:
  Test provided by Gabriel McGoldrick - see e-mail 21/11/03
  
  Revision  Changes    Path
  1.1                  xml-security/data/org/apache/xml/security/c14n/inExcl/example2_2_3_c14nized_exclusive.xml
  
  Index: example2_2_3_c14nized_exclusive.xml
  ===================================================================
  <p abc="xy&quot;z" style="indented">
        <x:verbatim xmlns:x="http://www.x.com/sample/" xml:space="preserve">
          <b xml:lang="fr">def
            <i xml:space="reset">jkl</i>
          </b>
        </x:verbatim>
      </p>
  
  
  1.1                  xml-security/data/org/apache/xml/security/c14n/inExcl/example2_2_3.xml
  
  Index: example2_2_3.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <x:sample xmlns:x="http://www.x.com/sample/">
    <?testpi 123?>
    <section xml:lang="en">
      <p style="indented" abc='xy"z'>
        <x:verbatim xml:space="preserve">
          <b xml:lang="fr">def
            <i xml:space="reset">jkl</i>
          </b>
        </x:verbatim>
      </p>
    </section>
  </x:sample>