| Igor Murashkin | 6ad61d4 | 2012-11-21 09:44:05 -0800 | [diff] [blame] | 1 | # Camera Metadata XML |
| 2 | ## Introduction |
| 3 | This is a set of scripts to manipulate the camera metadata in an XML form. |
| 4 | |
| 5 | ## Generated Files |
| 6 | Many files can be generated from XML, such as the documentation (html/pdf), |
| 7 | C code, Java code, and even XML itself (as a sanity check). |
| 8 | |
| 9 | ## Dependencies: |
| 10 | sudo apt-get install python-mako # mako templates. needed to do file generation |
| 11 | sudo apt-get install python-bs4 # beautiful soup. needed to parse the xml |
| 12 | sudo apt-get install tidy # tidy, used to clean up xml/html |
| 13 | sudo apt-get install xmllint # xmllint, used to validate XML against XSD |