There is an excessive file path artifact before "<w:style>" element.
p. 40/l. 31 Part 3
ed
Proposed Disposition of DIS 29500 Comment CZ-0064 (Modified: 2007-11-08) Agreed; the following change will be made to Part 3, §2.8.9, page 40, lines 2137: Consider a character style “Green” which specifies only that the text color is green, but inherits from another character style “Base” which defines a font face of Arial, as well as bold: <w:style w:type="character" w:styleId="Green"> <w:name w:val="Green" /> <w:basedOn w:val="Base" /> <w:rPr> <w:color w:val="22B14C" /> </w:rPr> </w:style> … ../Local Settings/Temp/styles.xml <w:style w:type="character" w:styleId="Base"> <w:name w:val="Base" /> <w:rPr> <w:rFonts w:ascii="Arial" w:hAnsi="Arial" /> <w:b /> </w:rPr> </w:style>
