Page 185 - Programming With Python 3
P. 185
An Introduction to STEM Programming with Python — 2019-09-03a Page 172
Chapter 16 — XML
Chapter 16 — XML
Free
Introduction
Intro text
eBook
Objectives
Upon completion of this chapter's exercises, you should be able to:
• Blah de blah.
• Baz and Barf.
Edition
Prerequisites
This Chapter requires...
Please support this work at
What is XML
http://syw2l.org
Material Goes Here…
<?xml version="1.0" encoding="UTF-8"?>
<shopping>
<item type="grocery"> Free
<name>2% milk</name>
<quantity>1</quantity>
<unit>Gallon</unit>
</item>
<item type="grocery">
<name>bread</name> eBook
<quantity>2</quantity>
<unit>Loaf</unit>
</item>
<item type="grocery">
<name>banana</name>
<quantity>.75</quantity>
<unit>Pound</unit> Edition
</item>
Copyright 2019 — James M. Reneau Ph.D. — http://www.syw2l.org — This work is licensed
under a Creative Commons Attribution-ShareAlike 4.0 International License.

