|
Feedage Forager
Rating: 71
Member since: 2009-07-24
Feeds: 1
Categories
|
Preview: Web Hosting - xml document
Web Hosting - xml document
MSXML XPath issues Thu, 12 Jul 2007 13:06:00 -0700 All, I have a very weird situation and any help will be greatly appreciated. I have imported msxml4.dll. I read an xml document into memory. When I read the document using pdocNew.CreateInstance(CLSID_DOMDocument); everything works fine ...
Parsing XML trouble Mon, 09 Jul 2007 13:00:00 -0700 I am using the following code to try to get a users name that I am storing in an XML document: $document = simplexml_load_file('members.xml'); foreach ($document->members->user as $user) { echo $user->name; ...
Simple Plain Xml Parser 0.3 (Default branch) Fri, 02 Mar 2007 08:08:00 -0800 Simple Plain Xml Parser (spxml) is a simple andplain stream-oriented XML parser that supportspull-model and DOM-model XML parsing. As the userpasses it chunks of an XML document, it identifies elements, character data, or otherentities ... |
|||||||