Tagged Questions

3
votes
2answers
65 views

read xml file from end to start in php

i want to read xml file from end to start suppose my xml like that : <note> <to>Tove</to> <from>Jani</from> <heading>Reminder</heading> <body>Don't ...
2
votes
2answers
69 views

XML::Parser breaks text strings randomly

This question is analogous to HTML::PullParser splits up text element randomly. Basically I'm running XML::Parser and when it gets strings back, it breaks them into multiple pieces (to speed things ...
0
votes
2answers
1k views

BioPython: extracting sequence IDs from a Blast output file

I have a BLAST output file in XML format. It is 22 query sequences with 50 hits reported from each sequence. And I want to extract all the 50x22 hits. This is the code I currently have, but it only ...
0
votes
3answers
2k views

Parsing XML With Single Quotes?

I am currently running into a problem where an element is coming back from my xml file with a single quote in it. This is causing xml_parse to break it up into multiple chunks, example: Get Wired, ...