Opened 16 months ago
Last modified 16 months ago
#5436 closed defect
Can't compile master, getting docbook error on address standardizer — at Version 1
Reported by: | robe | Owned by: | strk |
---|---|---|---|
Priority: | blocker | Milestone: | PostGIS 3.4.0 |
Component: | build | Version: | 3.3.x |
Keywords: | Cc: |
Description (last modified by )
make[1]: Entering directory '/projects/postgis/postgis-git/doc' tag=tag_address_standardizer_required; \ /projects/xsltproc/xmllint --xpath "/config/tags/para[@role='$tag']/node()" xsl-config.xml > address_standardizer_required.tag.tmp && \ mv address_standardizer_required.tag.tmp address_standardizer_required.tag XPath error : Invalid expression C:/ming64gcc81/msys/config/tags/para[@role='tag_address_standardizer_required']/node()
Note:
See TracTickets
for help on using tickets.
What version of xmllint do you have ?
This works for me, from the top source dir with libxml version 20913 (xmllint --version):
It returns:
Maybe we can implement what we need (extracting a tag by an XPath expression) via xsltproc, given we are already using that for other things ?