[XXE] Ugly formatting of XML source

2019-01-30 Thread Gerd Wagner
ag of the previous one on the same line? Like in follows:SELECT title This is really frustrating and may be a reason to abandon XXE, despite the fact that, otherwise, it's a great tool. -Gerd -- Dr. Gerd Wagner (1) Professor, Brandenburg University of Technology, Germany (2) Ad

Re: [XXE] Ugly formatting of XML source

2019-01-30 Thread Gerd Wagner
Am 30.01.2019 um 15:53 schrieb Hussein Shafie: Why do you append the start tag of the next element to the end tag of the previous one on the same line? Like in follows:SELECT title XXE is solely driven by the XML schema. If there is no indentation between "the and the may also contain t

Re: [XXE] Ugly formatting of XML source

2019-01-31 Thread Gerd Wagner
Am 31.01.2019 um 14:09 schrieb Leif Halvard Silli: I do not find anywhere in the above documententation of XXE’s indentation settings, that XXE will not preserve 'the "physical contents" of an XML file'. Instead I read "Default: checked." Which means that XXE, by default, does indent XML code.

[XXE] Preserving blank space in generated HTML and PDF

2019-02-14 Thread Gerd Wagner
When I set xml:space to "preserve" for a triple space character sequence (" ") in an ebook HTML division and then generate HTML and PDF, I don't see a triple space " " as expected, but a single space " ". -- Dr. Gerd Wagner (1) Professor, Bra

Re: [XXE] Preserving blank space in generated HTML and PDF

2019-02-14 Thread Gerd Wagner
Am 14.02.2019 um 09:19 schrieb Hussein Shafie: On 02/13/2019 08:56 PM, Gerd Wagner wrote: When I set xml:space to "preserve" for a triple space character sequence (" ") in an ebook HTML division This is somewhat unusual. I need this for explaining the distinction betwee

Re: [XXE] Preserving blank space in generated HTML and PDF

2019-02-14 Thread Gerd Wagner
Am 14.02.2019 um 14:19 schrieb Hussein Shafie: Notice that this is treating the namespace-qualified attribute "xml:space" as an HTML extension attribute. When the ebook division files are served as XHTML, then @namespace xml "http://www.w3.org/XML/1998/namespace";; *[xml|space="prese

[XXE] DocBook conditional profile not working

2020-09-11 Thread Gerd Wagner
ditional Processing]. But when I generate a DOCX, I get output with sections that are not included in the profile (having audience="tutorial"). Am I missing something? Regards, Gerd -- Dr. Gerd Wagner (1) Professor, Brandenburg University of Technology, Germany (2) Adjunct Associate

Re: [XXE] DocBook conditional profile not working

2020-09-14 Thread Gerd Wagner
Am 9/14/2020 um 1:25 PM schrieb Gerd Wagner: Am 9/11/2020 um 9:17 AM schrieb Hussein Shafie: On 9/11/20 12:36 AM, Gerd Wagner wrote: I'm trying to generate a book with DocBook and a conditional profile with XXE 9.4.0, but I don't get the expected output. I've set the master

Re: [XXE] DocBook conditional profile not working

2020-09-14 Thread Gerd Wagner
Am 9/11/2020 um 9:17 AM schrieb Hussein Shafie: On 9/11/20 12:36 AM, Gerd Wagner wrote: I'm trying to generate a book with DocBook and a conditional profile with XXE 9.4.0, but I don't get the expected output. I've set the master file as "Master Document" under

Re: [XXE] DocBook conditional profile not working

2020-09-14 Thread Gerd Wagner
changed the generated file's extension from "xhtml" to "html", assuming it would work as hybrid/"polyglott" (X)HTML. This messed up the markup. -Gerd -- Dr. Gerd Wagner (1) Professor, Brandenburg University of Technology, Germany (2) Adjunct Associat

[XXE] DocBook to ebook conversion

2020-11-27 Thread Gerd Wagner
Are there any converters that provide DocBook to ebook conversion? -- Dr. Gerd Wagner (1) Professor, Brandenburg University of Technology, Germany (2) Adjunct Associate Professor, Old Dominion University, USA Email: g.wag...@b-tu.de Tel: (+49|0) 355.69.2397 Web: http://oxygen.informatik.tu

Re: [XXE] DocBook to ebook conversion

2020-11-27 Thread Gerd Wagner
Am 11/27/2020 um 12:04 PM schrieb Manuel Collado: El 27/11/2020 a las 9:52, Gerd Wagner escribió: Are there any converters that provide DocBook to ebook conversion? Maybe pandoc. https://pandoc.org/ Thanks for pointing this out. However, they do not (yet) convert to the ebook format

Re: [XXE] DocBook to ebook conversion

2020-11-27 Thread Gerd Wagner
Am 11/27/2020 um 11:43 AM schrieb Hussein Shafie: On 11/27/20 9:52 AM, Gerd Wagner wrote: Are there any converters that provide DocBook to ebook conversion? Sorry but the answer is no. Isn't there a need for it? For me it's clear, that XML Mind's ebook format is superior t

[XXE] Preserving SVG images in the DocBook-to-HTML conversion

2021-04-13 Thread Gerd Wagner
The default DocBook-to-HTML conversion in XXE creates PNGs in the target document from the source document's SVGs. How can I change this if I want to preserve the SVG images in the generated HTML? -- Dr. Gerd Wagner (1) Professor, Brandenburg University of Technology, Germany (2) Ad

Re: [XXE] Preserving SVG images in the DocBook-to-HTML conversion

2021-04-13 Thread Gerd Wagner
Am 4/13/2021 um 9:34 AM schrieb Hussein Shafie: On 4/12/21 9:59 PM, Gerd Wagner wrote: The default DocBook-to-HTML conversion in XXE creates PNGs in the target document from the source document's SVGs. How can I change this if I want to preserve the SVG images in the generated

[XXE] DocBook:xslTNG stylesheets

2021-11-15 Thread Gerd Wagner
Will the XMLmind XML Editor support the DocBook:xslTNG stylesheets? Regards, Gerd Wagner -- XMLmind XML Editor Support List xmleditor-support@xmlmind.com http://www.xmlmind.com/mailman/listinfo/xmleditor-support

[XXE] how to manipulate the XML prolog

2006-03-15 Thread Gerd Wagner
We plan to use XXE in a university course on Web document technologies. I've the following question: can I change/edit the XML prolog with XXE? This is an issue, e.g., for XHTML documents since IE5+6 does not like the XML declaration while Firefox has no problem with it. Best regards,

[XXE] svg graphic is cut off

2005-11-04 Thread Gerd Wagner
> I use SVG graphics all the time for my own documents and have no such > problems. Of course, I've carefully chosen the SVG enabled graphics > editor I use to draw figures. Which one do you use? Please share this insider knowledge wih us. Regard