We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We received this feedback: https://www.oxygenxml.com/forum/viewtopic.php?f=7&t=24267 about an XSL-FO file like this being considered invalid as it uses the "field-readonly" attribute in an axf:form-field :
<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:axf="http://www.antennahouse.com/names/XSL/Extensions" xml:lang="en"> <fo:layout-master-set> <fo:simple-page-master master-name="spm"> <fo:region-body/> </fo:simple-page-master> </fo:layout-master-set> <fo:page-sequence master-reference="spm"> <fo:flow flow-name="xsl-region-body"> <fo:block>Hello, wo<axf:form-field field-type="text" field-name="dontwritehere" field-readonly="true" field-flags="Hidden" field-default-text="You can't write here!"/>rld.</fo:block> </fo:flow> </fo:page-sequence> </fo:root>
The text was updated successfully, but these errors were encountered:
a9d0ba0
Thanks @tgraham-antenna
Sorry, something went wrong.
No branches or pull requests
We received this feedback:
https://www.oxygenxml.com/forum/viewtopic.php?f=7&t=24267
about an XSL-FO file like this being considered invalid as it uses the "field-readonly" attribute in an axf:form-field :
The text was updated successfully, but these errors were encountered: