-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support XIncludes with parse=text [sf#71] #71
Comments
Updated by fsundermeyer on 2012-07-06 14:27
|
Commented by fsundermeyer on 2012-07-06 14:27 Profiling: Distributing: The following would be needed for a proper implementation:
|
Updated by tom_schr on 2012-08-07 11:58
|
Updated by tom_schr on 2012-12-07 07:32
|
Updated by tom_schr on 2013-01-15 14:20
|
Commented by tom_schr on 2013-01-15 14:20 |
Seems we have a new idea... |
* Parameter: xml.or.images -> filetype * Separated filenames which are XML (without parse or parse="xml") or text (parse="text") for xi:include elements
@taroth21 When the feature is ready, could you test it please? |
Finally implemented with commit 22c7c3a |
Stable release DAPS 2.1: - added support for webhelp - added support for <xi:include ... parse="text"> (issue #71) - handling of passing XSLT parameters on the command line has been improved (issue #263) - improved handling of doxcuments that do not need to be profiled - daps_autobuild: changed the order of builds to increase performance - Bugfix package-src: removed extraneous text - Bugfix daps_autobuild: in case no rebuild was necessary, rsync deleted the previous results - Bugfix DB4 -> DB5 migration: Fixed various issues in the migration stylesheet
Stable release DAPS 2.1: - added support for webhelp - added support for <xi:include ... parse="text"> (issue #71) - handling of passing XSLT parameters on the command line has been improved (issue #263) - improved handling of doxcuments that do not need to be profiled - daps_autobuild: changed the order of builds to increase performance - Bugfix package-src: removed extraneous text - Bugfix daps_autobuild: in case no rebuild was necessary, rsync deleted the previous results - Bugfix DB4 -> DB5 migration: Fixed various issues in the migration stylesheet
Reported by taroth21 on 2012-04-23 15:18 UTC
Usage example: For automatically including a text config file in a book:
From an XML point of view, this already works with DocBook, but currently, DAPS does not support it.
The text was updated successfully, but these errors were encountered: