HTML attributes handling:
- SAX.c: HTML attributes need normalization too (Bjorn Reese)
- HTMLparser.[ch]: addded htmlIsScriptAttribute()
Daniel
diff --git a/HTMLparser.h b/HTMLparser.h
index 5d42f45..be95357 100644
--- a/HTMLparser.h
+++ b/HTMLparser.h
@@ -90,6 +90,7 @@
 					 int *outlen,
 					 const unsigned char* in,
 					 int *inlen, int quoteChar);
+int			htmlIsScriptAttribute(const xmlChar *name);
 
 /**
  * Interfaces for the Push mode