kedeenuarniff
New Member
I am writing an xsl file.
I want to set Minimum and maximum threshold for values in XML.
Lets say I have \[code\]<metric id="M12">12.00</metric>\[/code\]Here I want to check that value of \[code\]M12\[/code\] should be within range of 5-12.I am setting these threshold values manually in XSL.
But now I want these threshold values should be read from some \[code\].properties\[/code\] file.Is it possible to read value from \[code\].properties\[/code\] file from XSL file?If yes, how can I read the threshold values set in \[code\].properties\[/code\] file?
I want to set Minimum and maximum threshold for values in XML.
Lets say I have \[code\]<metric id="M12">12.00</metric>\[/code\]Here I want to check that value of \[code\]M12\[/code\] should be within range of 5-12.I am setting these threshold values manually in XSL.
But now I want these threshold values should be read from some \[code\].properties\[/code\] file.Is it possible to read value from \[code\].properties\[/code\] file from XSL file?If yes, how can I read the threshold values set in \[code\].properties\[/code\] file?