Important Notice - Forums is archived
To simplify things and help our users to be more productive, we have archived the current forum and focus our efforts on helping developers on Stack Overflow. You can post new questions on Stack Overflow or join our Discord channel.

Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
Edit an SVG loaded into Embedded
Hi All ! :)
Id like to display a SVG file witch content is server-side driven. For exemple : I display a SVG with a string, and I want to edit this string at any time...
I used Embedded to display a SVG file, th'is part is ok, but now i'd like to edit some attribute's value, accessing it by the id of the element...
I tried to use an XMLParser to edit the Resource of the Embedded but seems to be the heavy way and not the nicer one...
I don't know if i'm on the right way...
Someone has a clue ? An add-on has already been released and do it nice ?
If someone has a piece of code to demonstrate (cause i'm a little bit new on Vaadin...)
Thanks a lot ! :)