I need to make an application to read an xml document, and extract the names between the tags and print them.
I do not want duplicates
so say
<root>
<weapon>P228
<price>468
</price>
</weapon>
<weapon>USP
<price>500
</price>
</weapon>
</root>
if this is the xml file, then i want the...
User Profile
Collapse
-
lostangel696 replied to How can i generate a schema inferred from an xml document using xml.dom.minidomin Pythonbump
bump please help me!!!!!!!!!!!!! !!!!!!!!!!!!!!! !!!!!!!!!!!!Leave a comment:
-
lostangel696 replied to How can i generate a schema inferred from an xml document using xml.dom.minidomin Pythonplease
help. I basicly need to use minidom to extract the element names from an xml document and output them to another, to form a schema.Leave a comment:
-
lostangel696 started a topic How can i generate a schema inferred from an xml document using xml.dom.minidomin PythonHow can i generate a schema inferred from an xml document using xml.dom.minidom
Could somoene please guide me on how i would go about generating a schema using minidom inferred from an xml document that i have made.
Thankyou
No activity results to display
Show More
Leave a comment: