You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by dm...@apache.org on 2002/06/26 17:32:52 UTC

cvs commit: xml-xalan/test/tests/conf-gold/namespace namespace140.out namespace139.out namespace138.out

dmarston    2002/06/26 08:32:52

  Added:       test/tests/conf-gold/namespace namespace140.out
                        namespace139.out namespace138.out
  Log:
  More coverage of copying namespace nodes and indirect
  association of prefixes with namespace URIs.
  
  Revision  Changes    Path
  1.1                  xml-xalan/test/tests/conf-gold/namespace/namespace140.out
  
  Index: namespace140.out
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <out xmlns:someprefix="http://someURI">
  <elementName/>
  <elementName xmlns="http://literalURI"/>
  <someprefix:elementName/>
  <someprefix:elementName xmlns:someprefix="http://literalURI"/>
  </out>
  
  
  
  1.1                  xml-xalan/test/tests/conf-gold/namespace/namespace139.out
  
  Index: namespace139.out
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <out xmlns:s="http://example.com" xmlns:n="http://ns.test.com">
  <n:x>from stylesheet</n:x>
  <e xmlns="http://literalURI"><n:a xmlns:n="http://example.com">content</n:a></e></out>
  
  
  1.1                  xml-xalan/test/tests/conf-gold/namespace/namespace138.out
  
  Index: namespace138.out
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <out xmlns:n="http://ns.test.com">
  <n:x>from stylesheet</n:x>
  <e xmlns="http://literalURI"><n:a xmlns:n="http://example.com">content</n:a></e></out>
  
  

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