Problems Formatting WordML documents
Posted: Mon Feb 07, 2005 11:27 pm
As near as I can tell, Oxygen 5.1 has some problems formatting Word 2003 documents saved as XML. When I try to format this document, I get the following:
The rest of the document is left entirely on the last line. The last character of the last line is at position 18516.
Given the enormous number of tags in WordML, this is really hard to work with. Right now, I'm forced to manually insert carriage returns between tags...
Is there any way to configure Oxygen to do the formatting for me? Is this a bug, or a feature that's not yet implemented?[/code]
Code: Select all
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?mso-application progid="Word.Document"?>
<w:wordDocument xmlns:w="http://schemas.microsoft.com/office/word/2003/wordml"
xmlns:v="urn:schemas-microsoft-com:vml" xmlns:w10="urn:schemas-microsoft-com:office:word"
xmlns:sl="http://schemas.microsoft.com/schemaLibrary/2003/core"
xmlns:aml="http://schemas.microsoft.com/aml/2001/core"
xmlns:wx="http://schemas.microsoft.com/office/word/2003/auxHint"
xmlns:o="urn:schemas-microsoft-com:office:office"
xmlns:dt="uuid:C2F41010-65B3-11d1-A29F-00AA00C14882" w:macrosPresent="no"
w:embeddedObjPresent="no" w:ocxPresent="no" xml:space="preserve"><o:DocumentProperties><o:Author>...
Given the enormous number of tags in WordML, this is really hard to work with. Right now, I'm forced to manually insert carriage returns between tags...
Is there any way to configure Oxygen to do the formatting for me? Is this a bug, or a feature that's not yet implemented?[/code]