Advertisement

1 - 10 of 29 containing alltags:("DOMDocument") (0.001 seconds)
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
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...
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
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...
Zones: PHP for WindowsDate Answered: 01/16/2006 Grade: A Views: 13
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...
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...
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 ...
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...
Zones: PHP and DatabasesDate Answered: 07/15/2005 Grade: B Views: 168
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...
Zones: Web Languages/StandardsDate Answered: 12/14/2006 Grade: A Views: 0
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....
Zones: Oracle, DHTMLDate Answered: 06/14/2001 Grade: B Views: 4