-
I try make an XML like this. But i don't know how to use with bulder.element
and data is
|
Beta Was this translation helpful? Give feedback.
Answered by
renggli
Jul 23, 2021
Replies: 2 comments
-
There is a tutorial and countless examples in the tests of how to use the builder. To create a book element with arbitrary string data use: |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
renggli
-
thanks for that i has been do it already |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is a tutorial and countless examples in the tests of how to use the builder.
To create a book element with arbitrary string data use:
builder.element('book', nest: base64encoded)
, wherebase64encoded
is the String of your encoded data.