Xslt: Is it possible to update a global value for later use?

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
Hi,
I understand from documentation that an xslt variable is more like a constant. But isnt there somehow a way to have a true variable in xslt? For example when processing an xml file I would like to write an element at the end of the output which would contain
information about the processing itself. However in order to do this I need to register some information in each template that processes the input xml.
<br/>
<br/>
How can I do this?
-- <br/>
Werner

View the full article
 
Back
Top