[oXygen-user] tokenization problem

Oxygen XML Editor Support support at oxygenxml.com
Fri Feb 8 07:34:32 CST 2013


Hi,

I'm guessing you have an XSLT transformation that performs the 
tokenization. XSLT engines always resolve the entities during the 
transformation, you cannot preserve them.
If you want to escape some of the characters from the XSLT output, you 
have to explicitly declare a character map for them.
e.g.
<xsl:character-map name="specialchars">
<xsl:output-character character="&quot;" string="&amp;quot;"/>
</xsl:character-map>
<xsl:output use-character-maps="specialchars" media-type="xml"/>

Regards,
Adrian

Adrian Buza
oXygen XML Editor and Author Support

Tel: +1-650-352-1250 ext.202
Fax: +40-251-461482
support at oxygenxml.com
http://www.oxygenxml.com


Roderik Dernison wrote:
>
> Hi,
>
> We want to tokenize natural language into xml. Each word and each 
> punctuation mark needs to be put into an attribute of an xml element. 
> But doing this, oXygen reports an error “not closing an xml tag”. When 
> I checked the output it seemded oXygen transforms &quot; into a 
> literal “ and (even) &#34; seems to be transformed that way.
>
> Is there a way to prevent oXygen from behaving this way?
>
> Kind regards,
>
> Roderik Dernison
>
>
> ------------------------------------------------------------------------
>
> ----------------------------------------------------------
> Aan dit bericht kunnen geen rechten worden ontleend.
> Het bericht is alleen bestemd voor de geadresseerde.
> Indien het bericht niet voor u is bestemd, verzoeken wij
> u dit aan ons te melden en het bericht te verwijderen.
>
> This message shall not constitute any obligations.
> This message is intended solely for the addressee.
> If you have received this message in error, please
> inform us and delete the message.
> ----------------------------------------------------------
> ------------------------------------------------------------------------
>
> _______________________________________________
> oXygen-user mailing list
> oXygen-user at oxygenxml.com
> http://www.oxygenxml.com/mailman/listinfo/oxygen-user
>   




More information about the oXygen-user mailing list