Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8998963
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T00:06:44+00:00 2026-06-16T00:06:44+00:00

I want to parse an XML file in python and assert some tag orders.

  • 0

I want to parse an XML file in python and assert some tag orders. I have started with ElementTree. Here is my code:

import xml.etree.ElementTree as ET
tree = ET.parse('test.xml')
root = tree.getroot()

And here is the test.xml:

<a>
<b>
for (i=0; i<10; i++){
    k++;
}
</b>
</a>

The problem is, the parser stucks at the for statement with the following error:

xml.parsers.expat.ExpatError: not well-formed (invalid token): line 3, column 12

I need the parser to ignore the body of tags (ignoring anything comes inside the <b></b>). Is there a way to do so?

Thanks in advance.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-16T00:06:45+00:00Added an answer on June 16, 2026 at 12:06 am

    Your XML markup is invalid XML markup!

    You need to enclose the offending text inside a CDATA section.

    http://www.w3schools.com/xml/xml_cdata.asp

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm using Python with ElementTree to parse an XML file. I want to be
I want to parse xml file in utf-8 and sort it by some field.
I want to parse a large XML file and I have two options: Perl
I have an XML file and parse it into my PHP document. I want
I want to parse a XML file, change some attributes and write the results
file = BZ2File(SOME_FILE_PATH) p = xml.parsers.expat.ParserCreate() p.Parse(file) Here's code that tries to parse xml
i want parse xml file, which does't have xml extension, like this: http://bizonek.wrzuta.pl/xml/plik/1ANdXCgTOit/unknow/undefined/643/ my
I want to parse one xml file whose one of the tag/node having another
I have a simple but huge xml file like below. I want to parse
I've got an XML file I want to parse with python. What is best

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.