开发者

Auto increment in xml attributes

开发者 https://www.devze.com 2023-01-10 02:08 出处:网络
Can we use au开发者_Go百科to increment attribute in xml?XML is a file format, not a database. Auto increment has no meaning in an XML file context.

Can we use au开发者_Go百科to increment attribute in xml?


XML is a file format, not a database.

Auto increment has no meaning in an XML file context.

From the main w3 page on XML:

Extensible Markup Language (XML) is a simple, very flexible text format


No, an attribute name cannot contain a space, so auto increment is not a permissible attribute.

You could use auto-increment, auto_increment or autoincrement (or any capitalisation thereof)

0

精彩评论

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