Author: jsdelfino
Date: Mon Feb 27 03:26:54 2012
New Revision: 1294007
URL: http://svn.apache.org/viewvc?rev=1294007&view=rev
Log:
Add missing <?xml?> tag to test ATOM entry document.
Modified:
tuscany/sca-cpp/trunk/samples/store-cpp/htdocs/test/shopping-cart-entry.xml
Modified:
tuscany/sca-cpp/trunk/samples/store-cpp/htdocs/test/shopping-cart-entry.xml
URL:
http://svn.apache.org/viewvc/tuscany/sca-cpp/trunk/samples/store-cpp/htdocs/test/shopping-cart-entry.xml?rev=1294007&r1=1294006&r2=1294007&view=diff
==============================================================================
--- tuscany/sca-cpp/trunk/samples/store-cpp/htdocs/test/shopping-cart-entry.xml
(original)
+++ tuscany/sca-cpp/trunk/samples/store-cpp/htdocs/test/shopping-cart-entry.xml
Mon Feb 27 03:26:54 2012
@@ -1 +1,2 @@
+<?xml version="1.0" encoding="UTF-8"?>
<entry xmlns="http://www.w3.org/2005/Atom"><title
type="text">Item</title><content
type="application/xml"><item><name>Orange</name><currencyCode>USD</currencyCode><currencySymbol>$</currencySymbol><price>3.55</price></item></content></entry>