version 1.1, 2012/02/21 23:37:58
|
version 1.1.1.2, 2014/06/15 19:53:38
|
Line 58 struct _xmlEntity {
|
Line 58 struct _xmlEntity {
|
int owner; /* does the entity own the childrens */ |
int owner; /* does the entity own the childrens */ |
int checked; /* was the entity content checked */ |
int checked; /* was the entity content checked */ |
/* this is also used to count entites |
/* this is also used to count entites |
* references done from that entity */ | * references done from that entity |
| * and if it contains '<' */ |
}; |
}; |
|
|
/* |
/* |