由买买提看人间百态

topics

全部话题 - 话题: xerces
1 (共1页)
C**********r
发帖数: 75
1
Our server has different versions of Xerces-J installed, from 1.9 to 2.8
My project has to use Xerces-J 2.8 and I have Xerces-J.2.8.jar under my
project /WEB-INF/lib
How can I make my project invoke /WEB-INF/lib/ 2Xerces-J.2.8.jar without
changing system's classpath?
r*****l
发帖数: 2859
2
In one sentence: you should not put xerces.jar in classpaths
that are loaded by the web application's parent classloader.
It should not be put in the java ext library path, $CLASSPATH,
web/app servers common lib, domain lib and maybe more. If
other apps need to use this jar, they should have their own.
k***e
发帖数: 7933
3
来自主题: Programming版 - Xerces-C++ in vs.net question
I installed xercesc package so that I
can handle xml in C++. I am using vs.net 2003
as my IDE. I downloaded the binary release from
http://xml.apache.org/xerces-c/download.cgi
However I am having problem to get it work.
Here is the simple test code:
#include
#include
#include
#if defined(XERCES_NEW_IOSTREAMS)
#include
#else
#include
#endif
#include
X
l*********s
发帖数: 5409
4
来自主题: Programming版 - xml transcoding with xerces?
Hi, I need to trans-code xml files using xerces library, but with user-
defined encoding instead of default code page. I cannot change the locale of
the machine as it will have a too broad impact. Does any big bull how to do
that? Thanks.
c*******d
发帖数: 353
5
来自主题: Java版 - java & XML 2 example problem
In "Java & XML 2" I tried to follow the example
in Chapter 3. I downloaded the parser packages from apache website but I
couldn't find the mentioned xerces.jar file instead all evidence points to
xml-apis.jar. The code compiles ok but when I tried to run it, here is the
error message:
~/source_code/java/javaxml2/ch03/src]60: java -classpath
"../../lib/xerces-2_6_2/:." javaxml2.SAXTreeViewer ../xml/contents.xml
java.lang.ClassNotFoundException: org.apache.xerces.parsers.SAXParser
at
org.x
d****i
发帖数: 4809
6
Apache Xerces: runs on all platforms and compilers
http://xerces.apache.org/xerces-c/
b******s
发帖数: 25
7
Please contact:
Alex Melaik
Technical Engineering Recruiter
CATAPULT STAFFING, INC.
1820 Preston Park Blvd, Suite 1600, Plano, TX 75093
Office: 972-299-8809
Fax : 469-298-3473
Cell : 972-802-9627
A*********[email protected]
See below information from recruiter Alex. He said there are two very good
positions (senior software engineer) in Sugarland, TX. They are full time
positions in a global company with a salary range from 105-120K. Sugarland
has excellent elementary/middle/high scho... 阅读全帖
b******s
发帖数: 25
8
Please contact:
Alex Melaik
Technical Engineering Recruiter
CATAPULT STAFFING, INC.
1820 Preston Park Blvd, Suite 1600, Plano, TX 75093
Office: 972-299-8809
Fax : 469-298-3473
Cell : 972-802-9627
A*********[email protected]
See below information from recruiter Alex. He said there are two very good
positions (senior software engineer) in Sugarland, TX. They are full time
positions in a global company with a salary range from 105-120K. Sugarland
has excellent elementary/middle/high scho... 阅读全帖
j**********s
发帖数: 132
c*****s
发帖数: 214
10
来自主题: Java版 - java & XML 2 example problem
xerces-api只是API,没有完全实现,还需要有个xercesImpl
http://www.ibiblio.org/maven/xerces/jars/ 有你需要的Jar

org.xml.sax.helpers.XMLReaderFactory.createXMLReader(XMLReaderFactory.java:121
f*****Q
发帖数: 1912
m**i
发帖数: 89
12
来自主题: XML版 - tool for xml

你所知甚少。IBM有IBM的Java XML Parser,Oracle有Oracle的Java XML
Parser。它们都是免费的。另外还有个非常出名的东西,Apache Software
Foundation(ASF)的Xerces-J,也是纯Java的XML Parser。我用过Oracle的
和Xerces-J。前者和Oracle集成得很好,导出的类比较适合其BC4J的处理。
后者支持Schema Draft,处理能力较强。
用Java实现的XML Parser多了去了,这里只说了三个比较有名的。
s******n
发帖数: 22
13
来自主题: XML版 - xml parser?

to parse an .xml into a DOM, try
DOMParser in org.apapche.xerces.parsers
to serialize the DOM back to .xml, try
XMLSerialize in org.apache.xml.serialize
sure there are also tools dealing with SAX or so.
http://xml.apache.org/xerces-j/index.html
w*****e
发帖数: 4
14
来自主题: XML版 - [转载] question on XML parser

a
Xerces, you can check it out from apach.org. xerces was actually a IBM
product, it became open source project. XML4C, is another product of IBM, you
can find it from IBM website. both of them support xml schema validation.
f*******h
发帖数: 1269
c***r
发帖数: 4631
16
前面说到Sirius Black,是大黑狗的意思,在古代欧洲很古老很古老的传说里面,例如
凯尔特人和北方的维京人或者Norse人的传说里面,大黑狗经常是和地狱有联系的。
例如在英国北部有一个Barghest的传说,barghest大概是burg-ghost的意思。Barghest
是一只大黑狗,能够隐身,走路的时候会有铁链哗啦哗啦的声音。不知道有没有人想起
来Sirius Black曾经被关过监狱。
如果Barghest趴在一家门口,这家就要死人了。在送葬的时候,Barghest会领着当地的
狗跟随送葬的队伍。
因此Sirius Black必死。
关于黑狗,wiki上有很多信息。
http://en.wikipedia.org/wiki/Black_dog_%28ghost%29
当然也有说黑狗好的例如Connecticut就有一个好黑狗的传说,wiki里面也有。
nymphadora tonks
nymphadora 是nymph的礼物(dora)的意思。tonk是使劲打,strike的意思。
Nymph是古希腊神话中中的美丽的或仙或妖的美女。
nymphadora这个名字是nymp... 阅读全帖
c***r
发帖数: 4631
17
前面说到Sirius Black,是大黑狗的意思,在古代欧洲很古老很古老的传说里面,例如
凯尔特人和北方的维京人或者Norse人的传说里面,大黑狗经常是和地狱有联系的。
例如在英国北部有一个Barghest的传说,barghest大概是burg-ghost的意思。Barghest
是一只大黑狗,能够隐身,走路的时候会有铁链哗啦哗啦的声音。不知道有没有人想起
来Sirius Black曾经被关过监狱。
如果Barghest趴在一家门口,这家就要死人了。在送葬的时候,Barghest会领着当地的
狗跟随送葬的队伍。
因此Sirius Black必死。
关于黑狗,wiki上有很多信息。
http://en.wikipedia.org/wiki/Black_dog_%28ghost%29
当然也有说黑狗好的例如Connecticut就有一个好黑狗的传说,wiki里面也有。
nymphadora tonks
nymphadora 是nymph的礼物(dora)的意思。tonk是使劲打,strike的意思。
Nymph是古希腊神话中中的美丽的或仙或妖的美女。
nymphadora这个名字是nymp... 阅读全帖
z*******3
发帖数: 13709
18
这是apache的top projects
如果你能看懂,就知道开源在干嘛了
不过如果你是做os这种的,估计你看不懂这些是做啥的
这些社区都很活跃,版本号都在更新
Abdera Accumulo ActiveMQ Ant Aries Apache HTTP Server APR Avro Axis
Bloodhound Buildr Camel Cassandra Cayenne Chemistry Click CloudStack Cocoon
Continuum Cordova CouchDB cTAKES CXF Deltacloud Derby Directory Empire-db
Felix Flex Forrest Geronimo Gora Gump Hadoop Hama Hive HBase Isis Jackrabbit
James JMeter Kafka Lenya Mahout Marmotta Maven MINA mod_perl MyFaces ODE
OFBiz OpenEJB OpenJPA OpenNLP OpenOffice POI Pivot... 阅读全帖
j********r
发帖数: 96
19
WE are looking to find 2 candidates immediately.
This is a Contract-to-Hire position. Pay Rate: $50+ per hour.
If interested please contact: j**[email protected]
Requirements:
- 8+ years experience in OO development (Java or C/C++)
- Proficient in XML, XSD, DTD
- Familiarity with XBRL is a significant plus
- Experience with JAXB, XSLT, SAX, Xerces
- Experience developing for multi-tier distributed applications using J2EE,
JMS, JMX, JavaBeans, EJB, Java, JavaScript, JSF, JSP, XML, SOAP, JAXWS, an
j**********s
发帖数: 132
20
来自主题: TVGame版 - xbox 1 remote power on/off mod 成功
用过 modded xbox 的人都应该知道 xbmc 很方便,尤其是配合 MS Xbox remote,
使用 MC360 skin,并且把 XBMC 设置成默认 dashboard 的时候。 可惜 xbox 不
像 xbox 360 那样支持 remote power on, 当把 xbox 做 bedroom media center 时
还要每次起床开机,天天如此的话还是让人不爽。
从几个月前就开始计划着搞个 xbox power on mod, 今天终于抽出了两个小时时间搞成
了, 总共花费 $24 + 两个小时时间。
方法
====
目前流行的 xbox remote power on mod 有两种
1. http://www.xbox-scene.com/articles/xir.php
2. http://pablot.com/index.php?site=xerc&subsite=xerc2&sidemenu=hardware&sm=1
如果打算自己做电路板的话, 第一种方案更简单些, 由于只是给自己用,
单做一块电路板不划算, 就采用了第二种方案.
http://
j**********s
发帖数: 132
21
来自主题: TVGame版 - xbox 1 remote power on/off mod 成功
没法再原贴里加附件, 就贴在这里吧。图中黑色三极管形状的物体就是 IR
receiver,用导线通过 xbox 下方的缝隙和xbox 主板以及 XERC 连接, 透明胶
带固定. 相机和照相技术都很烂,大家看个原理就可以了.
c***r
发帖数: 4631
22
nymphadora tonks
nymphadora 是nymph的礼物(dora)的意思。tonk是使劲打,strike的意思。
Nymph是古希腊神话中中的美丽的或仙或妖的美女。
nymphadora这个名字是nymphadora她妈Andromeda Tonks给起的,至于这个名字背后的
故事,还要从Andromeda说起。
Andromeda在嫁给Ted Tonks之前是Black家族的人,因此名字是Andromeda Black。在古
希腊的神话里面Andromeda是埃塞俄比亚的公主,在希腊语里面,埃塞俄比亚是Black的
意思,因此Andromeda of Ethiopia就是Andromeda Black。Andromeda of Ethiopia长
得非常漂亮,她爹妈号称能跟海神波塞冬的女儿比美,波塞冬一怒之下派海怪在埃塞俄
比亚兴风作浪。Andromeda的父母只得把Andromeda扒光了绑在海边的礁石上献给海怪。
这时候来了一个叫Perseus的。Pers大概是strike的意思,和tonk的意思差不多。
这个Perseus的来历非常神奇。话说有个国王,得到一... 阅读全帖
c***r
发帖数: 4631
23
nymphadora tonks
nymphadora 是nymph的礼物(dora)的意思。tonk是使劲打,strike的意思。
Nymph是古希腊神话中中的美丽的或仙或妖的美女。
nymphadora这个名字是nymphadora她妈Andromeda Tonks给起的,至于这个名字背后的
故事,还要从Andromeda说起。
Andromeda在嫁给Ted Tonks之前是Black家族的人,因此名字是Andromeda Black。在古
希腊的神话里面Andromeda是埃塞俄比亚的公主,在希腊语里面,埃塞俄比亚是Black的
意思,因此Andromeda of Ethiopia就是Andromeda Black。Andromeda of Ethiopia长
得非常漂亮,她爹妈号称能跟海神波塞冬的女儿比美,波塞冬一怒之下派海怪在埃塞俄
比亚兴风作浪。Andromeda的父母只得把Andromeda扒光了绑在海边的礁石上献给海怪。
这时候来了一个叫Perseus的。Pers大概是strike的意思,和tonk的意思差不多。
这个Perseus的来历非常神奇。话说有个国王,得到一... 阅读全帖
c***r
发帖数: 4631
24
来自主题: LeisureTime版 - 哈利波特的魔法世界后面的故事
本帖把土人俺在xixi777的帖子《【西游】哈利。波特和他的魔法世界》后面外楼的回
帖总结一下另开一贴。
xixi777的帖子如下
http://www.mitbbs.com/article_t/LeisureTime/1735253.html
本帖基本和历史版的土人俺另外一个帖子保持同步。
http://www.mitbbs.com/article_t2/History/32033651.html
_____________________分割线_____________________.o0Ø0o.'Ö'
哈利波特里面人名的一些历史痕迹
Harry Potter
Harry来自古代德语名字Haimric, Haim对应英语里Home,ric对应英语里的Reich和rich
,这个词是“一家之主,说话算数的人”的意思。Harry还有可能是来自维京人的名字
Harold,是“一军之主”的意思,反正也是“说话算数的人”。
当年维京人拿下了不列颠半壁江山,大致如下图。
除了给不列颠留下大量的维京人名字和地名外,这些维京人还烧毁了大量的古英语的文
字。导致我们现在说的英语... 阅读全帖
c***r
发帖数: 4631
25
来自主题: LeisureTime版 - 哈利波特的魔法世界后面的故事
本帖把土人俺在xixi777的帖子《【西游】哈利。波特和他的魔法世界》后面外楼的回
帖总结一下另开一贴。
xixi777的帖子如下
http://www.mitbbs.com/article_t/LeisureTime/1735253.html
本帖基本和历史版的土人俺另外一个帖子保持同步。
http://www.mitbbs.com/article_t2/History/32033651.html
_____________________分割线_____________________.o0Ø0o.'Ö'
哈利波特里面人名的一些历史痕迹
Harry Potter
Harry来自古代德语名字Haimric, Haim对应英语里Home,ric对应英语里的Reich和rich
,这个词是“一家之主,说话算数的人”的意思。Harry还有可能是来自维京人的名字
Harold,是“一军之主”的意思,反正也是“说话算数的人”。
当年维京人拿下了不列颠半壁江山,大致如下图。
除了给不列颠留下大量的维京人名字和地名外,这些维京人还烧毁了大量的古英语的文
字。导致我们现在说的英语... 阅读全帖
s****o
发帖数: 26
26
Code synthesis会内存泄露。
xerces要自己写代码,每次更新schema都要改,不好
Y**G
发帖数: 1089
27
来自主题: Java版 - Java's top guns
[1] 好像还是Sun的JVM最好。可惜现在改名叫ORACLE了
[2] 好像TestNG有后来据上的趋势
[3] Java SE中的java.xml就是Xerces
[4] Forte? 没听说过。只知道Eclipse, IntelliJ, NetBeans
c*******i
发帖数: 1
28
来自主题: Java版 - 问题请教
有一java程序,在别人的机器上run 好好的,在自己机器上不能run。
都是敲入:
java -classpath Test.jar:xerces.jar:Test.properties:. project/Test
自己机器上说:
Invalid class name: project/Test
请问是什么问题?
r********u
发帖数: 3
29
来自主题: Java版 - java & XML 2 example problem
try
~/source_code/java/javaxml2/ch03/src]60: java -classpath "../../lib/xerces-2_6_2/xml-apis.jar:." javaxml2.SAXTreeViewer ../xml/contents.xml
^^^^^^^^^^^
r*****s
发帖数: 985
30
very likely it is the jar file problem, even different versions may fail
the whole thing, especially with those xalan, xerces ...
tomcat main log at $CATALINA_HOME/logs/catalina.out
g**********y
发帖数: 14569
31
What are you looking for? source code or implementation classes?
If source code, unzip the src.zip and read org/apache/crimson; If package, it
is included in the SDK, there is no separate jar file needed. Unjar rt.jar and
you will see it.
BTW, 1.4.2 uses crimson, an old implementation; 1.5.0 uses xerces, an newer
one. Both from Apache.
p***p
发帖数: 559
32
太多了,搞不清楚哪个是干什么的,JDK自身还有,还和其他包互相冲突
DOM,JDOM,Crimson,Xerces,JAXB,SAX....etc
c*****t
发帖数: 1879
33
SAX = a lexer that parse an XML document into tokens and generate
events on the token recieved. As you can imagine, there will
be continuous streams of events. Thus, some call SAX stream
or SAX event driven etc.
The SAX engine provided by JDK sucks. No hooks for custom entities
unless the XML document explicitly contains the DTD spec.
DOM = a generated tree of objects (think of DOM tree for html elements
in web browser, only this is for all XML documents).
Crimson/Xerc
t*******e
发帖数: 684
34
It depends on how classloader is implemented by the web server. For example,
WebLogic allows you to specify from which classloader you want to load the
jar.
m******t
发帖数: 2416
35

Configure your appserver so that the web app classloader will only ask
the parent classloader if it can't find a resource by itself. Note that
that is the opposite of the java classloading delegation protocol.
x******m
发帖数: 736
36
来自主题: Linux版 - 新手求教一个问题
用一个软件叫GeneTorrent,在我们学校cluster上跑。这个软件有rpm可以下载,但是我
不是管理员,所以没有权限装软件。
我就下了不用安装的tar.gz文件。
但是等我run这个程序的时候,总是报错 /libexec/gtdownload: error while loading
shared libraries: libxqilla.so.5: cannot open shared object file: No such
file or directory
这个是因为软件需要一些packages吗?
我记得这个manual上写了一些这个软件需要的package:openssl 1.0.1c,xerces-c 3.
1.1,xqilla 2.3.0,libcurl 1.3。
我不是管理员,怎么能装这些packages内?
菜鸟一个,大家帮帮忙
r****r
发帖数: 755
37
来自主题: Programming版 - 请问分析code的工具
second that
Doxygen 可以自动产生
dependency graphs, inheritance diagrams, and collaboration diagrams
image 都是可点的。
看这个例子。
http://xml.apache.org/xerces-c/apiDocs/classXMLNumber.html
c******n
发帖数: 4965
38
来自主题: Programming版 - 土了
花了半天的功夫,
一个
java.lang.UnsupportedOperationException: This parser does not support
specification "null" version "null"
[java] at javax.xml.parsers.DocumentBuilderFactory.setXIncludeAware
(DocumentBuilderFactory.java:590)
错误, 找来找去原来是xerces 从maven 上down 的version 不对,新版是叫
xercesImpl
google 太重要了, 最后找到有人有同样错误
x******m
发帖数: 736
39
来自主题: Programming版 - 新手求教一个问题 (转载)
【 以下文字转载自 Linux 讨论区 】
发信人: xydotcom (xydotcom), 信区: Linux
标 题: 新手求教一个问题
发信站: BBS 未名空间站 (Thu Mar 7 16:09:54 2013, 美东)
用一个软件叫GeneTorrent,在我们学校cluster上跑。这个软件有rpm可以下载,但是我
不是管理员,所以没有权限装软件。
我就下了不用安装的tar.gz文件。
但是等我run这个程序的时候,总是报错 /libexec/gtdownload: error while loading
shared libraries: libxqilla.so.5: cannot open shared object file: No such
file or directory
这个是因为软件需要一些packages吗?
我记得这个manual上写了一些这个软件需要的package:openssl 1.0.1c,xerces-c 3.
1.1,xqilla 2.3.0,libcurl 1.3。
我不是管理员,怎么能装这些packages内?
菜鸟一个,大家帮... 阅读全帖
j*******r
发帖数: 201
40
ibm: xerces, xalan.
a***s
发帖数: 1084
41
来自主题: XML版 - what is IBM xml4c2 on earth?
ibm Xml4C == Xerces from apache
l*******n
发帖数: 52
42
来自主题: XML版 - xml parser
IBM apache xerces
s***e
发帖数: 28
43
来自主题: XML版 - one simple question

^^^^^^^^^^^^^^^^^^^^^^
^^^^^^^^^^^^^^^^^^^^^^^..yes..
更严格的说应该是你可以利用目前的DOM APIs来generate XML files..
such as JAXP, Xerces, or JDOM...
i*****t
发帖数: 220
44
来自主题: XML版 - XML parser
Do you guys think MS XML parser which is included inside IE is good/convenient
to use? How about its work compared with Xerces? Thanks. //Thank the two
brothers answering the previous question.
a*****a
发帖数: 438
45
来自主题: XML版 - XML parser
of course it's convenient. you can use few lines of javascript/vbscript
to do xml/xsl work.
i never heard of xerces (sorry for my ignorance). so no comment.
j*****q
发帖数: 26
46
来自主题: XML版 - XML parser
It depends on which level you want to use the parser.
If u use javascript and vbscript based on windows or use Visual Basic, you
can easily use the parser because the system hides the complicated
interaction.
If u want to use it on c++ level, you need to know COM.
If u are familiar with JAVA, xerces is a handy lib. It's easy to understand
and use.

good/convenient
two
c*****t
发帖数: 198
47
来自主题: XML版 - XML parser
I am using xerces now. Honestly, it is good in that it has everything and it
is free. It is not that good to me since it is too big, not cute at all (want
to compile, take half an hour). This parser coordinates with xml 1.0
standards. It will create a C++ library so that you can use.
I tried it in Linux.
Personally, I don't think an XML parser should be this complex. Even the XML
standard I don't like it: it is not so convinient for programming.

good/convenient
two
o********l
发帖数: 190
48
来自主题: XML版 - question on xerces
写了一个parser
执行时报错:
warning at (file,line 0, char 0):An exception occurred!
Type:RuntimeException,
Message:Warning:
The primary document entity could not be opened.
Id=personal.xsd
谁碰到过类似的情况?怎么解决?
w*****h
发帖数: 139
49
来自主题: XML版 - question on xerces
So you use xml schema to validate your xml document?
Should you resolve the entity name before use it?
w*****h
发帖数: 139
50
来自主题: XML版 - XML parser ???
Xerces
xml.apache.org
1 (共1页)