Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

XHTML Fragment Constraint

Status
Not open for further replies.

TheVillageIdiot27

Programmer
Nov 10, 2005
58
GB
I have a requirement for a constraint which will allow only an XHTML fragment (i.e. could sit in a <div> element) and was wondering if anyone has ever come accross anything like this before.

If I can't I would like to at least ensure charcters have been properly escaped e.g. '&amp;' but not '&'.

Any help gratefully appreciated.
 
You will want to include this logic in the GUI not in the database code.

Denny
MCSA (2003) / MCDBA (SQL 2000) / MCTS (SQL 2005) / MCITP Database Administrator (SQL 2005)

--Anything is possible. All it takes is a little research. (Me)
[noevil]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top