SWI_literal: does it accept properties as per SISR?
Posted: Mon Dec 24, 2007 3:02 pm
In grammar fiiles, I'd like to know if the I can use properties attached to SWI_literal.
According to the SISR spec, I can use a construct such as
and in my field element use
and, on recognition, the field element's alpha will contain "bar."
I'd like to know if:
(a) Whether is supported. My current code isn't working, and if SWI_literal cannot have properties, that'd explain why my code is not working.
(b) If the slot attribute is supported, i.e., if is supported.
According to the SISR spec, I can use a construct such as
Code: Select all
<tag>out.foo="bar"</tag>
Code: Select all
<field name="alpha" slot="foo">
I'd like to know if:
(a) Whether
Code: Select all
<tag>SWI_literal.foo="bar"</tag>
(b) If the slot attribute is supported, i.e., if
Code: Select all
<field name="alpha" slot="foo">