xml 安装bug
[Bug 230608] missing config.h in latest -14
Ralf Corsepius rc040203 at freenet.de
Tue Mar 6 13:31:13 UTC 2007
Previous message: [Bug 230608] missing config.h in latest -14
Next message: [Bug 230608] missing config.h in latest -14
Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Mon, 2007-03-05 at 15:38 -0500, Robin Norwood wrote:
> "Tom 'spot' Callaway" <tcallawa at redhat.com> writes:
>
> > On Mon, 2007-03-05 at 18:17 +0100, Rafael Garcia-Suarez wrote:
> >> On 05/03/07, Tom 'spot' Callaway <tcallawa at redhat.com> wrote:
> >> > CPAN isn't the only thing:
> >> >
> >> > [spot at localhost perl-5.8.8]$ grep -r "require ExtUtils::MakeMaker" *
> >> > lib/CPAN.pm: require ExtUtils::MakeMaker;
> >> > lib/CPAN.pm: require ExtUtils::MakeMaker;
> >> > lib/ExtUtils/Embed.pm:#require ExtUtils::MakeMaker;
> >> > lib/ExtUtils/Embed.pm: require ExtUtils::MakeMaker;
> >> > lib/ExtUtils/t/backwards.t:require ExtUtils::MakeMaker;
> >> > lib/ExtUtils/MM.pm:require ExtUtils::MakeMaker;
> >> > utils/perlbug.PL: require ExtUtils::MakeMaker;
> >> >
> >> > so, we'd need to handle ExtUtils::Embed and perlbug too. :/
> >> >
> >> > perlbug is really the hardest one. I think we really want that to be in
> >> > the base perl package.
> >>
> >> Look closer. EU::MM is only needed by perlbug on... MacOS classic. I
> >> think you can ditch that dependency :)
> >
> > Well, thats a relief. :)
> >
> > So, we'd need:
> >
> > perl-ExtUtils-MakeMaker
> > perl-ExtUtils-Embed
> > perl-CPAN
> > (which requires)
> > \perl-Test-Harness >= 2.62 (core perl provided 2.56)
> >
> > We can either entirely extract these comp
相关文档:
Xml, xslt, xsd, xpath描述一下
XML: Extensible Markup Language扩展标记语言,用来处理结构化文档。
XSLT: XSL Transformations。用来将一种XML转换成另外一种XML文档。也可以将XML转换成XHTML或者HTML在浏览器中显示。
XSD: XML Schemas Definition。用来定义XML文档的结构。XML Schema 是DTD(Document Type Definiti ......
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<mce:style type="text/css"><!--
table,tr,td {
background-position: center;
border-width: 1px;
border-style: solid;
border-coll ......
第一步:将XML编辑器设置默认为Myeclipse edit
window__Preferences__General____Editors_____File Associations
找到*.xml,选择Myeclipse Xml editor,点default
第二步:配置dtd或者xsd文件
Window → Preferences... → MyEclipse → Files & Editors → ......
//xml文档内容
<?xml version = "1.0" encoding="gb2312" standalone="yes"?>
<VFPData>
<company>
<companyno>100</companyno>
<companyname>上海</companyname>
<ceoname>陈四</ceoname>
<ceoma ......
Reviewer Approved
The following example shows how to parse XML file using Symbian OS C++ class, CParser. CParser is basically a SAX (Simple API for XML)-based XML parser.
It uses an active object to read the XML file chunk by chunk (see CXmlHandler::StartParsingWithAoL( ......