so hot to add this tags with docx4j?
as i try to parse it with
- Code: Select all
String bookmarkStart =
"<w:bookmarkStart w:id=\"0\" w:name=\"sampleBookmark\" />",
bookmarkEnd = "<w:bookmarkEnd w:id=\"0\" />";
Object bStart = XmlUtils.unmarshalString(bookmarkStart);
Object bEnd = XmlUtils.unmarshalString(bookmarkEnd);
i get
- Code: Select all
The prefix "w" for element "w:bookmarkStart" is not bound.
the same 4 another of course .
Any help pls?