18 lines
399 B
Plaintext
18 lines
399 B
Plaintext
|
attribute foo
|
||
|
attribute foo-bar
|
||
|
attribute foo:bar
|
||
|
|
||
|
----------------------------------------------------
|
||
|
|
||
|
[
|
||
|
["builtin", "attribute"],
|
||
|
["xquery-attribute", "foo"],
|
||
|
["builtin", "attribute"],
|
||
|
["xquery-attribute", "foo-bar"],
|
||
|
["builtin", "attribute"],
|
||
|
["xquery-attribute", "foo:bar"]
|
||
|
]
|
||
|
|
||
|
----------------------------------------------------
|
||
|
|
||
|
Checks for XQuery attribute constructor.
|