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

Commit 21a9b63

Browse files
committed
- Yet more doc fixes
1 parent 8e8adfd commit 21a9b63

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

HACKING.markdown

+3-6
Original file line numberDiff line numberDiff line change
@@ -4,12 +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).
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.
12-
7+
- If you're stuck. check out the [OpenXML specs and videos](http://openxmldeveloper.org). In particular, the is [OpenXML ECMA spec] [] is well worth a read.
138
- Learning about [XML namespaces](http://www.w3schools.com/XML/xml_namespaces.asp)
149
- The [Namespaces section of Dive into Python](http://diveintopython3.org/xml.html)
1510
- Microsoft's [introduction to the Office (2007) Open XML File Formats](http://msdn.microsoft.com/en-us/library/aa338205.aspx)
@@ -105,3 +100,5 @@ First, determine whether Word can recover the files:
105100
- Use element.append(makelement()) to add that element to your tree
106101
- Open the doc in Word and see if it still works
107102
- Repeat the last three steps until you discover which element is causing the prob
103+
104+
[OpenXML ECMA spec]: http://www.ecma-international.org/publications/files/ECMA-ST/Office%20Open%20XML%201st%20edition%20Part%204%20(DOCX).zip

0 commit comments

Comments
 (0)