如何解析XML schema

<xs:elementname="real_charge_outParam"><xs:annotation><xs:documentation>实时费用查询输出参数</x... <xs:element name="real_charge_outParam">
<xs:annotation>
<xs:documentation>实时费用查询输出参数</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="charge" type="xs:integer" nillable="true" minOccurs="0">
<xs:annotation>
<xs:documentation>返回号码对应帐户下的总实时费用(没有进行余额虚扣的费用,单位:分)</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="err_code" type="xs:integer">
<xs:annotation>
<xs:documentation>错误码:0成功,1失败</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="err_msg" type="xs:string">
<xs:annotation>
<xs:documentation>错误信息</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="real_bill_data" type="real_bill_detail" nillable="true" minOccurs="0">
<xs:annotation>
<xs:documentation>实时帐单数据</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>

假如有这样的一个XML文件,我要如何获取这个文件里面的内容呢?
展开
 我来答
actonst
2012-07-30 · TA获得超过1.8万个赞
知道大有可为答主
回答量:8184
采纳率:80%
帮助的人:5215万
展开全部
schema是控制XML文件的元素名称、类型、顺序的,为什么还要解析它呢?
使用XML Spy,它能马上生成满足schema条件的XML示例文件来。
如果硬要解析也不是不可以,但这不是Schema存在的目的哟。
1425077119
2012-07-30 · TA获得超过131个赞
知道答主
回答量:123
采纳率:0%
帮助的人:74.4万
展开全部
百度知道
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式