File tree Expand file tree Collapse file tree 11 files changed +19
-10
lines changed Expand file tree Collapse file tree 11 files changed +19
-10
lines changed Original file line number Diff line number Diff line change 1515 <!-- Basic Page Needs
1616 ==================================================-->
1717
18- < title > VS Code XSLT/XPath</ title >
18+ < title > Debugging | VS Code XSLT/XPath</ title >
1919 < meta name ="description " content ="User Guide for DeltaXML's XSLT/XPath Editor extension for Visual Studio Code. ">
2020 < meta name ="author " content ="Philip Fearon ">
2121
Original file line number Diff line number Diff line change 1515 <!-- Basic Page Needs
1616 ==================================================-->
1717
18- < title > VS Code XSLT/XPath</ title >
18+ < title > Editing XSLT/XPath | VS Code XSLT/XPath</ title >
1919 < meta name ="description " content ="User Guide for DeltaXML's XSLT/XPath Editor extension for Visual Studio Code. ">
2020 < meta name ="author " content ="Philip Fearon ">
2121
Original file line number Diff line number Diff line change 1515 <!-- Basic Page Needs
1616 ==================================================-->
1717
18- < title > VS Code XSLT/XPath</ title >
18+ < title > Editing XML | VS Code XSLT/XPath</ title >
1919 < meta name ="description " content ="User Guide for DeltaXML's XSLT/XPath Editor extension for Visual Studio Code. ">
2020 < meta name ="author " content ="Philip Fearon ">
2121
Original file line number Diff line number Diff line change 1515 <!-- Basic Page Needs
1616 ==================================================-->
1717
18- < title > VS Code XSLT/XPath</ title >
18+ < title > Code Navigation | VS Code XSLT/XPath</ title >
1919 < meta name ="description " content ="User Guide for DeltaXML's XSLT/XPath Editor extension for Visual Studio Code. ">
2020 < meta name ="author " content ="Philip Fearon ">
2121
Original file line number Diff line number Diff line change 1515 <!-- Basic Page Needs
1616 ==================================================-->
1717
18- < title > VS Code XSLT/XPath</ title >
18+ < title > Refactoring: Extract to xsl:function | VS Code XSLT/XPath</ title >
1919 < meta name ="description " content ="User Guide for DeltaXML's XSLT/XPath Editor extension for Visual Studio Code. ">
2020 < meta name ="author " content ="Philip Fearon ">
2121
Original file line number Diff line number Diff line change 1515 <!-- Basic Page Needs
1616 ==================================================-->
1717
18- < title > VS Code XSLT/XPath</ title >
18+ < title > Running XSLT | VS Code XSLT/XPath</ title >
1919 < meta name ="description " content ="User Guide for DeltaXML's XSLT/XPath Editor extension for Visual Studio Code. ">
2020 < meta name ="author " content ="Philip Fearon ">
2121
Original file line number Diff line number Diff line change 1515 <!-- Basic Page Needs
1616 ==================================================-->
1717
18- < title > VS Code XSLT/XPath</ title >
18+ < title > Settings | VS Code XSLT/XPath</ title >
1919 < meta name ="description " content ="User Guide for DeltaXML's XSLT/XPath Editor extension for Visual Studio Code. ">
2020 < meta name ="author " content ="Philip Fearon ">
2121
Original file line number Diff line number Diff line change 1515 <!-- Basic Page Needs
1616 ==================================================-->
1717
18- < title > VS Code XSLT/XPath</ title >
18+ < title > XPath Notebooks | VS Code XSLT/XPath</ title >
1919 < meta name ="description " content ="User Guide for DeltaXML's XSLT/XPath Editor extension for Visual Studio Code. ">
2020 < meta name ="author " content ="Philip Fearon ">
2121
Original file line number Diff line number Diff line change 1111 <xsl : output method =" html" version =" 5.0" indent =" no" />
1212 <xsl : mode name =" copyPage" on-no-match =" shallow-copy" />
1313
14+ <xsl : variable name =" indexTitle" as =" xs:string" select =" normalize-space(/html/head/title)" />
15+
1416 <xsl : template match =" nav//ul" mode =" #default" >
1517 <xsl : message select =" 'debug message'" />
1618 <xsl : apply-templates select =" li/a/@href" />
3638 </xsl : result-document >
3739 </xsl : template >
3840
41+ <xsl : template match =" title" mode =" copyPage" >
42+ <xsl : param name =" pageTitle" as =" xs:string" tunnel =" yes" />
43+ <xsl : copy >
44+ <xsl : value-of select =" $pageTitle || ' | ' || $indexTitle" />
45+ </xsl : copy >
46+ </xsl : template >
47+
3948 <xsl : template match =" div[@class eq 'main']" mode =" copyPage" >
4049 <xsl : param name =" pageTitle" as =" xs:string" tunnel =" yes" />
4150 <xsl : param name =" mainDiv" as =" element()" tunnel =" yes" />
Original file line number Diff line number Diff line change 1515 <!-- Basic Page Needs
1616 ==================================================-->
1717
18- < title > VS Code XSLT/XPath</ title >
18+ < title > XSLT 3.0 | VS Code XSLT/XPath</ title >
1919 < meta name ="description " content ="User Guide for DeltaXML's XSLT/XPath Editor extension for Visual Studio Code. ">
2020 < meta name ="author " content ="Philip Fearon ">
2121
You can’t perform that action at this time.
0 commit comments