由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
XML版 - XML schema questions
相关主题
XML 教程--8急!问个最初纪问题
one simple questionschema 开发工具有那些??
[转载] question on XML parser在Excel中如何使用XML?
[转载] Re: May a XML file have more than one root?XML, Database and Java
10-15用于 parse xml的script
why do u use XML?从哪里开始学习XML?
XML 教程--6 tool for xml
XML Schema里面的targetNamespace这个属性是什么意思?XML is so hot, why this board is so cold?
相关话题的讨论汇总
话题: xsd话题: xml话题: schema话题: parser话题: element
进入XML版参与讨论
1 (共1页)
c***c
发帖数: 6234
1
I am new in XML and need some help.
for example
xml schema is

http://www.w3.org/2001/XMLSchema"
targetNamespace="http://www.demo.org"
xmlns="http://www.demo.org"
elementFormDefault="qualified">





P*****x
发帖数: 72
2
Which XML parser are u using? For apache parser, you need to set the
external schema location in parser setup code.

【在 c***c 的大作中提到】
: I am new in XML and need some help.
: for example
: xml schema is
:
: http://www.w3.org/2001/XMLSchema"
: targetNamespace="http://www.demo.org"
: xmlns="http://www.demo.org"
: elementFormDefault="qualified">
:
:

c***c
发帖数: 6234
3
Thank you for answering.
I do not use parser. Actually I do not have server. I just wrote xml file and
schema file. Then put them in the same folder.
OK I am new in XML and I am a little stupid. I just used XML to store data
(some servlet info) for JSP server. No schema and DTD
2 more questions. Please help
1. To use schema, do I need a server (or application like java, perl) to
handle it?
2. If no need server, how can I validate the schema (to check are there bugs
in schema)
If doesn't matte

【在 P*****x 的大作中提到】
: Which XML parser are u using? For apache parser, you need to set the
: external schema location in parser setup code.

P*****x
发帖数: 72
4
I don't know if there is way to validate XML file against schema w/o parser.
If using parser is ok w/ ur situation, u can find a parser and reference
at apache.org
To check bugs in schema is easy, if you have visual studio .net, just
load it into ide.
I am not expert of XML either but I happen to mess w/ apache C++ parsers
a lot.

【在 c***c 的大作中提到】
: Thank you for answering.
: I do not use parser. Actually I do not have server. I just wrote xml file and
: schema file. Then put them in the same folder.
: OK I am new in XML and I am a little stupid. I just used XML to store data
: (some servlet info) for JSP server. No schema and DTD
: 2 more questions. Please help
: 1. To use schema, do I need a server (or application like java, perl) to
: handle it?
: 2. If no need server, how can I validate the schema (to check are there bugs
: in schema)

d****c
发帖数: 24
5
use Altova XMLSpy, home edition is free.

and
bugs

【在 P*****x 的大作中提到】
: I don't know if there is way to validate XML file against schema w/o parser.
: If using parser is ok w/ ur situation, u can find a parser and reference
: at apache.org
: To check bugs in schema is easy, if you have visual studio .net, just
: load it into ide.
: I am not expert of XML either but I happen to mess w/ apache C++ parsers
: a lot.

1 (共1页)
进入XML版参与讨论
相关主题
XML is so hot, why this board is so cold?10-15
Looking for the fastest XML parser with XML schema validation (forget about anything in Java)why do u use XML?
Help: Several questions on XMLXML 教程--6
questions!XML Schema里面的targetNamespace这个属性是什么意思?
XML 教程--8急!问个最初纪问题
one simple questionschema 开发工具有那些??
[转载] question on XML parser在Excel中如何使用XML?
[转载] Re: May a XML file have more than one root?XML, Database and Java
相关话题的讨论汇总
话题: xsd话题: xml话题: schema话题: parser话题: element