Implement dynamic generation of &base; entity for XML documents and
activate it instead of using a static &base;. Since an .xml database file (or an .xslt stylesheet file) is used from various directories, the static &base; no longer works. PR: www/102331
This commit is contained in:
parent
e113013a13
commit
764a355ca7
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=28508
2 changed files with 19 additions and 1 deletions
|
@ -108,6 +108,12 @@ WWW_LANGCODE?= ${_WWW_LANGCODE}
|
|||
DOC_PREFIX!= ${REALPATH} ${DOC_PREFIX}
|
||||
WEB_PREFIX!= ${REALPATH} ${WEB_PREFIX}
|
||||
|
||||