由买买提看人间百态

topics

全部话题 - 话题: xml
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)
a*****a
发帖数: 438
f*r
发帖数: 3968
2
来自主题: XML版 - XML到底有什么好处?
接着不明白,呵呵
那么说把我数据不放Database里面了
都塞XML里面去
可是我这XML文件就太大了罢
这么大的文本文件,处理速度能快么?
s*k
发帖数: 144
3
来自主题: XML版 - XML到底有什么好处?
technical speaking:
XML is suitable for structured non-relational data with requirement
of exchangible.
The benefit of XML is it make exchange data easier.
If you feel query and store is more important, you may
use document database. Some products that use document database
technology heavily are Lotus Notes and Microsoft Exchange Server.

directly,
chapter
book
l*******d
发帖数: 4
4
来自主题: XML版 - 想写一个XML开发的系列
Which xml parser supports chinese?
i can not do chinese in Perl, XML::Parser
THnaks
a*****a
发帖数: 438
5
来自主题: XML版 - Perl+XML+GB
did you specify encoding in xml definition?

what's the encoding for chinese? gb2312?
c********e
发帖数: 61
6
来自主题: XML版 - XML, Database and Java
check:
http://java.sun.com/xml
there is an XML parser called JAXP API
it may be useful to you
s****s
发帖数: 2163
7
来自主题: XML版 - What is a XML parser used for?

input xml document (text file in xml) , output some object, depends on
parser.
b*****t
发帖数: 154
8
来自主题: XML版 - How to use xml parser?
I am new to xml. I am now try to download a xml parser, eg. expat. But
I don't know how to use it. Can anyone give some advice? Thanks.
b****e
发帖数: 1275
9
来自主题: XML版 - why do u use XML?
no expert in XML but i have doubts on your claim that XML
only supports String. i thought you can use other data types
too.. integers for example.
b****e
发帖数: 1275
10
来自主题: XML版 - why do u use XML?
i will describe one project of mine where XML was used.. (and also
where i got my very limited knowledge on XML)
we built a telecom order end-to-end solution where many different
packages from multi-vendors are used. the order object contains many
fields some of which are arbitrary (not pre-defined). a java servlet
will take the order.. send it to a session bean, and validate it against
a DTD to make sure the structure and datatype is correct.. and then
the object will be sent along a data-bus t
w*****s
发帖数: 122
11
[April 21, 2000] StarDOM - Transforming Scientific Data into XML. StarDOM has been created
by Jens Linge and Lutz Ehrlich of the European Molecular Biology Laboratory, Heidelberg, Germany.
"StarDOM is a software package to transform data provided in the Self Defining Text Archival and
Retrieval (STAR) format into XML. The Self-Defining Text Archival and Retrieval (STAR) format has
become a standard in structural biology. Several scientific databases (e.g., PDB, CCDC, ICDD,
Bi
w*****s
发帖数: 122
12
[May 08, 2000] Intel Products Support Fast, Secure XML-based Internet Transactions. A recent
company announcement from Intel describes XML-based products and services that are part of the Intel
NetStructure family. "Intel Corporation today announced two new intelligent network devices designed to
improve the performance and reliability of business transactions over the Internet. These innovative new
products will enable timely and reliable processing of secure business-to-busine
s*******t
发帖数: 114
13
来自主题: XML版 - Can XML do that?
If in a domain, there exists a well defined and well
accepted format and it works well. Of couse XML can describe
that format. Must we use XML to replace it? What kinds of
benefit can I get?
Thanks.
d*****r
发帖数: 18
14
来自主题: XML版 - xml parser?
Which is the best xml parser for java?
I installed JAXP but I don't like the idea of using
com.sun.* package to generate a xml file. Who can recommend
a better one? Thanks,
T**e
发帖数: 424
15
guess u can goto msdn to search xml
they do support xml
but i doubt their motive
f**k
发帖数: 906
16
Hi, tech budy. I have to problem in including a html in XML.


......




Now it is not a well- formed document. I have a XML and want
to include the information.



....what to include it here



I tried to use desirable, because it transform "<" to "<". I don't have
any problem on how it will be stored. The problem is that in
this way, how to transform it b

s******t
发帖数: 3
17
来自主题: XML版 - [转载] 请推荐一本XML的书
There are many books about XML by Wrox.
Did you recommend me "Professional XML"?
Thanks!
d****e
发帖数: 12
18
来自主题: XML版 - xml project
嗯, 我会perl跟VB。 我不太懂WSDL and SOAP,
还请你多指点。
就是说, 用WSDL and SOAP, 会take care 那些
从company 2 connect to company1
transform xml files?
还有一个初级问题, 就是company 2 gets xml file后
怎么更新它的 database 呢, suppose 是个relational
database?
Thanks a lot for your help!
w*****h
发帖数: 139
19
I did crack it. Copy the crack file in the installed directory and run it.
Do we have better XML editor other than that?
How about Adobe FrameMaker? XML Pro?
w*****h
发帖数: 28
20
【 以下文字转载自 Java 讨论区 】
【 原文由 txvoilet 所发表 】
Can Oracle XML parser deal with ill-formed XML?
w*****h
发帖数: 28
21
【 以下文字转载自 Java 讨论区 】
【 原文由 gas 所发表 】
yes
It is not XML and you should not suppose xml parser to do so.
w*****h
发帖数: 28
22
【 以下文字转载自 Java 讨论区 】
【 原文由 gas 所发表 】
bad-formed XML or non-XML markup language
sure
w*****h
发帖数: 28
23
【 以下文字转载自 Java 讨论区 】
【 原文由 wendywh 所发表 】
XML can have several roots.
But it's hard to find a XML parser to deal with that.
As to the Oracle parser, you can check getDocumentElement(), it will
allows direct access to the child node that is the root element of
the document.But the return value is just Element. So it means that you cannnot
return a list of root elements.
I have not find any parser can return a list of root elements.
b***k
发帖数: 77
24

It's wrong according to the specification.
That should be called XML fragment.
All you have to do is create a root yourself. something like:

&data;

you define your data as entity reference.
It's because there is only one root for every xml document.
H********o
发帖数: 316
25

I posted before:
example query of sqlserver
SELECT *
FROM Customers
FOR XML AUTO
the result is a full XML document
e***c
发帖数: 68
26
I do not know what is XML server.
But I use java servlet in Tomcat, the XML message
are processed by the servelet, you can do either
modification or transformation.
i*****t
发帖数: 220
27
Who knows the book "Java & XML, 2nd Edition"? It could be an XML bible/java
bible. Do you know if there is free version online for this book? Thanks.
f*******h
发帖数: 1269
28
来自主题: XML版 - About XML parser
You are right. The parsing is usually fast for small XML documents.
But for XML document as large as 100MB (extreme case), the parsing might take
GB memory, and couple of hours, hoho...
d**c
发帖数: 1
29
来自主题: XML版 - question for xml/flash
Hi all,
I am very new to XML and Flash too. I have a question about how can they chat
with each other? For instance, I'd like to make changes in the xml file and
want these changes shown on the flash. Does it possible? if it does, could you
give me an explanation or some links which discuss it.
thanks a lot
m******o
发帖数: 33
30
serialze DOM to xml. see org.apache.xml.serialize
vi
发帖数: 309
31
Then why say 'Tomorrow Star of WWW (as the board name)'?
Why make up something sounds totally different rather then enhance HTML?
What is the relationship between XML and web services?
In other words, is XML essential for utilizing web services?
Thanks.
f********y
发帖数: 24
32
there are a lot of xml books, y not read one?
one of them is pretty good, <> by Charles Goldfarb
a*****a
发帖数: 438
33
what's an xml server? IE can view xml by default.. (a default xsl)
vi
发帖数: 309
34
My IE can't read '.xml' and '.xsl' pages (displays it as plain text instead).
For example,
http://www.hoise.com/primeur/analysis/top500/database/top500-200206.xml is
show as 'source code'.
Is there something I need setup? Thanks.
c*****a
发帖数: 15
35
The problem here is that you have almost no idea what the xml and xslt are
used for.
spend at least two whole days and read some tutorial about xml and xslt.
follow their instructions and do some exercises.
【 在 vi (ding) 的大作中提到: 】
up.
a*****a
发帖数: 438
36
hi vi, you said that IE displays only source code - is it a collapseable
tree? that ISthe xml (with default xsl running)
or do you see code like ?
b*****u
发帖数: 2
37
I am doing research on "mapping relational database to XML document", given an
existing database, based on users' requirement, output XML document. Could you
pls suggest me some paper or website for reference, I did some search, but
mostly I got some software introdution, from them, I only can know how to use
them, but I want know the theories behind them or some more detail
information.
Thanks
p*****e
发帖数: 58
38
if you use SQL Server 2000, you can query data in XML format directly using
http. I dont know if other DBMS support XML.

given
h****e
发帖数: 204
39
来自主题: XML版 - 初级问题 sort XML
比如说我的xml tree是这样的
--Root
|
+----NodeA
|
NodeAA --- Attribute a (value Aa)
| +- Attribute b (value Ab)
| +- Attribute c (value Ac)
NodeAB --- Attribute a (value Ba)
| +- Attribute b (value Bb)
| +- Attribute c (value Bc)
........
XML有什么快速sort或者select Attribute b的办法么?
w*****h
发帖数: 139
40
It's out-dated. Use Oracle 9i release 2, there are tons of built-in support
for XML.
e****y
发帖数: 26
41
来自主题: XML版 - XML parser ???
Anyone can suggest me a parser of XML data?
I use the parser to parse incoming XML data and then try to store them
into relational DB.
So it'll be wonderful if i can get the source code of the parser.
Thanx a lot!
r**e
发帖数: 57
42
来自主题: XML版 - [转载] help! XML parse problem
【 以下文字转载自 Java 讨论区,原文如下 】
发信人: rake ( 夜叉王), 信区: Java
标 题: help! XML parse problem
发信站: The unknown SPACE (Wed Apr 2 00:41:20 2003) WWW-POST
需要parse的data是通过jdbc从数据库里query 出来的result (xml 形式的string),
看了看DOM的parse 好像不能用在string上,又什么其他办法?多谢啦。
v*******n
发帖数: 15
43
来自主题: XML版 - XML C++ binding
Hi
Anybody know some free XML C++ binding software(just like JABX for XML java
binding), which generates codes and libs executable in unix/linux. I tried
XMLSPY. Their free trial version runs in windowns and the resulting codes also
for windows. Thanks a lot for any infomation!
g***e
发帖数: 2
44
来自主题: XML版 - 问:XML中的中文处理
在写一个XML文件, 一些段落需要中文. 除非我直接用unicode, 否则无法显示.
试了 设置encoding="gb2312" 和xml:lang=ZH-CN, 都没用.
谁知道, 省我查找辛苦?
m**c
发帖数: 90
45
来自主题: XML版 - 如何把HTML 转换成XML 文档

You can use "tidy" to covert HTML to a valid XML (aka XHTML), and then you can
use XSLT to convert it to other XML structures.
l*****c
发帖数: 33
46
来自主题: XML版 - Weblog: DB vs. XML?
想做一个Weblog的hosting program. 应该用DB更好一些吧.但网上能找到的例子几乎全部
是基于XML的(针对个人的多),用户内容到底是XML好还是Database好?
B**z
发帖数: 38
47
来自主题: XML版 - Weblog: DB vs. XML?
用户内容当然是database。
难道账号密码都用xml不成。
现在xml的security还很差。
r*****s
发帖数: 985
48
来自主题: XML版 - Weblog: DB vs. XML?
and apache xml security library.
use message level security by XML Encryption to store user passwd.
w********c
发帖数: 2632
49
来自主题: XML版 - Weblog: DB vs. XML?
You are right on this. It's not possible to compare the security feature of
the XML with that of dabatases for now, and maybe even in the future. But
Weblog is usually a standalone application which means that its content should
be used for future data analysis, not for security issues like authentication,
authorization and access control. I am not aware of any weblog that keeps
password information. There is a trend to use XML in weblog because it can
promote standardization, simplify informati
l****t
发帖数: 49
50
I am currently studying XML-RPC and SAOP. I would like to know if there is
other guy here who is also interested in this field.
In my opinion, the XML is nothing more than a format of coding. It, standing
alone, means nothing. But if you are familiar with RPC, the remote procedure
Call, you must find that it is very difficult to create a easy-understood,
universal interface for users to use the RPC functionality provided by the
server.
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)