Thursday 25 May 2006 2:36:04 am
so the only way is to change the file: ezsimplifiedxmlinput.php ?
if ( $tagName == 'literal' )
{
$tagContent = $childTag->content();
$tagContent =& str_replace("<", "<", $tagContent );
$tagContent =& str_replace(">", ">", $tagContent );
$tagContent =& str_replace("'", "'", $tagContent );
$tagContent =& str_replace(""", '"', $tagContent );
$tagContent =& str_replace("&", "&", $tagContent );
$childTagText .= $tagContent;
}
I will explain my problem again: I added the norwegian translation to my article. I'm using a XML field for text of an article. When I put there some norwegian text, for example:
"
Du kan prøve å skrive inn sidens adresse på nytt, eller forsøke å finne den via søkefeltet under " I got always that stupid & a m p ! It makes me sick!!! Help....
|