Opened 12 years ago
Closed 12 years ago
#696 closed defect/bug (invalid)
build error: Unknown XSLT element: next-match
Reported by: | brunojcm | Owned by: | KaZeR |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | core | Version: | git master |
Severity: | Keywords: | xslt next-match android | |
Cc: |
Description
I'm trying to build navit on Ubuntu 10.04.1, accordingly with http://wiki.navit-project.org/index.php/Navit_on_Android
I added the '--with-saxon=saxon-xslt' as suggested, removed the '-snone', but I'm stuck on an error:
Applying xslt/android.xslt Error at xsl:next-match on line 15 of file:/home/brunojcm/Android/navit/navit/xslt/android.xslt:
Unknown XSLT element: next-match
Transformation failed: Run-time errors were reported
How could it be fixed?
Change History (1)
comment:1 Changed 12 years ago by woglinde
- Resolution set to invalid
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Hi,
install the package libsaxonb-java and use --with-saxon=saxonb-xslt.
Bye Henning
PS: I will edit the wiki-Page