Skip to content

minmin2104/xml_python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

References

This repo contains the code that I wrote to play around with XML module specifically SAX. It serves as an experiment and reference for me to use for my other project related to XML.

EXAMPLE OUTPUT

ID: bk101
author: Gambardella, Matthew
title: XML Developer's Guide
genre: Computer
price: 44.95
publish_date: 2000-10-01
description: An in-depth look at creating applications 
      with XML.
ID: bk102
author: Ralls, Kim
title: Midnight Rain
genre: Fantasy
price: 5.95
publish_date: 2000-12-16
description: A former architect battles corporate zombies, 
      an evil sorceress, and her own childhood to become queen 
      of the world.
ID: bk103
author: Corets, Eva
title: Maeve Ascendant
genre: Fantasy
price: 5.95
publish_date: 2000-11-17
description: After the collapse of a nanotechnology 
      society in England, the young survivors lay the 
      foundation for a new society.

About

🪧 Just playing around with XML and Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages