由买买提看人间百态

topics

全部话题 - 话题: xml
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)
c***y
发帖数: 76
1
来自主题: XML版 - What do XML documents look like?
A simple XML document is presented in Example 1.
Example 1. A Simple XML Document


Say goodnight,
Gracie.

Goodnight,
Gracie.



A few things may stand out to you:
The document begins with a processing instruction: .
This is the XML declaration [Section 2.8]. While it is not required, its
presence explicitly identifies the document as an XML document and
indicates
w*****s
发帖数: 122
2
What is the best free XML software for Chinese at the moment?
For Chinese XML, the best at the moment (December 1998) is
probably Internet Explorer 5.0 beta. The best XML parser is
probably IBM's XML Parser for Java. The best XML/SGML parser
is probably James Clark's SP software (C++). An XML
version of Perl is coming too!
t****n
发帖数: 56
3
来自主题: XML版 - 从哪里开始学习XML?
ft! 你真逗,
(1) 现在IE 5以及netscape 4.6以上的版本都支持XML了。而且,
XML的tag可以和HTML tag混用了。严格来说,你需要在doctype那里指明
你用的schema既有HTML也有你自己的XML schema。在XML viewer进行
语法和语义解释时,就知道到那里去找这些tag的定义。
(2) XML不是什么纯粹的编程接口,它在语法上,和HTML一样都尊从
SGML的语法规范,只是语义上和HTML是不一样的,它实际上是SGML在
internet/WWW上真正的incarnaton。而HTML原来只是关心为WWW赋予
非常强大的表示能力。它借助于SGML的语法,使得internet在网络应用
应用层(ISO的七层协议的最高层)得以扩充,原来只能应用字符的telnet
ftp等现在编成可以表示多媒体的WWW了。
(3) 在几年前,人们发现了HTML的弱点时,各个大公司就开始在这方面
的探索和投入了。各个著名的大公司,IBM, MS, HP, SUN, INTEL等都把
JAVA API进行了扩展,它们有自己的类体系用于分析和操纵XML。如果你
w*****s
发帖数: 122
4
来自主题: XML版 - Perl XML FAQ--3
Q11: What is the difference between XML::DOM and XML::Grove? Which one
should I use?
XML::DOM is an implementation of World Wide Web Consortium's (W3C)
Document Object Model (DOM) Level 1. DOM defines an interface for working
with
an XML tree and XML::DOM is an implementation of DOM that works with an
in-memory tree of XML nodes. All DOM implementations (in Perl or other
languages) all use a similar interface and code written using one DOM
implementattion should work with other DOM i
z***y
发帖数: 7151
5
来自主题: XML版 - 想写一个XML开发的系列
XML越来越热,大家都想学。刚刚作完了一个XML的项目,准备写一些东西。
XML开发第一要选工具,在一年前市场上的工具不是特别多,我们选的是eXcelon
, from:
http://www.odi.com, 作为XML SERVER, 编码用ASP,我想把其中的查询子系
统从头到尾和大家走一遍,开发环境:SERVER: WINDOWS NT4 with PACK3,
eXcelon2.0, IIS4.0
CLIENT: notepad
Knowledge Requirements: ASP几个常用对象,XML 初步,
大纲:
1. XML文件的结构,规则
2 ASP 的几个常用对象(想略过)
3 eXcelon 体系结构
4 eXcelon CLIENT API 和 SERVER API
5. 建立DATASTORE的步骤
6. 详细解说查询代码。
大家有兴趣的可以给我email,超过20个人我就写。
w*****s
发帖数: 122
6
来自主题: XML版 - SML-DEV's Minimal XML.
[April 13, 2000] SML-DEV's Minimal XML. Don Park recently announced the availability of a
Minimal XML specification and a Java Minimal XML parser, with performance test utilities. Basically,
Minimal XML is XML without: Attributes, CDATA Sections, Comments, Document Type Declarations,
Empty-Element Tags, Entity References, Mixed Contents, Predefined Entities, Processing Instructions,
Prolog, and XML Declaration. This work is part of the SML-DEV project. SML-DEV is "a group of ove
u*******y
发帖数: 8
7
来自主题: XML版 - how to represent a graph in xml?
Hi, I am using xml to transform my object db to xml. does
anybody know how to represent graph in xml? xml is typically
hierarchical. But for my oodb, I will have a relation class,
which will represent relation between different elements.
How can I represent this in xml?
I am brand-new to xml. anybody please help! thanks.
a******k
发帖数: 28
8
作试验要用real-world xml data sets
我所知道的有
sigmod的历年文章的XML
http://www.acm.org/sigmod/record/xml/Record/HomePage/index.xml
还有Shakespeare’s Plays:
http://www.ibiblio.org/xml/examples/shakespeare
请问还有什么比较好的XML data set?
b******g
发帖数: 7
9
I use MS DOM to parse a XML file in VB.
The program is very simple:
Private Sub cmdLoad_Click()
Dim xml As DOMDocument
Set xml = New DOMDocument
xml.Load(App.Path & "\sample.xml")
Dim root As IXMLDOMElement
Set root = xml.documentElement
Dim node As IXMLDOMNode
For Each node In root.childNodes
Debug.Print node.Text
Debug.Print node.nodeName
Debug.Print Chr(13) + Chr(10)
Next
End Sub
I can not get any output in Debug window.
But when I set a
l*****s
发帖数: 52
10
我的老板突然对XML感兴趣,要我把以前的图像分析数据全部转为XML格式,并且输入到某
个支持XML的数据库里。9月初就要给老板看。小弟以前从未用过XML,现在正在开始了解
。我的第一个问题是:我希望能够找到一个free software,只要我定义了DTD file,就
能自动把我的数据转为XML,这样我就能免于写JAVA程序。不知道有无这样的软件?我的
第二个问题是:如何把XML格式的数据load 进数据库?
先多谢了!
z****c
发帖数: 602
11
【 以下文字转载自 Programming 讨论区 】
发信人: zodiac (King of Nuts), 信区: Programming
标 题: Expat XML parser不能处理中文?
发信站: BBS 未名空间站 (Sat Oct 8 14:59:44 2005), 转信
我用python的Expat XML parser处理含中文字符的XML文件,总是报出
XML not well-formed, invalid token之类的错误。如果是全英文的
XML就没有这个问题。为什么会这样?Python有没有处理中文的XML parser?
b*********g
发帖数: 3005
12
倒是,现在很多不是www也在用,word的新格式就是xml
而且现在很多软件模块之间也用xml对接
我之前还做过几个项目也接触到
1.用XML实现*nix下的gui开发,QT还有gtk那个也是用的xml
2.用XML实现底层设备抽象
b*********g
发帖数: 3005
13
倒是,现在很多不是www也在用,word的新格式就是xml
而且现在很多软件模块之间也用xml对接
我之前还做过几个项目也接触到
1.用XML实现*nix下的gui开发,QT还有gtk那个也是用的xml
2.用XML实现底层设备抽象
P********e
发帖数: 2610
14
来自主题: board版 - 申请XML版主
ID: PaulPierce
申请版面:XML
申请人经历:
精通telnet等bbs操作
管理目标:
1 宗旨:
自己最近也在学习XML,虽然有点过时,不过还是不希望XML半年只有几帖而已
希望找个地方一起和人讨论
2 文章管理:
鼓励网页相关文章
3 版面管理
注意征求网友意见是不是要和其他版面合在一起,或者可以把XML改成JSXML,
变成JavaScript + XML
4 提议
现在有一个 buildingweb,XML可以转变成 WebDesign
D*******l
发帖数: 5462
15
【 以下文字转载自 WmGame 讨论区 】
发信人: sspring (沉默的春天), 信区: WmGame
标 题: 万马齐喑究可哀 ——揭开xml独霸版面的画皮 - 3
发信站: BBS 未名空间站 (Tue Dec 23 00:56:57 2014, 美东)
今天我来讲讲XML是何以打败天下无敌手,把WMGAME的很多玩家写手整得一个个挂冠而
去,让一个版面变成了他自己注册几个马甲每天上来自言自语的样子(说实话,老邢应
该当心广告商的反应)。
XML的各种招数,我这里给他分析一下。为免栽赃嫌疑,我全部引用其本人最近几天的
帖子。为了上点档次,我老菜农也学人家搞学术的,引用之处一一注明,免得有人回头
找我打版权官司。
1. 横的基本惹不起,女ID尽情凌辱。就说昨天我发帖子吧,florabygucci就点了一
个赞,就有人立马污言秽语攻击她[注1-2]。IamCPA看不过眼说句公道话,马上连威
胁带辱骂[注1]。明明是我洋洋洒洒发的帖子来丈量他,结果火力全向女ID们去了。
正主在这不来理论,冲着女ID秀下限倒是挺来劲。是个男人总要稍微有点脊梁吧?
2. 一边作恶搞怪,... 阅读全帖
D*******l
发帖数: 5462
16
【 以下文字转载自 WmGame 讨论区 】
发信人: sspring (沉默的春天), 信区: WmGame
标 题: 万马齐喑究可哀 ——揭开xml独霸版面的画皮 - 3
发信站: BBS 未名空间站 (Tue Dec 23 00:56:57 2014, 美东)
今天我来讲讲XML是何以打败天下无敌手,把WMGAME的很多玩家写手整得一个个挂冠而
去,让一个版面变成了他自己注册几个马甲每天上来自言自语的样子(说实话,老邢应
该当心广告商的反应)。
XML的各种招数,我这里给他分析一下。为免栽赃嫌疑,我全部引用其本人最近几天的
帖子。为了上点档次,我老菜农也学人家搞学术的,引用之处一一注明,免得有人回头
找我打版权官司。
1. 横的基本惹不起,女ID尽情凌辱。就说昨天我发帖子吧,florabygucci就点了一
个赞,就有人立马污言秽语攻击她[注1-2]。IamCPA看不过眼说句公道话,马上连威
胁带辱骂[注1]。明明是我洋洋洒洒发的帖子来丈量他,结果火力全向女ID们去了。
正主在这不来理论,冲着女ID秀下限倒是挺来劲。是个男人总要稍微有点脊梁吧?
2. 一边作恶搞怪,... 阅读全帖
D*******l
发帖数: 5462
17
【 以下文字转载自 WmGame 讨论区 】
发信人: sspring (沉默的春天), 信区: WmGame
标 题: 万马齐喑究可哀 ——揭开xml独霸版面的画皮 - 3
发信站: BBS 未名空间站 (Tue Dec 23 00:56:57 2014, 美东)
今天我来讲讲XML是何以打败天下无敌手,把WMGAME的很多玩家写手整得一个个挂冠而
去,让一个版面变成了他自己注册几个马甲每天上来自言自语的样子(说实话,老邢应
该当心广告商的反应)。
XML的各种招数,我这里给他分析一下。为免栽赃嫌疑,我全部引用其本人最近几天的
帖子。为了上点档次,我老菜农也学人家搞学术的,引用之处一一注明,免得有人回头
找我打版权官司。
1. 横的基本惹不起,女ID尽情凌辱。就说昨天我发帖子吧,florabygucci就点了一
个赞,就有人立马污言秽语攻击她[注1-2]。IamCPA看不过眼说句公道话,马上连威
胁带辱骂[注1]。明明是我洋洋洒洒发的帖子来丈量他,结果火力全向女ID们去了。
正主在这不来理论,冲着女ID秀下限倒是挺来劲。是个男人总要稍微有点脊梁吧?
2. 一边作恶搞怪,... 阅读全帖
E**********e
发帖数: 1736
18
来自主题: JobHunting版 - 今天写了个比较effecient XML parser
今天比较高兴, 网上搜了个比较简单的xml parser,比较efficient。 本来在real
xml file上测试了,比较满意。但是换到了experian 的xml files。 竟然有bug。 花
了一天的时间debug。最终搞定了。 总共就几个简单的functions, 用recursion。竟
然很好的解决的experina的问题。 说到这,不得不赞自己一下。 学习能力还是很厉害
的吗。IT组的一个资深软件工程师用C#编的parser,用了most brute force 的
algorithm,答应出来竟然要10多页纸。
另外,也要赞一下python。 发现用python处理 xml file,很有效。 xml转成
dictionary data structure, 然后到json,到dataframe,到mongoDB. 一下子全通了
f***u
发帖数: 58
19
来自主题: WmGame版 - 支持xml为新人赤脚服务
xml同学古道热肠,为我等新人赤脚奔走号呼。让我等唏嘘感动。兴奋之余,不免稍许
遗憾,只见雷声,不见雨点。
还请xml同学把心动化为行动,让我等新人赤脚实实在在感受到牌室温暖。以下小事,
还需要xml同学指点迷津。
1 新手faq 让我等不至于迷途羔羊
2 牌技言传身教 让我等有觊觎大腿殿堂之机会
3 赤脚比赛 让我等有机会小试身手
4 黑店白店全名单 让我等免遭羞辱
xml同学才高八斗,从哲学到骂架,无一不精。想必这些事情对xml同学来说,实在小菜
一碟。您老就轻轻松松快快乐乐的帮我们新人赤脚一把吧。
为了牌室仙福永享,寿与天齐,而此事又功在当代,利在千秋,您老不如就从了吧。
f***u
发帖数: 58
20
来自主题: WmGame版 - 支持xml为新人赤脚服务
我一介草民,当然不能和xml比。而且我也没有xml这样的雄心壮志为新人赤脚服务。
xml现在这么威猛,又秉着一颗热心。搞定这样的事情自然不在话下。你不要怀疑他的
能力。
现在就开始吧,写个新手faq,对于xml来说小菜一碟。到时候大家就能看到xml热心公
益事业的赤忱了。
当个版主还不是顺理成章的事。
s*****g
发帖数: 19
21
今天我来讲讲XML是何以打败天下无敌手,把WMGAME的很多玩家写手整得一个个挂冠而
去,让一个版面变成了他自己注册几个马甲每天上来自言自语的样子(说实话,老邢应
该当心广告商的反应)。
XML的各种招数,我这里给他分析一下。为免栽赃嫌疑,我全部引用其本人最近几天的
帖子。为了上点档次,我老菜农也学人家搞学术的,引用之处一一注明,免得有人回头
找我打版权官司。
1. 横的基本惹不起,女ID尽情凌辱。就说昨天我发帖子吧,florabygucci就点了一
个赞,就有人立马污言秽语攻击她[注1-2]。IamCPA看不过眼说句公道话,马上连威
胁带辱骂[注1]。明明是我洋洋洒洒发的帖子来丈量他,结果火力全向女ID们去了。
正主在这不来理论,冲着女ID秀下限倒是挺来劲。是个男人总要稍微有点脊梁吧?
2. 一边作恶搞怪,一边撒娇哭鼻子。经常注册N多马甲,先挑衅骂人,等人家回敬
他,马上上报,哭着喊着装小鸟。然后主马甲得意洋洋的跑出来说,LOOK,谁谁又被封
了,可耻可悲啊,“站方对长期骂人的绝不姑息!”[注3]。
3. 造谣中伤。我的前帖一出,马上对我各种中伤[注1-2,4-6]... 阅读全帖
p*******y
发帖数: 18288
22
来自主题: PKU版 - 玩过xml file的进来看一眼
我在公司做了点东西,拿移动硬盘拿回来想接着做,发现所有file都变成.xml了,程序
,data,excel表,全xml了,悲催的是啥都打不开,这xml不是text based的么,按说
wordpad啥的该就能打开,结果连xml editor都打不开,说,
A name was started with an invalid character. Error processing resource
比如说这个吧,
'file:///J:/pp_Apr2011/Results/lgep_lwr2/rbym.xls...
(IE address 栏里显示 J:\pp_Apr2011\Results\lgep_lwr2\rbym.xls.XML)
这个哪儿就invalid了呢
简单google下,solutions看起来无边无际,有人明白咋回事么
l*****c
发帖数: 33
23
来自主题: Database版 - [转载] Weblog: DB vs. XML?
【 以下文字转载自 XML 讨论区,原文如下 】
发信人: laurapc (小巧), 信区: XML
标 题: Weblog: DB vs. XML?
发信站: The unknown SPACE (Tue Jul 1 01:43:39 2003) WWW-POST
想做一个Weblog的hosting program. 应该用DB更好一些吧.但网上能找到的例子几乎全部
是基于XML的(针对个人的多),用户内容到底是XML好还是Database好?
m*******y
发帖数: 18
24
【 以下文字转载自 XML 讨论区 】
发信人: mikebibby (行者无疆), 信区: XML
标 题: 请推荐一个XML 数据库管理系统. (转载)
发信站: BBS 未名空间站 (Sat Jul 9 01:39:36 2005)
发信人: mikebibby (行者无疆), 信区: CS
标 题: 请推荐一个XML 数据库管理系统.
发信站: BBS 未名空间站 (Fri Jul 8 18:01:22 2005)
请大家推荐一个免费的xml database system.希望能支持XQuery 和XUpdate,提供高级语言
访问接口.我google出一堆,不知道那个好.
谢谢.
L*******r
发帖数: 1011
25
来自主题: DotNet版 - using weather XML feed in C# - 1
很多站点提供了XML feed,这样你就不需要通过分析他们的网页来得到你自己要的信息了

你可以直接得到XML格式的信息。
比如你想得到天气信息:
假设你的zipcode是97401,用这个试试:
http://www.weatherroom.com/xml/ext/97401
所以,给定zipcode xxxxx,你总可以通过
http://www.weatherroom.com/xml/ext/xxxxx得到你要的信息
以下是97401的天气预报

- http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://www.weatherroom.com">
-

Eugene, OR, United States
t**i
发帖数: 9
26
来自主题: Java版 - How to handle invalid XML character
I ran into the following exception. I can't see '^@' in the text which I tried
to convert into a xml string. And I tried to do str = str.replaceAll('^@',
''), but it didn't help.
Do you know a way to handle this problem? Is there an ideal way that we can
handle all invalid xml characters?
I'm using xercesImpl.jar and xml-apis.jar. And I'm using xml 1.0, encoding
UTF-8.
Thanks!
java.io.IOException: The character '^@' is an invalid XML character
java.io.IOException: The character '^@' is an invali
J********r
发帖数: 36
27
如题,我试着减少xsl里的代码,程序就能正常运行了,感觉是XSL文件里的代码太
长了,但是又不能减少。一直调试不出来。 Stack Trace如下:
javax.xml.transform.TransformerException: java.lang.
ArrayIndexOutOfBoundsException: -1
at com.sun.org.apache.xalan.internal.xsltc.trax.TransformerImpl.
transform(TransformerImpl.java:716)
at com.sun.org.apache.xalan.internal.xsltc.trax.TransformerImpl.
transform(TransformerImpl.java:313)
at preorder.XslResponseProcessor.transformResponse(XslResponseProcessor.
java:81)
at preorder.webservice.invoker.IaEdiI... 阅读全帖
d******y
发帖数: 244
28
I learn from a tutorial. I try run the example. errors happen.
something about session and hibernate.cfg.xml.
Here are files.
package roseindia.tutorial.hibernate;
import org.hibernate.Session;
import org.hibernate.SessionFactory;
import org.hibernate.cfg.Configuration;
/**
* @author Deepak Kumar
*
* http://www.roseindia.net
* Hibernate example to inset data into Contact table
*/
public class FirstExample {
public static void main(String[] args) {
Session session = null;
try{
// This ste... 阅读全帖
b***y
发帖数: 2799
29
来自主题: Programming版 - [合集] Expat XML parser不能处理中文?
☆─────────────────────────────────────☆
zodiac (King of Nuts) 于 (Sat Oct 8 14:59:44 2005) 提到:
我用python的Expat XML parser处理含中文字符的XML文件,总是报出
XML not well-formed, invalid token之类的错误。如果是全英文的
XML就没有这个问题。为什么会这样?Python有没有处理中文的XML parser?
☆─────────────────────────────────────☆
rebatezhq (test) 于 (Sat Oct 8 22:13:50 2005) 提到:
看你设的CodePage是不是对。不知道expat是否支持GBK.
你可以转成UTF8,应该是没有问题。

☆─────────────────────────────────────☆
yhnb (yhnb) 于 (Sun Oct 9 19:38:06 2005) 提到:
xmlproc can handle gb2312
g*****g
发帖数: 34805
30
Saying Lisp is better than XML is like saying J is better than Java because
it's more terse. There's a reason J never went anywhere, like Lisp,
Readability. Exactly where XML excels.
Most server side applications have the bottleneck on the DB. And you don't
see XML running there. It's always some binary protocol supporting SQL on
higher level. XML is verbose and slower to parse for application servers,
but the bottleneck is not there. It's the number of the requests, not the
size of the requests... 阅读全帖
t******g
发帖数: 10390
31
【 以下文字转载自 XML 讨论区 】
发信人: tiangeng (田大榜), 信区: XML
标 题: 新手请教一下读取xml object的问题
发信站: BBS 未名空间站 (Tue Nov 3 16:47:40 2009, 美东)
我想做的是在这个表单的第一格里填上pubmd文献数据库的pid,然后下面两行自动输出
对应文献的citation和文献题目.
我的code在下面后者附件的抓屏,用里面那个loadXmlDoc可以完成任务,取回xml data,
然后分析取出想要的放到表单里.
可是如果用httprequest的responseXML就不行,取回来的data后分析的时候貌似xml
object不存在.
想问问是什么原因,一般这种javascript有什么工具debug,比如如何track我程序理的
data.
我把程序贴在下面,其中有option1是loadXmlDoc是可以的那个.option2是httprequest
的那个.
其他的都一样.
另外这个DOMParser也不灵,不知道什么原因,就是说在firefox里不行,在IE里用
activeXObject
w*****s
发帖数: 122
32
来自主题: XML版 - XML Development Goals?
The XML specification sets out the following goals for XML: [Section 1.1] (In
this article, citations of the form [Section 1.1], these are references to the W3C
Recommendation Extensible Markup Language (XML) 1.0. If you are
interested in more technical detail about a particular topic, please consult the
specification)
1.It shall be straightforward to use XML over the Internet. Users must be
able to view XML documents as
w*****s
发帖数: 122
33
来自主题: XML版 - XML resource
XML Resources
IBM launches first XML search engine. It is the
Internet's first search engine designed to look
exclusively for XML information on the Web,
such as XML, DTDs, style-sheets, press
releases, tutorials, Web pages and bulletin board
postings.
Robin Cover's SGML/XML Web Page is a
comprehensive online database containing
reference information and sof
w*****s
发帖数: 122
34
来自主题: XML版 - XML 教程--11
数据库中的XML应用实例

我们在该例中介绍如何实现数据库和XML结合。您将可以看到,该例中实现对一般
的关系数据库进行查询等操作,并将结果输出到通用的XML。例中还示范结合采用
XSL规范XML的格式,用HTTP和ASP进行网络的通信和处理。您可以在此基础上进行
许多扩充的开发,特别是服务器/客户端架构的Web应用。
下面我们来详细说明该实例及使用方法:
(1)准备工作
打开控制面板,将Northwind.mdb数据库添加至您的用户数据源(DNS)并命名为"
nwind";
process.asp放在服务器端,第4部分中要用到该文件处理HTTP请求;
用Visual Basic 6.0打开test.vbp项目,引用MS XML Version2.0库。
(2)定义的变量
Dim con As ADODB.Connection
Dim rs As ADODB.Recordset
Dim xmlstr As String
Dim xmldoc As MSXML.DOMDocumen
w*****s
发帖数: 122
35
9月22日
OASIS(the Organization for the Advancement of Structured Information Standards 促进结构信息
标准组织) 今天宣布webMethods将成为Robin Cover XML(www.oasis-open.org/cover/)网站
的最新赞助商. WebMethods提供大量的文献和标准.它是工业界一个在线的资源库.各种
有关结构信息标准的信息.包括XML, SGML, HyTime等等.比如说:教程,介绍, XML喜爱工
业界的应用实例,研讨会议的详细清单, XML的软件清单,软件制造商和服务上的莲子信
息, 和XML相关的标准信息,和常见问题回答.
w*****s
发帖数: 122
36
11月17日
e-content推出第一个可升级XML动态网络服务器。
e-content是Interleaf有限公司的一家子公司。 它提供基于XML的电子商务解决方案。它
今天宣布第一个可升级XML动态网络服务器BladeRunner Web(TM).这是为下一代网站服
务的服务器。BladeRunner Web提供的是对端对端XML内容的管理。这使得提供XML内
容的一端,可以向几乎任何一种网络终端发布几乎任何一种形式的文件。
x********o
发帖数: 31
37
来自主题: XML版 - XML introduction(1)
introduction to XML
XMLlet you make documents smarter, more portable, and more powerful -- that's the promise of XML and that's what all the fuss is about.
XML allows you to use your own tags to define parts of a document. You can do this because XML is a descriptive, not a procedural, language. That is, XML describes what something is rather than performing an action.
For example, take a look at the front page of a newspaper. You'll see different font sizes, different sections, and columns.
If
w*****s
发帖数: 122
38
来自主题: XML版 - Perl XML FAQ--2
Q6: Is XML::Parser object oriented?
In short, yes. XML::Parser is a factory object that creates instances of
XML::Parser::Expat as needed.
Q7: Is XML::Parser based on the SAX API?
Nope. XML::Parser is based on Expat, a non-validating parser written in
C by James Clark. However, Eric Prud'hommeaux has developed a preliminary
implementation, W3C::SAX::XmlParser, which can be found at http://www.w3
.org/1999/02/26-modules/. Note that this implementation is not final since
Ken
Ma
o******k
发帖数: 1
39

XML is a markup language, it is a superset of HTML,
main difference between XML and HTML is, XML can keep
semantic information, so a XML file can be used by
different applications.
XSL is used to transfer XML to HTML or any other markup
language)by pattern matching.
This is my understanding.
s*k
发帖数: 144
40
来自主题: XML版 - 在Excel中如何使用XML?





True, up to now XML不是一个好的选择, I think Visual Basic for
Application
(VBA) is a good choice. VBA is a very powerful tools and support your
Macro. It is worth to learn it if you are frequent user of Excel.
In general, XML parser is for parse XML documents according to the DTD
or scheme. Currently XML tools are not very mature and cannot provide
many features user needed.
Maybe Excel 3000 can support XML validate of data. 8-)
w*****s
发帖数: 122
41
April 18, 2000] XML Europe 2000 Conference and Exposition. The Graphic Communications
Association (GCA) has released updated information on the upcoming XML Europe 2000 Conference and
Exposition, to be held June 12 - 16, 2000 at the Palais des Congr鑣 de Paris, Paris, France. XML Europe
2000 marks the 18th GCA conference to be held in Europe. Chaired by Pamela Gennusa, XML Europe is
"the most comprehensive XML event in Europe, including tutorials, sessions for executives and busi
L****r
发帖数: 33
42
XML is just the foundation of web services, the only definition of WS shared
by M$, IBM, SUN is XML based web application...
M$'s .NET is basically XML + Component Architecture, Bill Gates puts XML
in every public speeches..
IBM's Web services is: DB2 + Websphere + XML
......................................
while this board is sort of dead, what are you guys doing? all ignoring the
next wave of web services???????????????????????????????????
c***r
发帖数: 4631
43
No. xml is xml. it is nothing else.
You can say it is a better way to organize data, to distribute data, to
manipulate data. But xml is not to replace anything specific.
And, without xml, you can also do those things you'd like to do with xml.
So it's only a way.

standing
procedure
os
发帖数: 81
44
来自主题: XML版 - XML Programming Bible
Posted from LISF
Download Address: http://www.lanken.com/forum/viewtopic.php?t=64
XML Programming Bible.
by Brian Benz, John Durant.
ISBN: 0-7645-5576-6, John Wiley & Sons, May 2004.
1056 Pages, Paperback.
The XML Programming Bible provides a single source for
developers who need to implement XML and Web service solutions
on an MS or J2EE platform, or both.
The XML Programming Bible is a comprehensive guide to
architectural concepts and programming techniques for XML.
We cover the mainst
T***y
发帖数: 458
45
请教parse XML to MySQL,直接用LOAD XML还是XML->Python->MySQL?
thanks!
b***m
发帖数: 5987
46
一个巨大的文件,XML格式,是一个access log数据库数据倒出来的结果。由于格式问
题,该XML文件不分行。有什么好办法做XML分析,目的是分析XML然后总结出里面某些
字样的出现情况。我现在用的是Perl,目前没找到特别合适的库。如果有C#的方案也可
以。大家集思广益吧。
a****u
发帖数: 1537
47
来自主题: JobHunting版 - Use JSON or XML (转载)
【 以下文字转载自 Software 讨论区 】
发信人: acerqu (sayesaye), 信区: Software
标 题: Use JSON or XML
发信站: BBS 未名空间站 (Thu Apr 28 15:27:35 2016, 美东)
看到一条招聘广告,里面有一条
Ability to design RESTful services and integrate with other data providers.
Know when to use JSON or XML.
求大侠指教,JSON or XML应用场景。个人理解XML对格式要求更严。
E**********e
发帖数: 1736
48
来自主题: JobHunting版 - 今天写了个比较effecient XML parser
还不懂xpath。
现在是从xml转化到python dict。 namespace有相应的函数处理掉。
这个parser是用来处理工作的数据。目前没有必要考虑iso是么。也许处理别的vendor
的xml还会有bug。不过即使有debug,再改进也行。 核心的东西就是recursion。 而且
也有附属的数据转化功能, xml 相应的text 转化成相应的数据类型。
总的来说, 处理experian的信用报告的xml 也就足够了。
c*******7
发帖数: 17225
49
【 以下文字转载自 XML 讨论区 】
发信人: legolasGG (legolas), 信区: XML
标 题: Re: 到底该怎么学习XML?
发信站: BBS 未名空间站 (Sat Jan 3 00:49:46 2009)
search for VTC XML tutorial, get a video tutorial
s***f
发帖数: 173
50
来自主题: BuildingWeb版 - 关于XML和ASP.NET一问.
请教各位, XML和ASP.NET如何在IIS5 上运行? 本人对XML和ASP.NET没有常识.
通常来讲目前的WEB DESIGN的用到XML的机会是不是很多? 主要用XML处理那些问题? 可否
举些例子?
万分感谢!
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)