Page 1 of 1
					
				Antenna House FO schema doesn't allow @field-readonly in axf:form-field
				Posted: Tue May 10, 2022 10:16 pm
				by Simcha
				When editing FO with the latest XML Developer 24.1, we're getting the message that field-readonly isn't allowed in axf:form-field. Both in practice and according to 
https://www.docs.antennahouse.com/forma ... d-readonly we should be able to use it there (with values of true or false). Would it be possible to add the support? The error messages get in the way of finding real errors.
Small snippet:
<axf:form-field 
   field-type="text"
   field-name="dontwritehere"
   field-readonly="true"
   field-flags="Hidden"
   field-default-text="You can't write here!"/>
 
			
					
				Re: Antenna House FO schema doesn't allow @field-readonly in axf:form-field
				Posted: Wed May 11, 2022 7:01 am
				by Radu
				Hi,
The XSL-FO with Antenna House extensions editing and validation is done in Oxygen using an add-on developed by Antenna House, I added a new issue on the project based on your report, you can watch the issue to see what the Antenna House developers have to say about it:
https://github.com/AntennaHouse/focheck/issues/45
Regards,
Radu
 
			
					
				Re: Antenna House FO schema doesn't allow @field-readonly in axf:form-field
				Posted: Wed May 11, 2022 4:47 pm
				by Simcha
				Thanks, Radu! Sounds like they've now fixed it for a future version.
			 
			
					
				Re: Antenna House FO schema doesn't allow @field-readonly in axf:form-field
				Posted: Thu May 12, 2022 7:39 am
				by Radu
				Hi,
Right, if you right click in Oxygen inside the "<axf:form-field" tag you can use the "Go to definition" action to instruct Oxygen to open the schema used for validation, this in case you want to replicate the fix Tony Graham made in your local copy of the RNG schema used for XSL-FO editing.
Regards,
Radu