Subversion Repositories Kolibri OS

Rev

Rev 9089 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 9089 Rev 9103
Line -... Line 1...
-
 
1
/*
-
 
2
struct _DOM {
-
 
3
	collection tag;
-
 
4
	collection tagparam;
-
 
5
	collection_int parent;
-
 
6
} dom;
-
 
7
*/
-
 
8
 
1
struct _tag
9
struct _tag
2
{
10
{
3
	char name[32];
11
	char name[32];
4
	char prior[32];
12
	char prior[32];
5
	bool opened;
13
	bool opened;
Line 119... Line 127...
119
		pe--;
127
		pe--;
Line 120... Line 128...
120
 
128
 
121
		//find VAL start and copy
129
		//find VAL start and copy
122
		pe = strrchr(ps, q) + ps;
130
		pe = strrchr(ps, q) + ps;
123
		val = pe;
131
		val = pe;
124
		pe--;
132
		if (pe>ps) pe--;
Line 125... Line 133...
125
		ESBYTE[pe] = '\0'; 
133
		ESBYTE[pe] = '\0'; 
126
 
134
 
127
		//find ATTR end
135
		//find ATTR end