Skip to content

Commit 18244f9

Browse files
johanmalmConsolatis
authored andcommitted
tips-n-tricks: clarify the applicability of the XML element/attribute
...agnostic parsing.
1 parent ac04c37 commit 18244f9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/tips-and-tricks.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ example, the `<c>` element below would be assigned the nodename `c.b.a`:
2222
`labwc` also parses XML in an element/attribute agnostic way, which means that
2323
`<a><b>foo</b></a>` is equivalent to `<a b="foo"/>`.
2424

25+
Note: This does not apply to core aspects of menu.xml (specifically the
26+
attributes id, label and execute), but is fine for actions.
27+
2528
To see the config/menu file nodenames when `labwc` starts, set the following
2629
environment variables:
2730

0 commit comments

Comments
 (0)