msmid / markdown2docbook

Conversion tool for transforming markdown text files to DocBook/HTML documents. Project is based on XSLT 2.0 technology.
MIT License
21 stars 6 forks source link

Demo doesn't seem to work #55

Closed mgaerber closed 9 years ago

mgaerber commented 9 years ago

On: http://www.markdown2docbook.com/home just pressing "Convert" will lead to an error

As well, there is a typo in the Github links in the News sidebar: hhttps://

msmid commented 9 years ago

Thank you for your feedback.

In recent version, I added namespace prefixes to initial templates (expanded QName) but Saxon/C library, which is used on web application, can't evaluate QName with colon in it. Furthermore I can't figure how to set namespace for template local name. Clark's notation ({uri}localname) is not helping, so I changed template names back to QNames only for purposes of web application. It is working now.

I will try to find solution, so I can use namespace for setting transformation property.