Stream: shorthand
Topic: xhtml
David Hay (Jan 05 2020 at 23:42):
How do you set the contents of the text element? The following complains about the wrong datatype, but I'm not sure how to specify xhtml...
- ^text.div = "<div xmlns='http://www.w3.org/1999/xhtml'><div>text</div></div>"
Chris Moesel (Jan 06 2020 at 16:21):
@David Hay -- that seems like it might be bug in SUSHI. Perhaps we haven't taught it to treat xhtml as a string. @Nick Freiter -- is this something you might be able to look at as you look at your other fixed value tasks?
Nick Freiter (Jan 06 2020 at 16:29):
Yeah I think you are exactly right Chris, SUSHI doesn't know you can set an xhtml type element to a string value. I can work on adding that.
Last updated: Apr 12 2022 at 19:14 UTC