Author: amassari
Date: Wed Jun 29 01:08:34 2005
New Revision: 202331
URL: http://svn.apache.org/viewcvs?rev=202331&view=rev
Log:
Jira# 1449
Modified:
xerces/c/trunk/doc/program-dom.xml
Modified: xerces/c/trunk/doc/program-dom.xml
URL:
http://svn.apache.org/viewcvs/xerces/c/trunk/doc/program-dom.xml?rev=202331&r1=202330&r2=202331&view=diff
==============================================================================
--- xerces/c/trunk/doc/program-dom.xml (original)
+++ xerces/c/trunk/doc/program-dom.xml Wed Jun 29 01:08:34 2005
@@ -142,7 +142,7 @@
//
{
- XMLCh* tempStr[100];
+ XMLCh tempStr[100];
XMLString::transcode("Range", tempStr, 99);
DOMImplementation* impl =
DOMImplementationRegistry::getDOMImplementation(tempStr, 0);
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]