Need a way to change attribute
Hello adepters,
I looking for ACL help to perform attribute value change for the selected part of xml file. In my schema I have a attribute called copyfit and this attribute is available in some block level element. So when I select content of xml and activate the ACL code it should prompt the user to put any value between 0-9 and the copyfit attribute value should be changed/inserted as per the user input.
For example if my selected content is
<section>
<head></head>
<para><para>
<list></list>
</section>
the attribute copyfit is only available for <section> and <head> then it should only change/insert in those elements only.
Thanks in advance.
Karthik

