c# - Get a compiled variable value from a xslt file -
c# - Get a compiled variable value from a xslt file -
hellu
i'm trying create little programme goal convert files format. end, utilize external xslt files, , xslcompilertransformer in c# project.
i want xslt files contain filepath in result of transformation saved. path generated values retrieved within file transformed, , looks this:
<xsl:param name="path" select="'c:\mypath\'"/> <xsl:param name="file" select="'[/history/@file]-[/history/@data]'"/>
so "file" parameter have value retrieved attributes "file" , "data" node history.
i hardly think there way compiled value of parameter within c# program.
so guess have set value within transformed file 1 way or another, since file xml or csv (or else, knows!), have no thought of how that.
do you? help appreciated.
c# xml csv xslt-1.0
Comments
Post a Comment