I am new to OOo macro programming.
I am designing a template for enterinh exam questions and exporting them in a format suitable for an e-learning tools to import them.
I am using XHTM or HTML export, but I have a problem with each of them
a) If I use HTML export, all �,�,� etc. letters (I write in Spanish) become into character entities á,é etc.
I would like to preserve the letter and use charset encoding (iso-8859-1) to indicate it. I do have changed it in Tool>options>HTML, but with no success.
Is there a way to modify this behavior? not having � converted to á automatically?
b) Exporting into XHTML does the above trick, preserving �,�,� etc. (if I specify iso-8859-1 in xsl), but the formatting of the text is all encoded with <span class="xxx" > tags, and I need plain simple <b>, <i> etc. It is a mess to try to change them in a macro.
Again, is there an easy way to modify this?
I am using OOo 1.1.4 and 2.0beta
TIA Enrique
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
