nav elements should be removed. By default they are preserved.rawArticles directory in the wiki root[1]
url attribute is relative, the file will be in a "doc-files" sub-directory relative to the xml description.
<rawHTML desc="Pablo Picasso" url="Pablo Picasso.html"/>
url attribute points to a http or https resource, then the generator will get the resource from the network. <rawHTML desc="article 2" url="L:/my/directory/Pablo Picasso.html"/>
true will preserve the header and the customs menus. For example:<rawHTML desc="article 2" url="L:/my/directory/1349 (band) - Wikipedia.htm" frame="true"/>
<rawHTML desc="article 2" url="L:/my/directory/1349 (band) - Wikipedia.htm" titles="true"/>
<rawHTML desc="article 2" url="L:/my/directory/Pablo Picasso.html"/>The following description point to a "Pablo Picasso.html" file under a "doc-files" sub-directory relative to this article declaration:
<rawHTML desc="Pablo Picasso" url="Pablo Picasso.html"/>The following description point to the same file, but will enclose the content in a frame:
<rawHTML desc="Pablo Picasso" url="Pablo Picasso.html" frame="true"/>
docJGenerator Copyright (c) 2016-2023 Herve Girod. All rights reserved.