Hi,
could you tell me how I could remove all the empty elements (ones without attributes or any children) from a domdocument?
thank you
manny
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/XML/Q_11577918.htm...
Zones:
XML,
XHTMLDate Answered: 10/18/2000 Grade: B Views: 0
Hi all
I need implementation for interface below.
2 methods that query database ("test-base") and create XML from the resultset and returns it as String and Object.
public class DatabaseBrok...
http://www.experts-exchange.com/Programming/Languages/Java/Q_20669371.html
Zones:
JavaDate Answered: 07/22/2003 Grade: A Views: 0
What is DOMDOcument? where to find the specific table? if the XML is generated from SQL?
Set objProductXML = server.CreateObject("MSXML.DOMDocument")
Thanks
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_21372219.htm...
Zones:
ASPDate Answered: 04/01/2005 Grade: A Views: 0
Hi,
I have a problem with saving a DOM document:
I am developing a webapp using PHP and MySQL. The key of this website is to create/receive xml docs, and store information in the db. The recei...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/PHP_Windows/Q_...
I may be a little confused but in the past I have parsed HTML by using DOM
[ie1.Document.All] Is the a better way?
I would like to loop through [the below html] and find "<INPUT id=m_o_o_dlOu...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_21968483.html
Zones:
Visual BasicDate Answered: 09/29/2006 Grade: A Views: 0
I'm using an XSL template on XML data to create HTML that contains an XML data island, suitable for parsing at the client end using the DOMDocument object.
My problem is that the MSXML parser pu...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/XML/Q_20104477.htm...
Zones:
XML,
XHTMLDate Answered: 04/11/2001 Grade: A Views: 0
I'm trying to do this...
Set nodList = mdoc.selectNodes( _
"computers/computer[not(domainname=preceding-sibling:domainname)]/domainname")
For Each nod In nodList
MsgBox ...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/XML/Q_20553148.htm...
Zones:
XMLDate Answered: 03/17/2003 Grade: A Views: 0
Hello, I've make an application in flash-php-mysql that uses DOMDocument() in php 5.
The problem is that my server uses php4 and DOM object is not recognized. What can I do?
Can I download any k...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/PHP_Databases/...
hi,
i am running PHP 5.0.4 and the following line...
$dom = new DomDocument();
is causing the following error...
Fatal error: Class 'DomDocument' not found in...
i originally had t...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/Q_22091794.html
I need to generate XML documents and transform it using
XSLT.
I have installed oracle XSU on 8i release 3. I am able to
generate xml using xgen package. It return the xml document in CLOB....
http://www.experts-exchange.com/Database/Oracle/Q_20077628.html
Zones:
Oracle,
DHTMLDate Answered: 06/14/2001 Grade: B Views: 4