求助xml里面正则表达式,错误数据提示能否改变?
我写cli需要判断用户输入,下面是我一个xml片段
<symbol path="show tdm sdh" token="set" relative="false">
<hint>Interrogate SET Configuration Information </hint>
<symbol token="set-index" relative="false">
<symbol dynamic_token="set_index" variable="unit_index">
<hint> Input unit index decimal number [0,199],then press enter </hint>
<constraints>
<constraint type="regexp" value="^1?[0-9]{1,2}(,1?[0-9]{1,2})*$|^1?[0-9]{1,2}-1?[0-9]{1,2}$"/>
</constraints>
<actions>
<action>
<executable account="user" location="server">
<command>
/commands_phm sdhinterrogate ${unit_ind
相关问答:
从数据库中查询一张表的数据
select 部门,姓名 from tb
如何才能生成下面的xml格式文件
<folder state="unchecked" label="全部">
<folder state="unchecked" isBra ......
Java code:
/**
* 设置指定的元素名和节点索引所对应节点的内容
* @param 元素名
* @param 节点索引
* @param 内容
*/
public void setElementContent(String elementName,in ......
引用的文件包含错误(XXXXX.xsd)。有关更多信息,右键单击消息并选择“显示详细信息...”
请问这是哪出错了???我在elipse里没错 拿到myelipse里xml全是这个错误。。。。
是不是少包啊?
包都在呢呀。。。 ......
XML code:
<?php
$XMLstr="<DMResponse><Code>1</Code><Description>Your request was successfully received and processed.</Description><ResultData><Explan ......