Wiki Html Xml
From Fxp Wiki
How to allow general html or xml tags
Comment autoriser en général le html et le xml
Contents |
Mediawiki
Html Xml
Allowed html and xml (especially the use of tags with namespace: dc:creator, tei:page, doc:paper, math:formula ...). I commented most of the function removeHTMLtags( $text ) from Parser.php
Autorisé le html et le xml, en particulier les balise avec des espaces de noms.
Links
Version 1.3
Allowed links in raw html (href and src) or in xml namespace declarations. Added ^(=\") in both $e1 and $e2 regexp. See in Parser.php
$e1 = "/(^|^(=\")[^\\[])({$protocol}:)([{$uc}{$sep}]+)\\/([{$fnc}]+)\\." ."((?i){$images})([^{$uc}]|$)/";
