开发者

error in xml code

I am using the code inXML scehma to represent my phone number which is like this:

ABC-JHG

I am getting an error like: values Abc-JHG is not allowe开发者_开发知识库d for element Name.

How should I make it comaptile with my input.


\d is only for numbers, change the second two to \w.


Use a regular expression that allows non-numeric data.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜