regular expression 2003-02-06 - By rf
I want regular expressions for valid element names, element text, attibute name, attibute values. Let me know if the following are correct
element and attribute name - ^[a-zA-Z_][a-zA-Z0-9_]*$ element text & attribute value - ^([^&]|(&(amp|quot|apos|lt|gt);))*$
~rf
__________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com
--------------------------------------------------------------------- To unsubscribe, e-mail: xerces-j-user-unsubscribe@(protected) For additional commands, e-mail: xerces-j-user-help@(protected)
|
|