zongaro     2003/10/14 07:47:18

  Modified:    test/tests/conf-gold/attribset Tag: xslt20-compiled
                        attribset22.out
  Log:
  Propagating change from Brian Minchau ([EMAIL PROTECTED]) for version 1.2 of
  this file to this branch.  Original comment:
  
    This gold file had a real tab character in the attribute value just
    by chance. Bug 22623 changed the behavior to output tabs
    in attribute values as character references to survive being
    output and read back in without loss of information (output
    as a tab means that next time when read it it would be normalized to
    a space).
  
    After much discussion with Henry Zongoro, David Marsten, June Ng
    we decided to change the gold file.
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.1.6.1   +1 -1      xml-xalan/test/tests/conf-gold/attribset/attribset22.out
  
  Index: attribset22.out
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf-gold/attribset/attribset22.out,v
  retrieving revision 1.1
  retrieving revision 1.1.6.1
  diff -u -r1.1 -r1.1.6.1
  --- attribset22.out   17 Dec 2000 21:47:54 -0000      1.1
  +++ attribset22.out   14 Oct 2003 14:47:18 -0000      1.1.6.1
  @@ -1,2 +1,2 @@
   <?xml version="1.0" encoding="UTF-8"?>
  -<Out attr1="x&#10;     y"/>
  \ No newline at end of file
  +<Out attr1="x&#10;&#9;  y"/>
  \ No newline at end of file
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to