sarah-murray / 6.XML

Interracting with XML using Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

6.XML

Interracting with XML using Python. Intro compares the complexity of GML, DTD, and XSD.

Validates XML against two schemas.

Validates:

  • map1.xml against map1.dtd
  • map2.xml against map2.xsd

Uses XSL to transform polygons to HTML

About

Interracting with XML using Python

License:MIT License


Languages

Language:Python 66.1%Language:XSLT 23.2%Language:HTML 10.7%