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

Commit d6dd2b0

Browse files
committed
- Fix link to OpenXML spec
1 parent 08fc979 commit d6dd2b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

HACKING.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ 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). [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.
88

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

0 commit comments

Comments
 (0)