Simple tool to help you convert xslt to the new v.4.5 schema
Hi umbracians
I made a small online tool to convert your pre-4.5 xslt scripts to the new 4.5 xml schema.
It's using recursive pattern-matching, not a full xml parser, so I may have missed out some cases - please don't hesitate to ping me with any issues found.
Hmm, unfortunately the contact form mentioned on the converter-page above has not actually been sending any mails for a couple of weeks due to a config error - so if you had any issues or comments regarding the tool please re-send, tweet (@tommypoulsen) or post it here.
I've been using your awesome converter for a few weeks now, but I noticed today that visiting the link you mentioned above throws an error. Actually, it appears the entire site is down (blackpoint.dk). Just thought you should know. We'd all love to have your awesome converter working again!!!
Simple tool to help you convert xslt to the new v.4.5 schema
Hi umbracians
I made a small online tool to convert your pre-4.5 xslt scripts to the new 4.5 xml schema.
It's using recursive pattern-matching, not a full xml parser, so I may have missed out some cases - please don't hesitate to ping me with any issues found.
The tool is available online here
Enjoy
>Tommy
Hmm, unfortunately the contact form mentioned on the converter-page above has not actually been sending any mails for a couple of weeks due to a config error - so if you had any issues or comments regarding the tool please re-send, tweet (@tommypoulsen) or post it here.
>Tommy
This rocks! thank you!
A little bug when using "count(child::node)" the result was "count(child::* [@isDoc]" missing the closing ")"
Just updated the online-converter, fixing the closing ")" issue above as well as a missing "[@isDoc]" (and updated the unit-testing suite a bit)
Please let me know if you have any comments or issues with it.
>Tommy
Bugfixed the online-converter, fixing the bug with pipe '|'-characters breaking the functionality.
>Tommy
I've been using your awesome converter for a few weeks now, but I noticed today that visiting the link you mentioned above throws an error. Actually, it appears the entire site is down (blackpoint.dk). Just thought you should know. We'd all love to have your awesome converter working again!!!
Thanks a million Scott - I fixed it now.
>Tommy
Seems to be down again Tommy. Getting a Request Timeout error page.
Thanks for the info Lloyd - I'll discuss it with my webhost...
>Tommy
The webhost worked their magic... now it should be up and running again
>Tommy
Thanks Tommy. We all appreciate your awesome time-saving converter.
I'm glad it's useful
>Tommy
Minor update on the online xslt converter, allowing node() functions also.
>Tommy
is working on a reply...