-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I can't read xml files #22
Comments
Can you post a complete minimal working example with the XML file? |
This is the contents of the
|
I don't have python3, but with python 2.7.8, the following works fine:
|
Here not, with python2 and python3. I don't know why! |
Can you post the complete log file that you get when running my example? On Aug 4, 2015, 12:15 PM, at 12:15 PM, Xavier notifications@github.com wrote:
|
I push my contents here. |
In the first example (in your original bug report) you use
The error message:
is telling you that |
With this
I obtained the same result (empty string). What can I do=? |
On Sat, 8 Aug 2015, Xavier wrote:
|
|
See the example that I had posted. On Aug 8, 2015, 10:35 AM, at 10:35 AM, Xavier notifications@github.com wrote:
|
I do not understand nothing. |
Let's do simply example:
This gives me blank string. How can I modify it for proper printing? Thanks, |
Does this run correctly if you save the contents as a python file and compile it? On Aug 9, 2015, 5:38 AM, at 5:38 AM, Xavier notifications@github.com wrote:
|
Yes |
I don't know why this is not working. Can you create a complete and minimal example that does not work (similar to the one that I created in my comment above |
I don't know too. With json it works |
Ruby does not do that. Perfect with ruby. |
With this filter:
and this code:
all is fine except when b.txt is an XML file. I get this
What happens?
The text was updated successfully, but these errors were encountered: