Login  Register

Re: Virtual File System ?

Posted by asotobu on Jul 25, 2013; 4:12pm
URL: https://discuss.asciidoctor.org/Virtual-File-System-tp387p394.html

I think I am missing something about VFS:

If the problem is resolving the document that is going to be rendered (in most cases transform an URI to a Reader instance), Asciidoctor-java-integration project offers a method where you can pass a Reader object, so I think that this transformation should be managed externally from asciidoctor-java-integration project, resolveResource method it is something specific of each system.

If the problem is with include keyword then from java part we cannot do anything.

Again maybe I am missing something and some changes on java part should be done.

Alex.