You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by pa...@apache.org on 2001/02/28 17:22:18 UTC

cvs commit: xml-xalan/test/tests/conf-gold/namespace namespace46.out namespace45.out namespace44.out

pauldick    01/02/28 08:22:17

  Added:       test/tests/conf-gold/namespace namespace46.out
                        namespace45.out namespace44.out
  Log:
  Gold files for new namespace tests.
  
  Revision  Changes    Path
  1.1                  xml-xalan/test/tests/conf-gold/namespace/namespace46.out
  
  Index: namespace46.out
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <one xmlns:ns0="http://www.fiscus.de" ns0:objectID="1">
    <two ns0:objectID="2">
      <three ns0:objectID="3">drei</three>
    </two>
  </one>
  
  
  
  1.1                  xml-xalan/test/tests/conf-gold/namespace/namespace45.out
  
  Index: namespace45.out
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <one xmlns:fiscus="http://www.fiscus.de" fiscus:objectID="1">
    <two fiscus:objectID="2">
      <three fiscus:objectID="3">drei</three>
    </two>
  </one>
  
  
  
  1.1                  xml-xalan/test/tests/conf-gold/namespace/namespace44.out
  
  Index: namespace44.out
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <one xmlns:fiscus="http://www.fiscus.de" fiscus:objectID="1">
    <two fiscus:objectID="2">
      <three fiscus:objectID="3">drei</three>
    </two>
  </one>