Revert and change to cdata
authorRobert Sesek <rsesek@bluestatic.org>
Mon, 20 Feb 2006 04:03:05 +0000 (04:03 +0000)
committerRobert Sesek <rsesek@bluestatic.org>
Mon, 20 Feb 2006 04:03:05 +0000 (04:03 +0000)
xml.php

diff --git a/xml.php b/xml.php
index f989e53e2f5c3595caccb4d8c73cdb4761123651..ccaa4ef0b2f28d014bdf8332f6f6f5e0e41272ec 100644 (file)
--- a/xml.php
+++ b/xml.php
@@ -285,7 +285,7 @@ class XML
                                }
                        }
                        
-                       $this->attribs = $this->cdata;
+                       $this->attribs['cdata'] = $this->cdata;
                }
                
                $this->cdata = '';