This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Using XSL and schemas to create form-editable xml files



> This uses a schema to

what does?

> 1. can't use variables to name new xsl:elements
I don't know what you mean but the name attribute of xsl:element is an
AVT so you can use any XPath expression, including variables
<xsl:element name="{$x}">...

> 2. can't use variables to name new xsl:attributes
as above.

> 3. xsl:copy, when used on attributes, can't have a template body
?? what were you trying to do?


> any improvements out there?
Your problem is rather under specified to offer any furtther help.

David

_____________________________________________________________________
This message has been checked for all known viruses by Star Internet delivered
through the MessageLabs Virus Control Centre. For further information visit
http://www.star.net.uk/stats.asp

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]