>So how would one get a document base query parameter into a WTKX binding? >as in > <Label text="%id"/>
The "%" character is a resource resolution operator. What you want is this: <Label textKey="id"/> Then you can call load() on your root container and pass it the startup properties.
