Skip to content
This repository was archived by the owner on Jan 12, 2018. It is now read-only.

Commit 8e8adfd

Browse files
committed
- More doc fixes
1 parent d6dd2b0 commit 8e8adfd

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

HACKING.markdown

+5-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@ Adding Features
44
# Recommended reading
55

66
- The [LXML tutorial](http://codespeak.net/lxml/tutorial.html) covers the basics of XML etrees, which we create, append and insert to make XML documents. LXML also provides XPath, which we use to specify locations in the document.
7-
- The [OpenXML WordML specs and videos](http://openxmldeveloper.org) (if you're stuck). [The OpenXML ECMA spec in particular](http://www.ecma-international.org/publications/files/ECMA-ST/Office%20Open%20XML%201st%20edition%20Part%204%20\(DOCX\).zip) is the main file you care about.
7+
- The [OpenXML WordML specs and videos](http://openxmldeveloper.org) (if you're stuck).
8+
9+
<a href="http://www.ecma-international.org/publications/files/ECMA-ST/Office%20Open%20XML%201st%20edition%20Part%204%20(DOCX).zip">The OpenXML ECMA spec in particular</a>
10+
11+
is the main file you care about.
812

913
- Learning about [XML namespaces](http://www.w3schools.com/XML/xml_namespaces.asp)
1014
- The [Namespaces section of Dive into Python](http://diveintopython3.org/xml.html)

0 commit comments

Comments
 (0)