Auto increment in xml attributes
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)
精彩评论