Hello, I am getting below error message when i apply transform to a XML file:
The element has invalid child element 'http://schemas.openxmlformats.org/wordprocessingml/2006/main:p'.
List of possible elements expected: <http://schemas.openxmlformats.org/wordprocessingml/2006/main:customXmlPr>.
Affected Node:
<w:p xmlns:w="http://schemas.openxmlformats.org/wordprocessingml/2006/main"><w:pPr><w:pStyle w:val="ListParagraph" /><w:numPr><w:ilvl w:val="1" /><w:numId w:val="8" /></w:numPr></w:pPr><w:r><w:rPr /><w:t>For more info on the documentation</w:t></w:r></w:p>
and complete WordProcessingML is as under:
<w:document xmlns:w="http://schemas.openxmlformats.org/wordprocessingml/2006/main" xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:exslt="http://exslt.org/common"><w:body><w:customXml w:uri="DitaOXmlPub" w:element="topic"><w:customXmlPr><w:attr w:name="id" w:val="topic_wdw_4cn_kq" /><w:attr w:name="class" w:val="- topic/topic " /><w:attr w:name="TopicFullPath" w:val="https://.../Non_Working.xml" /></w:customXmlPr><w:customXml w:uri="DitaOXmlPub" w:element="title"><w:p><w:pPr><w:pStyle w:val="Heading8" /></w:pPr><w:r><w:rPr /><w:t>SYSTEM DATABASE</w:t></w:r></w:p></w:customXml><w:customXml w:uri="DitaOXmlPub" w:element="shortdesc"><w:p><w:pPr><w:pStyle w:val="shortdesc" /></w:pPr></w:p></w:customXml><w:customXml w:uri="DitaOXmlPub" w:element="body"><w:customXml w:uri="DitaOXmlPub" w:element="ul"><w:customXmlPr><w:attr w:name="id" w:val="ul_kmx_cty_vq" /><w:attr w:name="class" w:val="- topic/ul " /></w:customXmlPr><w:customXml w:uri="DitaOXmlPub" w:element="li"><w:p><w:pPr><w:pStyle w:val="ListParagraph" /><w:numPr><w:ilvl w:val="0" /><w:numId w:val="8" /></w:numPr></w:pPr><w:customXml w:uri="DitaOXmlPub" w:element="p"><w:customXml w:uri="DitaOXmlPub" w:element="b"><w:customXml w:uri="DitaOXmlPub" w:element="u"><w:r><w:rPr><w:b /><w:u w:val="single" /></w:rPr><w:t>More details</w:t></w:r></w:customXml></w:customXml></w:customXml><w:customXml w:uri="DitaOXmlPub" w:element="ul"><w:customXmlPr><w:attr w:name="id" w:val="ul_kgw_2ty_vq" /><w:attr w:name="class" w:val="- topic/ul " /></w:customXmlPr><w:customXml w:uri="DitaOXmlPub" w:element="li"><w:p><w:pPr><w:pStyle w:val="ListParagraph" /><w:numPr><w:ilvl w:val="1" /><w:numId w:val="8" /></w:numPr></w:pPr><w:r><w:rPr /><w:t>For more info on the documentation</w:t></w:r></w:p></w:customXml></w:customXml></w:p></w:customXml></w:customXml></w:customXml></w:customXml></w:body></w:document>
Any help on this is much appreciated.
Thanks, Nilesh