Re: Problem with DOMXML get_attribute() error message
Sorry, just noticed I'd made a mistake in my post:
3) output all node and siblings in sequence:
while ($node)
{
echo "<p>" . $node->get_attribute ("htext") . "</p>";
$node = $node->next_sibling ();
}
This is the code I have been using that doesnt work on the final server
but does on the test one.
.
Relevant Pages
- Re: Cantors diagonal proof wrong?
... > If an infinite number of people toss a coin infinite times each, ... > possible for you to toss a coin infinite times in a new sequence? ... > just all make the same mistake. ... (sci.math) - Re: Creating MSAccess is with error???
... >THIS GIVING A MENSAGM OF MISTAKE: ... >SEQUENCE OF DISABLE CLASS ... I am not familiar with this error my guess is you are translating it incorrectly ... (borland.public.delphi.database.ado) - Re: Dedekind Cuts, Fundamental Sequences: why?
... sequence of rationals does not necessarily converge, ... If you want trolling, see my most recent message to Herr Ullrich. ... I'm glad I made the mistake. ... (sci.math) - Re: Input file *.txt to dialog box
... First off the normal TXT file should have \r\n sequence at the end of each ... line on Windows (and \n on Unix if I am not mistaken). ... > Please, I'm sure this looks like silly mistake, however, I'm trying... ... (microsoft.public.vc.mfc) - Re: x86: changed output in /proc/cpuinfo for siblings
... changed the output of /proc/cpuinfo for siblings: ... This is due to the following hunk of above commit: ... Was this the intention or just a mistake? ... (Linux-Kernel) |
|