<?xml version="1.0" encoding="UTF-8"?>
<pdx:document xmlns:pdx="http://www.phpdocx.com/main" >
    <pdx:content>
        <pdx:wordFragments>
            <pdx:wordFragment pdx:wordFragmentName="textFragmentA" pdx:target="document">
                <pdx:content>
                    <pdx:addText>
                        <pdx:textRun>
                            <pdx:data pdx:dataId="" pdx:dataType="text">New text at the beginning</pdx:data>
                        </pdx:textRun>
                    </pdx:addText>
                </pdx:content>
            </pdx:wordFragment>
            <pdx:wordFragment pdx:wordFragmentName="textFragmentB" pdx:target="document">
                <pdx:content>
                    <pdx:addText>
                        <pdx:textRun>
                            <pdx:data pdx:dataId="" pdx:dataType="text">New text second page</pdx:data>
                        </pdx:textRun>
                    </pdx:addText>
                </pdx:content>
            </pdx:wordFragment>
            <pdx:wordFragment pdx:wordFragmentName="textFragmentC" pdx:target="document">
                <pdx:content>
                    <pdx:addText>
                        <pdx:textRun>
                            <pdx:data pdx:dataId="" pdx:dataType="text">New text first page</pdx:data>
                        </pdx:textRun>
                    </pdx:addText>
                </pdx:content>
            </pdx:wordFragment>
            <pdx:wordFragment pdx:wordFragmentName="textFragmentD" pdx:target="document">
                <pdx:content>
                    <pdx:addText>
                        <pdx:textRun>
                            <pdx:data pdx:dataId="" pdx:dataType="text">New text at the end</pdx:data>
                        </pdx:textRun>
                    </pdx:addText>
                </pdx:content>
            </pdx:wordFragment>
        </pdx:wordFragments>
        <pdx:insertWordFragment pdx:wordFragmentName="textFragmentA" pdx:location="before">
            <pdx:referenceNode pdx:type="*" pdx:occurrence="1" />
        </pdx:insertWordFragment>
        <pdx:insertWordFragment pdx:wordFragmentName="textFragmentB" pdx:location="after">
            <pdx:referenceNode pdx:type="section" pdx:occurrence="1" />
        </pdx:insertWordFragment>
        <pdx:insertWordFragment pdx:wordFragmentName="textFragmentC" pdx:location="before">
            <pdx:referenceNode pdx:type="section" pdx:occurrence="1" />
        </pdx:insertWordFragment>
        <pdx:insertWordFragment pdx:wordFragmentName="textFragmentD" pdx:location="after">
            <pdx:referenceNode pdx:type="*" pdx:occurrence="-1" />
        </pdx:insertWordFragment>
    </pdx:content>
</pdx:document>