+ Reply to Thread
Results 1 to 2 of 2
  1. #1
    sweet's Avatar
    sweet is offline Member
    Points: 736, Level: 14
    Level completed: 36%, Points required for next Level: 64
    Overall activity: 0%
    Achievements:
    250 Experience Points100 Experience Points3 months registered31 days registered7 days registered
    sweet is on a distinguished road
    Join Date
    Mar 2010
    Posts
    93
    Points
    736
    Level
    14
    Thanks
    0
    Thanked 0 Times in 0 Posts

    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?


  2. #2
    found's Avatar
    found is offline Senior Member
    Points: 611, Level: 12
    Level completed: 22%, Points required for next Level: 39
    Overall activity: 0%
    Achievements:
    250 Experience Points100 Experience Points3 months registered31 days registered7 days registered
    found is on a distinguished road
    Join Date
    Mar 2010
    Posts
    101
    Points
    611
    Level
    12
    Thanks
    0
    Thanked 0 Times in 0 Posts
    You could always manually read() all text nodes, and store their value in a variable along the way, then use the variable.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38