We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fj-doc-mod-fop - PDF, XSL-FO doc handler based on Apache FOP
correcly render table
get error "fo:inline" is not a valid child of "fo:table-cell"! (See position 86:39)
yes, but a workaround mitigating it exists
Use instead of if possible
Here is a sample code :
<row> <cell><phrase>${current.data}</phrase></cell> </row>
Here is a simple POC f897dbc
No response
Wrap a phrase inside a fo:block
The text was updated successfully, but these errors were encountered:
[fj-mod-doc-fop] error if a element <phrase> is inside a <cell> (proo…
f897dbc
…f of concept) #426
[fj-mod-doc-fop] error if a element <phrase> is inside a <cell> (fix) #…
309c7d3
…426
fix typo in changelog #426
c3510de
fugerit79
Successfully merging a pull request may close this issue.
Uh oh!
There was an error while loading. Please reload this page.
Module
fj-doc-mod-fop - PDF, XSL-FO doc handler based on Apache FOP
Expected Behavior
correcly render table
Current Behavior
get error "fo:inline" is not a valid child of "fo:table-cell"! (See position 86:39)
Is blocking?
yes, but a workaround mitigating it exists
A work around exists?
Use instead of if possible
Steps to reproduces
Here is a sample code :
Is a proof of concept available
Here is a simple POC f897dbc
Context information
No response
Other information
No response
Proposed solution
Wrap a phrase inside a fo:block
The text was updated successfully, but these errors were encountered: