iris2008 / iris2008.github.io

My Hexo Blog
0 stars 0 forks source link

XSLT Notes | Hexo #3

Closed utterances-bot closed 2 years ago

utterances-bot commented 3 years ago

XSLT Notes | Hexo

Compare datesThe following function helps to convert the date into number and then can use the >= operator to check the date in an ‘IF’ condition. 1"number(translate($variablename, '-&#x2

https://iris2008.github.io/2020/12/23/XSLT-Notes/

iris2008 commented 3 years ago

How to test xslt processor

You need to download source code of xslt processor module and create a test case to run it by "npm test {testcase}" Otherwise , you will see "import need to be called in module" error.