Top "Character-entities" questions

What's the HTML character entity for the # sign?

What's the HTML character entity for the # sign? I've looked around for "pound" (keeps returning the currency), and "hash" and "…

html character-entities
Convert HTML Character Entities back to regular text using javascript

the questions says it all :) eg. we have >, we need > using only javascript Update: It seems jquery …

javascript character-entities
Is there a Java XML API that can parse a document without resolving character entities?

I have program that needs to parse XML that contains character entities. The program itself doesn't need to have them …

java xml parsing stax character-entities
PostgreSQL replace HTML entities function

I've found this very interesting function on internet: CREATE OR REPLACE FUNCTION strip_tags(TEXT) RETURNS TEXT AS $$ SELECT regexp_…

html postgresql replace html-entities character-entities
Unescape html character entities

I'm trying to store values from a database into HTML5 data attributes. I can escape them fine because of this …

javascript html escaping character-entities
Encoding xml using ascii encoding instead of character entities

Alright, so here is my issue. I need to generate xml in Java to pass onto another application. I started …

java xml ascii character-entities