Chage view1.Xsl Dynamically

V

Veelicus

Hi!

I need to access to the data stored in the view1.xsl dynamically.

Does someone knows how to do?

thx.
 
D

David Dean

You can't make dynamic changes to the view XSL - you have to use conditional
formatting to dynamically change the view display. However, it is possible to
read the contents of the XSL using the FormTemplate class in the InfoPath
object model. I'm not sure why you would need to do this, though...?
 
Top