Use XML Catalogs in saxonb-xslt
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
saxonb (Ubuntu) |
New
|
Wishlist
|
Unassigned |
Bug Description
It would be nice if the script provided in /usr/bin/
The following script would do:
#!/bin/sh
if [-f /usr/share/
then exec java -cp /usr/share/
else
exec java -classpath /usr/share/
fi
It would probably be worth adding libxml-
Changed in saxonb (Ubuntu): | |
importance: | Undecided → Wishlist |
The script above is wrong due to a bad copy & paste, sorry; I've put the real one as an attachment