-
Problem With Xmlreader::readstring
The script I am writing is returning an error that is basically complaining about the use of XMLReader::readString. From looking at the php manual it appears the function is only available when PHP is compiled against libxml 20620 or later. My version is not uptodate enough.
Is there another option to using readstring?
-
-
You could always manually read() all text nodes, and store their value in a variable along the way, then use the variable.
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
Bookmarks