You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by jy...@apache.org on 2004/02/10 22:02:45 UTC

cvs commit: xml-xalan/test/tests/extensions-gold/javascript javascriptSample2.out javascriptSample5.out

jycli       2004/02/10 13:02:45

  Modified:    test/tests/extensions-gold/javascript javascriptSample2.out
                        javascriptSample5.out
  Log:
  Update the gold files for extension tests. Create namespace if
  the associated prefix is not declared in extension-element-prefixes and
  exclude-result-prefixes or the string value of this namespace is the XSLT
  namespace URI
  
  Revision  Changes    Path
  1.2       +1 -1      xml-xalan/test/tests/extensions-gold/javascript/javascriptSample2.out
  
  Index: javascriptSample2.out
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/extensions-gold/javascript/javascriptSample2.out,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- javascriptSample2.out	5 Sep 2001 17:40:25 -0000	1.1
  +++ javascriptSample2.out	10 Feb 2004 21:02:45 -0000	1.2
  @@ -1,4 +1,4 @@
   <?xml version="1.0" encoding="UTF-8"?>
   
  -  <out><p>We have received your enquiry and will 
  +  <out xmlns:lxslt="http://xml.apache.org/xslt"><p>We have received your enquiry and will 
         respond by September 9, 2001 12:00:00 AM EDT</p></out>
  
  
  
  1.2       +1 -1      xml-xalan/test/tests/extensions-gold/javascript/javascriptSample5.out
  
  Index: javascriptSample5.out
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/extensions-gold/javascript/javascriptSample5.out,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- javascriptSample5.out	8 Aug 2001 13:31:48 -0000	1.1
  +++ javascriptSample5.out	10 Feb 2004 21:02:45 -0000	1.2
  @@ -1,4 +1,4 @@
  -<HTML>
  +<HTML xmlns:lxslt="http://xml.apache.org/xslt">
   <H1>JavaScript Example.</H1>
   <p>Here are the names in alphabetical order by last name:</p>
   <p>[1]. Auriemma, Stephen</p>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-cvs-help@xml.apache.org