Generate dynamic xmlns

Posted by alexbf on Stack Overflow See other posts from Stack Overflow or by alexbf
Published on 2010-05-18T20:38:13Z Indexed on 2010/05/18 20:40 UTC
Read the original article Hit count: 305

Filed under:

Hello,

I would like to dynamically generate xmlns attributes.

I want to generate this in XSL :

<Common:MainPageBase xmlns:Common="clr-namespace:ThisPartIsDynamic;assembly=ThisPartIsDynamic"> </Common:MainPageBase>

How can I do that in XSL?

Thanks, Alex

© Stack Overflow or respective owner

Related posts about xslt