ChinaUnix.net
相关文章推荐:

libxml2sources2623targz

"Don't go through life with a catcher's mitt on both hands. You need to be able to throw something back." Dan Kegel's ISDN Page - This is the definitive ISDN reference on the Web. ISDN Book Store - You can place an order On-Line! ISDN Zone - This is a *cool* ISDN web site. Telecom Information Resources Protocols.com International Telecommunications Union ...

by linqo - 网络技术文档中心 - 2007-12-21 04:53:11 阅读(782) 回复(0)

相关讨论

刚才在用户ORACLE的时候,看到有JAVA sources这个东西,里面初始有几个CLASS文件,不知道这东西怎么调用啊?

by yuqinghe - Oracle - 2004-09-09 13:49:20 阅读(944) 回复(0)

http://xmlsoft.org/examples/index.html 上例子编译不通. netkiller@Linux-server:~/svn/cluster$ gcc parse1.c /tmp/ccu74uz1.o: In function `example1Func': parse1.c:(.text+0x1d): undefined reference to `xmlReadFile' parse1.c:(.text+0x50): undefined reference to `xmlFreeDoc' /tmp/ccu74uz1.o: In function `main': parse1.c:(.text+0x83): undefined reference to `xmlCheckVersion' parse1.c:(.text+0x9b): undef...

by netkiller - C/C++ - 2015-07-15 16:33:05 阅读(3397) 回复(6)

我想把libxml移植到arm上去,或者编译成动态链接库放到嵌入式linux下,请问有人做过吗?是否可以指点一下,谢谢!!

by hyf140 - Web开发 - 2008-07-17 20:47:28 阅读(2303) 回复(1)

使用libxml解析xml 文件的时候,由于文件是gb2312格式,所以预先把gb2312格式转化成utf-8格式(过程相当于整个文件读入后然后一起转换),但是在解析的时候往往解析到中文字符便会终止,困惑中,后来突发其想,将网页中的"charset="设置成utf-8,然后保存的时候依然是gb2312格式,发现解析的时候居然正确了,于是觉得很奇怪,我是用的是sax2来解析,难道说解析文件的时候还会继续对元素进行分析?那之前指定了编码格式又怎么算呢?...

by jmoyiwen - Web开发 - 2006-10-25 11:44:20 阅读(1713) 回复(1)

请问高手 如何在aix上安装libxml2开发包 请说的具体一点

by mj1011 - AIX - 2006-07-03 17:50:44 阅读(1029) 回复(0)

纯文本格式比较难看,各位可以下载附件,里面有DOC格式的文档。内容相同。 =============================================== 译前言 翻译本文缘起我们有一个项目使用了libxml,却出现内存泄漏的情况。于是我想了解一点libxml的知识,却苦于没有入门的中文材料。偶尔发现网上有人翻译了这个教程,却不是很合自己用,便想自己翻译一下。 只是自己中英文皆不精,XML也不熟,中间有错误自己都看不出来。所以本文仅供初接触libxml的,...

by shawleo - C/C++ - 2006-06-16 16:16:40 阅读(4086) 回复(0)

安装PHP中提示libxml版本底,把系统中的libxml强行UNINSTALL后安装新版本的libxml提示如下: ---------------------------------------------------------------------------------------------- [root@test libxml2-2.6.10]# ./configure --prefix=/usr/local/libxml checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking for a BSD-compatible install... /usr/bin/instal...

by pzxa - 系统管理 - 2006-03-16 16:11:07 阅读(847) 回复(3)

小弟在安装php5的时候,系统提示我libxml版本太低,我下载了一个2.5.4的版本,我的安装方法如下: ./configure --prefix=/usr/local/libxml make make install 在装完后我通过phpinfo看xml版本,怎么还是1.9的版本? 请各位高手帮忙看看。 非常感谢!!

by alibaba2008 - Web开发 - 2005-06-15 03:19:20 阅读(3157) 回复(5)