Re: Re (2): docx; was Re^2: OTF conversion without OpenOffice
On Sun, 24 Apr 2011 09:05:34 -0800, peasthope wrote:
> From: Camaleon
> Subject: Re: docx; was Re^2: OTF conversion without OpenOffice
>> No, indeed. To avoid that tell (instruct) "Mr. Doe" to deliver a PDF
>> document instead and problem solved ;-)
>
> Or send an email containing a message of about 82 ASCII characters. For
> most of the population, the computer has become a sorcerer's apprentice.
Sure, but our task is to tell the users how to mix the components to make
"white magic" and don't let them to fall into the dark side O:-)
>> But docx's XML is raw format, meaning that you barely can get access to
>> some pieces of the doc text but it will be completely unstructured and
>> meaningless.
>
> I get that. But the function of a browser is to interpret a text in an
> XML language, into a form for input to a human. I just don't see how to
> make Iceweasel recognize the structure of this document. The style is
> there but Iceweasel doesn't get it.
What you are getting is a common/documented error, don't worry. To solve
it you have to edit the XML file and remove the line at the top that
links the XML with a stylesheet (XSL).
For example:
<?xml version="1.0" encoding="ISO-8859-1"?>
<?xml-stylesheet type="text/xsl" href="file.xsl"?>
...
Just remove the second line.
Greetings,
--
Camaleón
Reply to: