Reading XML
Hi Brett,
It would be great If Marked2 could show an XML file, assuming that it is well formatted and validated and it contains an xls link.
Thanks for your job!
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Brett on 18 Sep, 2016 04:32 PM
Marked already reads OPML files, but I don't see a strong benefit to
adding XML processing.
However, this could be done pretty easily with a custom processor. The
script could check input filename, and if it's XML, (optionally lint
it,) process it through xsltproc, and output HTML via any processor you
prefer. It could even add javascript for collapsing nodes, etc.
http://marked2app.com/help/Custom_Processor.html
-Brett