XML code snippets to browser friendly HTML -
is there online tool convert xml code snippets browser friendly html?
i want post xml code forum viewing purposes , nothing else tags mess html.
to display strings containing reserved characters in html (<
, >
, &
), need convert characters html entities.
for example, html entity <
<
.
there tools in languages converting reserved html characters entities. example, in php, can use htmlentities()
function.
you'll need tell language(s) you're working before can give more language-specific advice though.
but in general, it's case of replacing instances of 3 characters entity alternatives, simple set of string replacements need.
Comments
Post a Comment