Revision of 12013 design from Fri, 2008-06-13 05:02
Wiki page: Submitted by imagiczhang on Fri, 2008-06-13 03:53. Last updated on Tue, 2008-06-17 20:08.
Design for item
What user need will be met by this feature?
Users can use @conref combined with @conrefend to refer to a range of sibling elements and pull them into the specified location.
What is the technical design for the change
In conrefImpl.xsl, when the target of @conref is processed, the code first copy or proceed all @* attributes of target elements and then use apply-templates on its sub-nodes. After that we need to add the code to check whether @conrefend is valid and proceed the elements in the conref range. Since the template to proceed conref target doesn't know whether there is @conrefend at conref source, the value of @conrefend should be passed as parameter.What sections of the toolkit will be impacted by the change?
The change will impact conref resolution xslt script.
See also
none