vb.net - How to create & write data in the XSLT file? -


i want create xslt file programmatically using vb.net. & want write nodes & subnodes in file .

how can this? can me in resolving problem?

thanx.....

usually when requirement arises, xslt want generate has 95% fixed (predictable) content, , 5% dynamic content. in case best approach put fixed content in xml file, , transform using xslt generate dynamic content.

there other cases content dynamic, example when want generate lots of template rules conditions defined in input file. in case generating stylesheet using xslt useful technique.


Comments

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

visual c++ - Using relative values in array sorting ( asm ) -