mirror of
https://github.com/github/codeql.git
synced 2025-12-17 17:23:36 +01:00
14 lines
266 B
JavaScript
14 lines
266 B
JavaScript
items.@id;
|
|
items.*[1];
|
|
order.@*;
|
|
e..employee.(@id == 0 || @id == 1);
|
|
message.@soap::encodingStyle;
|
|
message.soap::Body;
|
|
items.@[f()];
|
|
message.soap::[g()];
|
|
|
|
var e = <?xml version="1.0" encoding="UTF-8"?> <elt>
|
|
<!-- comment -->
|
|
<![CDATA[ some <cdata> ]]>
|
|
</elt>;
|