invalid token problem ?

Thomas Krüger thomas.krueger at gmx.net
Tue Aug 31 06:40:02 EDT 2004


tag wrote:

> Can anyone please explain why I am getting the error ? What am I
> missing ??

Well the answer is already given:
 
> xml.sax._exceptions.SAXParseException: <stdin>:21:56: not well-formed

Your XML is not well-formed. All quotation marks in CDATA fields (outside of
a tag) must be quoted to ".

You XML should be: 

<Cell Col="2" Row="10">="Actual Asset mix
 "&text($C$46,"dd-mmm-yyyy")</Cell>

Thomas



More information about the Python-list mailing list