Skip to content

Commit

Permalink
tips-n-tricks: clarify the applicability of the XML element/attribute
Browse files Browse the repository at this point in the history
...agnostic parsing.
  • Loading branch information
johanmalm authored and Consolatis committed Mar 24, 2024
1 parent ac04c37 commit 18244f9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/tips-and-tricks.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ example, the `<c>` element below would be assigned the nodename `c.b.a`:
`labwc` also parses XML in an element/attribute agnostic way, which means that
`<a><b>foo</b></a>` is equivalent to `<a b="foo"/>`.

Note: This does not apply to core aspects of menu.xml (specifically the
attributes id, label and execute), but is fine for actions.

To see the config/menu file nodenames when `labwc` starts, set the following
environment variables:

Expand Down

0 comments on commit 18244f9

Please sign in to comment.