You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So far the documentation only considers one file at a time. However, sometimes a file may include one or multiple other files. In that case these should be analyzed as well (unless they already have been).
Current idea:
get include tags and the respective paths
store paths on Document
let the ASPHandler handle all includes as well and possibly keep track of already parsed Documents
create some kind of Includes feature that then collects necessary "include data" of these Documents to display
add template(s) for includes
The text was updated successfully, but these errors were encountered:
So far the documentation only considers one file at a time. However, sometimes a file may include one or multiple other files. In that case these should be analyzed as well (unless they already have been).
Current idea:
Document
ASPHandler
handle all includes as well and possibly keep track of already parsedDocuments
Includes
feature that then collects necessary "include data" of theseDocuments
to displayThe text was updated successfully, but these errors were encountered: