https://issues.apache.org/bugzilla/show_bug.cgi?id=57356

            Bug ID: 57356
           Summary: XWPFDocument can not parse node as xmlns:wx
           Product: POI
           Version: 3.10-FINAL
          Hardware: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: XWPF
          Assignee: [email protected]
          Reporter: [email protected]

I am now try to get the value of <wx:t wx:val="3."/>, is it possible to get it
with POI API?

    <w:pPr>
        <w:pStyle w:val="ListParagraph"/>
        <w:listPr>
            <w:ilvl w:val="0"/>
            <w:ilfo w:val="3"/>
            <wx:t wx:val="3."/>
            <wx:font wx:val="Times New Roman"/>
        </w:listPr>
        <w:ind w:left="0" w:first-line="567"/>
        <w:jc w:val="left"/>
        <w:rPr>
            <w:rFonts w:ascii="仿宋_GB2312" w:fareast="仿宋_GB2312"/>
            <wx:font wx:val="仿宋_GB2312"/><w:color w:val="FF0000"/>
        </w:rPr>
    </w:pPr>

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to