php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #11830 FEATURE REQUEST: domxml_new_child should manage also xml docs
Submitted: 2001-07-02 02:44 UTC Modified: 2002-06-24 10:45 UTC
From: sivasubraj at lycosmail dot com Assigned:
Status: Closed Package: DOM XML related
PHP Version: 4.0.6 OS: Linux
Private report: No CVE-ID: None
 [2001-07-02 02:44 UTC] sivasubraj at lycosmail dot com
resource domxml_new_child (string name, string content)

it would be useful if the function handles also xml content, so that it's possible to incorporate a xml doc, without to have to dissasemble it 

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-06-24 10:45 UTC] jtate@php.net
Just use xmldoc.  Then you can pull the root node and stick it somewhere else.  If that's not acceptable, reopen, and add more information about what exactly you want to be able to do.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 16 04:01:27 2024 UTC