Index: SAX2.c =================================================================== --- SAX2.c (revision 3748) +++ SAX2.c (working copy) @@ -1837,6 +1837,9 @@ skip: } else ret->content = (xmlChar *) intern; + if (ctxt->input != NULL) + ret->line = ctxt->input->line; + if ((__xmlRegisterCallbacks) && (xmlRegisterNodeDefaultValue)) xmlRegisterNodeDefaultValue(ret); return(ret);