I am trying to add line break after my comments above the root node in XML document. I need something like this: But What I was able to get is this(Line break inside the root but I need line break after the comment): I need to add the line break just after my comment. Is there a way to do
Tag: domparser
Extract the first page content from docx file by XML parsing
I need to extract the first page content from the docx file and save it as a seperate document. I need everything from the first page( images, tables, text) to be saved as it is in new docx file. What i tried is : I looked into the xml of the unzipped docx file. Since word document is reflowable i