Skip to content

Tag Archives: section id

XML Help: How should I structure it?

I’m trying to get all the text in a webpage into an XML file. I’ve decided to break the page into "sections" which can contain "headers" and "bodies" which contain the majority of information. Is this too repetitive? Is there a better way? Thanks. <text language = "english"> <sections> <section id="header"> <header>Read</header> </section> <section id="select_language"> [...]