Hi,

The following document processes without error with 0.20.5rc2 but causes a 
java.lang.NullPointerException with 1.0Dev.  I narrowed it down to the fact 
that the <a> has 'null' content.  Should I submit a bug or is this bad XSL:FO?

Thanks,
Bruce

<?xml version="1.0" encoding="utf-8" ?>
<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format";>
        <fo:layout-master-set>
                <fo:simple-page-master master-name="simple" page-height="12cm" 
page-width="20cm" margin-top=".5cm" margin-bottom=".5cm" margin-left=".5cm" 
margin-right=".5cm">
                        <fo:region-body margin-top=".5cm" />
                        <fo:region-before extent=".5cm" />
                        <fo:region-after extent=".5cm" />
                </fo:simple-page-master>
        </fo:layout-master-set>
        <fo:page-sequence master-reference="simple">
                <fo:flow flow-name="xsl-region-body">
                        <fo:block font-size="12pt" font-family="sans-serif" 
line-height="15pt" space-after.optimum="3pt" text-align="justify">
                                Embedded SVG
                                <fo:instream-foreign-object>
                                        <svg xmlns="http://www.w3.org/2000/svg"; 
width="20" height="20">
                                                <a>
                                                        <g>
                                                        </g>
                                                </a>
                                        </svg>
                                </fo:instream-foreign-object>
                        </fo:block>
                </fo:flow>
        </fo:page-sequence>
</fo:root>




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to