✘✘ GRAYBYTE WORDPRESS FILE MANAGER ✘✘

​🇳​​🇦​​🇲​​🇪♯➤ beluga.o2switch.net ​🇻​♯➤ 4.18.0-553.123.2.lve.el8.x86_64 #1 SMP 🇾​♯➤ 2026

𝗛𝗢𝗠𝗘 𝗜𝗗 ♯➤ 185.154.139.77 ♯➤ 𝗔𝗗𝗠𝗜𝗡 𝗜𝗗 216.73.216.254
𝗢𝗣𝗧𝗜𝗢𝗡𝗦 ♯ CRL ♯➤ 𝗢𝗞 ┃ WGT ♯➤ 𝗢𝗞 ┃ SDO ♯➤ 𝗢𝗙𝗙 ┃ PKEX ♯➤ 𝗢𝗙𝗙
𝗗𝗘𝗔𝗖𝗧𝗜𝗩𝗔𝗧𝗘𝗗 ♯➤ 𝗔𝗟𝗟 𝗪𝗢𝗥𝗞𝗜𝗡𝗚....

𝗛𝗢𝗠𝗘
𝗖𝗨𝗥𝗥𝗘𝗡𝗧 𝗙𝗜𝗟𝗘 : /opt/alt/python27/share/doc/alt-python27-libxml2-devel/tutorial//includegetattribute.c
<![CDATA[
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <libxml/xmlmemory.h>
#include <libxml/parser.h>

void
getReference (xmlDocPtr doc, xmlNodePtr cur) {

	xmlChar *uri;
	cur = cur->xmlChildrenNode;
	while (cur != NULL) {
	    if ((!xmlStrcmp(cur->name, (const xmlChar *)"reference"))) {
		    uri = xmlGetProp(cur, "uri");
		    printf("uri: %s\n", uri);
		    xmlFree(uri);
	    }
	    cur = cur->next;
	}
	return;
}


void
parseDoc(char *docname) {

	xmlDocPtr doc;
	xmlNodePtr cur;

	doc = xmlParseFile(docname);
	
	if (doc == NULL ) {
		fprintf(stderr,"Document not parsed successfully. \n");
		return;
	}
	
	cur = xmlDocGetRootElement(doc);
	
	if (cur == NULL) {
		fprintf(stderr,"empty document\n");
		xmlFreeDoc(doc);
		return;
	}
	
	if (xmlStrcmp(cur->name, (const xmlChar *) "story")) {
		fprintf(stderr,"document of the wrong type, root node != story");
		xmlFreeDoc(doc);
		return;
	}
	
	getReference (doc, cur);
	xmlFreeDoc(doc);
	return;
}

int
main(int argc, char **argv) {

	char *docname;

	if (argc <= 1) {
		printf("Usage: %s docname\n", argv[0]);
		return(0);
	}

	docname = argv[1];
	parseDoc (docname);
	
	return (1);
}
]]>


Current_dir [ 𝗡𝗢𝗧 𝗪𝗥𝗜𝗧𝗘𝗔𝗕𝗟𝗘 ] Document_root [ 𝗪𝗥𝗜𝗧𝗘𝗔𝗕𝗟𝗘 ]


[ Back ]
𝗡𝗔𝗠𝗘
𝗦𝗜𝗭𝗘
𝗟𝗔𝗦𝗧 𝗧𝗢𝗨𝗖𝗛
𝗨𝗦𝗘𝗥
𝗦𝗧𝗔𝗧𝗨𝗦
𝗙𝗨𝗡𝗖𝗧𝗜𝗢𝗡𝗦
..
--
25 Jul 2024 8.44 AM
root / linksafe
0755
images
--
25 Jul 2024 8.44 AM
root / linksafe
0755
apa.html
2.064 KB
30 Jul 2009 3.24 PM
root / linksafe
0644
apb.html
1.979 KB
30 Jul 2009 3.24 PM
root / linksafe
0644
apc.html
3.021 KB
30 Jul 2009 3.24 PM
root / linksafe
0644
apd.html
3.156 KB
30 Jul 2009 3.24 PM
root / linksafe
0644
ape.html
3.023 KB
30 Jul 2009 3.24 PM
root / linksafe
0644
apf.html
2.88 KB
30 Jul 2009 3.24 PM
root / linksafe
0644
apg.html
2.951 KB
30 Jul 2009 3.24 PM
root / linksafe
0644
aph.html
3.516 KB
30 Jul 2009 3.24 PM
root / linksafe
0644
api.html
1.854 KB
30 Jul 2009 3.24 PM
root / linksafe
0644
ar01s02.html
3.221 KB
30 Jul 2009 3.24 PM
root / linksafe
0644
ar01s03.html
5.584 KB
30 Jul 2009 3.24 PM
root / linksafe
0644
ar01s04.html
6.077 KB
30 Jul 2009 3.24 PM
root / linksafe
0644
ar01s05.html
7.248 KB
30 Jul 2009 3.24 PM
root / linksafe
0644
ar01s06.html
3.759 KB
30 Jul 2009 3.24 PM
root / linksafe
0644
ar01s07.html
3.775 KB
30 Jul 2009 3.24 PM
root / linksafe
0644
ar01s08.html
3.803 KB
30 Jul 2009 3.24 PM
root / linksafe
0644
ar01s09.html
7.425 KB
30 Jul 2009 3.24 PM
root / linksafe
0644
includeaddattribute.c
1.109 KB
30 Jul 2009 3.24 PM
root / linksafe
0644
includeaddkeyword.c
1.289 KB
30 Jul 2009 3.24 PM
root / linksafe
0644
includeconvert.c
1.766 KB
30 Jul 2009 3.24 PM
root / linksafe
0644
includegetattribute.c
1.144 KB
30 Jul 2009 3.24 PM
root / linksafe
0644
includekeyword.c
1.319 KB
30 Jul 2009 3.24 PM
root / linksafe
0644
includexpath.c
1.456 KB
30 Jul 2009 3.24 PM
root / linksafe
0644
index.html
5.791 KB
30 Jul 2009 3.24 PM
root / linksafe
0644
ix01.html
2.485 KB
30 Jul 2009 3.24 PM
root / linksafe
0644
xmltutorial.pdf
50.497 KB
30 Jul 2009 3.24 PM
root / linksafe
0644

✘✘ GRAYBYTE WORDPRESS FILE MANAGER @ 2026 CONTACT ME ✘✘
Static GIF Static GIF