#1674: Incorrect way of arrayToXml conversion
----------------------+-----------------------------------------------------
  Reporter:  test157  |       Owner:  jwage                
      Type:  defect   |      Status:  new                  
  Priority:  major    |   Milestone:                       
 Component:  Other    |     Version:  1.0.3                
Resolution:           |    Keywords:                       
  Has_test:  0        |    Mystatus:  Pending Core Response
 Has_patch:  0        |  
----------------------+-----------------------------------------------------
Comment (by test157):

 And the same is valid for all Parser_Xml Function - which returns data
 like this:
 {{{
 #!xml
 <?xml version="1.0" encoding="utf-8"?>
 <data>
     <0>
         <id>1</id>
         <domain>domain1.com</domain>
     </0>
     <1>
         <id>2</id>
         <domain>domain2.com</domain>
     </1>
 </data>
 }}}
 So we need to set group name instead of iterators values manually or in
 auto mode like now is in exportTo function

-- 
Ticket URL: <http://trac.doctrine-project.org/ticket/1674#comment:1>
Doctrine <http://www.phpdoctrine.org>
PHP Doctrine Object Relational Mapper
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"doctrine-svn" group.
 To post to this group, send email to [email protected]
 To unsubscribe from this group, send email to [EMAIL PROTECTED]
 For more options, visit this group at 
http://groups.google.co.uk/group/doctrine-svn?hl=en-GB
-~----------~----~----~----~------~----~------~--~---

Reply via email to