API Joomla 1.5.26
Documentation des API du CMS Joomla en version 1.5
|
domit_doctor::evaluateCharacter | ( | $ | xmlText, |
$ | illegalChar, | ||
$ | startIndex | ||
) |
Evaluates whether an ampersand should be converted to an entity, and performs the conversion
string | The xml text |
string | The (ampersand) character |
int | The character index immediately following the ampersand in question |
Référencé par fixAmpersands().
domit_doctor::fixAmpersands | ( | $ | xmlText | ) |
Looks for illegal ampersands and converts them to entities
string | The xml text to be repaired |
Références evaluateCharacter().