1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-10-21 14:53:44 +03:00

HTML attributes handling:

- SAX.c: HTML attributes need normalization too (Bjorn Reese)
- HTMLparser.[ch]: addded htmlIsScriptAttribute()
Daniel
This commit is contained in:
Daniel Veillard
2000-10-15 14:24:25 +00:00
parent b732a0eafc
commit 47e12f2318
5 changed files with 67 additions and 6 deletions

View File

@@ -90,6 +90,7 @@ int htmlEncodeEntities(unsigned char* out,
int *outlen,
const unsigned char* in,
int *inlen, int quoteChar);
int htmlIsScriptAttribute(const xmlChar *name);
/**
* Interfaces for the Push mode