File tree Expand file tree Collapse file tree
eo-maven-plugin/src/main/resources/org/eolang/maven/shake Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 of the object.
1111 -->
1212 <xsl : output encoding =" UTF-8" method =" xml" />
13+ <xsl : import href =" /org/eolang/parser/_specials.xsl" />
1314 <xsl : function name =" eo:original-name" as =" xs:string" >
1415 <xsl : param name =" program" as =" node()" />
1516 <xsl : param name =" o" as =" node()" />
2829 <xsl : when test =" $o/@name" >
2930 <xsl : choose >
3031 <xsl : when test =" $o/@name = '@'" >
31- <xsl : text >φ</ xsl : text >
32+ <xsl : value-of select = " $eo:phi " / >
3233 </xsl : when >
3334 <xsl : otherwise >
3435 <xsl : value-of select =" $o/@name" />
3839 <xsl : otherwise >
3940 <xsl : choose >
4041 <xsl : when test =" starts-with($parent/@base, '.') and not($o/preceding-sibling::o)" >
41- <xsl : text >ρ</ xsl : text >
42+ <xsl : value-of select = " $eo:rho " / >
4243 </xsl : when >
4344 <xsl : otherwise >
44- <xsl : text >α</ xsl : text >
45+ <xsl : value-of select = " $eo:alpha " / >
4546 <xsl : value-of select =" count($o/preceding-sibling::o) - count($parent[starts-with(@base, '.')])" />
4647 </xsl : otherwise >
4748 </xsl : choose >
You can’t perform that action at this time.
0 commit comments