<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p>I am still much surprised, that this problem didnot survive
      commenting and uncommenting. <br>
    </p>
    <p>Regards, <br>
    </p>
    <p>Bernhard<br>
    </p>
    <div class="moz-cite-prefix">Am 30.07.2020 um 05:53 schrieb Radu
      Coravu:<br>
    </div>
    <blockquote type="cite"
      cite="mid:c498341d-03fb-1ccf-ba32-b2323fb9c3e3@oxygenxml.com">
      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
      <p>Hi Bernhard,</p>
      <p>This seems to be a case in which the intermediary XSL-FO
        document used by the PDF processor to produce the PDF is
        invalid.</p>
      <p>In such cases you can duplicate the transformation scenario, 
        in the "FO Processor" tab uncheck the "Perform FO processing"
        checkbox and in the "Output" tab choose to save to file with the
        "fo" extension instead of "pdf" and to open the output file in
        Oxygen.</p>
      <p>Then use the duplicate transformation scenario and run it over
        the XML content. You will get the intermediary XSL-FO output
        opened in Oxygen, you can format and indent it and then you can
        use Oxygen's validation to fish for the error.<br>
      </p>
      Regards,<br>
      Radu<br>
      <pre class="moz-signature" cols="72">Radu Coravu
Oxygen XML Editor</pre>
      <div class="moz-cite-prefix">On 7/30/20 12:07 AM, Bernhard Kleine
        wrote:<br>
      </div>
      <blockquote type="cite"
        cite="mid:74b67ac4-d01d-f25a-0aaf-8d427300e8f3@gmx.net">
        <meta http-equiv="Content-Type" content="text/html;
          charset=UTF-8">
        <p>I am surprised: I reduced the book to the framework and it
          was transformed. A partial book was not. Then I tested all the
          five parts individually, they were all transformed. When I
          then tried to transform the entire book it was transformed.
          Very strange! And I did change a jota in the book, I only
          commented out whole chapters and parts. <br>
        </p>
        <p>The end of it is that the book is transformed again.</p>
        <p>Sorry to bother you</p>
        <p>Bernhard<br>
        </p>
        <div class="moz-cite-prefix">Am 29.07.2020 um 21:34 schrieb
          Bernhard Kleine:<br>
        </div>
        <blockquote type="cite"
          cite="mid:3f1d7daf-34cc-7a23-1fd5-7b966018af7a@gmx.net">
          <pre class="moz-quote-pre" wrap="">A book I am working with for quite some time and which had always
transforming smoothly, suddenly throws an error while transforming. How
to track the error in order to correct the offending piece. Validation
was ok.

Where can I find FalterInLenzirchV2.xml_xslt?

Using Oxygen 20.1 on Win10

Kind regards

Bernhard

</pre>
          <blockquote type="cite">
            <pre class="moz-quote-pre" wrap="">The process 'Apache FOP' ended with code: 1.
The error was:
ERROR - Invalid property value encountered in start-indent="<xsl:choose>
  <xsl:when test="$fop.extensions != 0">0pt</xsl:when>
  <xsl:when test="$passivetex.extensions != 0">0pt</xsl:when>
  <xsl:otherwise>2pc</xsl:otherwise>
</xsl:choose>": org.apache.fop.fo.expr.PropertyException:
<a class="moz-txt-link-freetext" href="file:/K:/Schmetterlingsbuechlein/xml/FalterInLenzkirchV2.xml_xslt:35:489" moz-do-not-send="true">file:/K:/Schmetterlingsbuechlein/xml/FalterInLenzkirchV2.xml_xslt:35:489</a>:
illegal character; property:'start-indent' (Siehe Position 35:11160)
org.apache.fop.fo.expr.PropertyException:
<a class="moz-txt-link-freetext" href="file:/K:/Schmetterlingsbuechlein/xml/FalterInLenzkirchV2.xml_xslt:35:489" moz-do-not-send="true">file:/K:/Schmetterlingsbuechlein/xml/FalterInLenzkirchV2.xml_xslt:35:489</a>:
illegal character; property:'start-indent'
    at
org.apache.fop.fo.expr.PropertyTokenizer.next(PropertyTokenizer.java:182)
    at
org.apache.fop.fo.expr.PropertyParser.parseProperty(PropertyParser.java:119)
    at org.apache.fop.fo.expr.PropertyParser.parse(PropertyParser.java:92)
    at
org.apache.fop.fo.properties.PropertyMaker.make(PropertyMaker.java:438)
    at
org.apache.fop.fo.PropertyList.convertAttributeToProperty(PropertyList.java:499)
    at
org.apache.fop.fo.PropertyList.addAttributesToList(PropertyList.java:386)
    at org.apache.fop.fo.FObj.processNode(FObj.java:124)
    at
org.apache.fop.fo.FOTreeBuilder$MainFOHandler.startElement(FOTreeBuilder.java:291)
    at
org.apache.fop.fo.FOTreeBuilder.startElement(FOTreeBuilder.java:179)
    at net.sf.saxon.event.ContentHandlerProxy.startContent(Unknown Source)
    at
net.sf.saxon.event.NamespaceReducer.startContent(NamespaceReducer.java:213)
    at
net.sf.saxon.event.ComplexContentOutputter.startContent(ComplexContentOutputter.java:721)
    at net.sf.saxon.event.ReceivingContentHandler.startElement(Unknown
Source)
    at
org.apache.xerces.parsers.AbstractSAXParser.startElement(Unknown Source)
    at org.apache.xerces.xinclude.XIncludeHandler.startElement(Unknown
Source)
    at
org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanStartElement(Unknown
Source)
    at
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown
Source)
    at
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown
Source)
    at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
    at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
    at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
    at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
    at
org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
    at net.sf.saxon.event.Sender.sendSAXSource(Sender.java:427)
    at net.sf.saxon.event.Sender.send(Sender.java:138)
    at
net.sf.saxon.jaxp.IdentityTransformer.transform(IdentityTransformer.java:383)
    at org.apache.fop.cli.InputHandlerFOP.transformTo(Unknown Source)
    at org.apache.fop.cli.InputHandlerFOP.renderTo(Unknown Source)
    at org.apache.fop.cli.Main.startFOP(Main.java:186)
    at org.apache.fop.cli.Main.main(Main.java:217)
</pre>
          </blockquote>
          <br>
          <fieldset class="mimeAttachmentHeader"></fieldset>
          <pre class="moz-quote-pre" wrap="">_______________________________________________
oXygen-user mailing list
<a class="moz-txt-link-abbreviated" href="mailto:oXygen-user@oxygenxml.com" moz-do-not-send="true">oXygen-user@oxygenxml.com</a>
<a class="moz-txt-link-freetext" href="https://www.oxygenxml.com/mailman/listinfo/oxygen-user" moz-do-not-send="true">https://www.oxygenxml.com/mailman/listinfo/oxygen-user</a>
</pre>
        </blockquote>
        <pre class="moz-signature" cols="72">-- 
spitzhalde9
D-79853 lenzkirch
<a class="moz-txt-link-abbreviated" href="mailto:bernhard.kleine@gmx.net" moz-do-not-send="true">bernhard.kleine@gmx.net</a>
<a class="moz-txt-link-abbreviated" href="http://www.b-kleine.com" moz-do-not-send="true">www.b-kleine.com</a>, <a class="moz-txt-link-abbreviated" href="http://www.urseetal.net" moz-do-not-send="true">www.urseetal.net</a>
Ich darf auch auf mein neues Buch "Falter in Lenzkirch" aufmerksam machen 
(Infos bei mir)
-
thunderbird mit enigmail
GPG schlüssel: D5257409
fingerprint:
08 B7 F8 70 22 7A FC C1 15 49 CA A6 C7 6F A0 2E D5 25 74 09</pre>
        <br>
        <fieldset class="mimeAttachmentHeader"></fieldset>
        <br>
        <pre wrap="">_______________________________________________
oXygen-user mailing list
<a class="moz-txt-link-abbreviated" href="mailto:oXygen-user@oxygenxml.com" moz-do-not-send="true">oXygen-user@oxygenxml.com</a>
<a class="moz-txt-link-freetext" href="https://www.oxygenxml.com/mailman/listinfo/oxygen-user" moz-do-not-send="true">https://www.oxygenxml.com/mailman/listinfo/oxygen-user</a>
</pre>
      </blockquote>
      <br>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <pre class="moz-quote-pre" wrap="">_______________________________________________
oXygen-user mailing list
<a class="moz-txt-link-abbreviated" href="mailto:oXygen-user@oxygenxml.com">oXygen-user@oxygenxml.com</a>
<a class="moz-txt-link-freetext" href="https://www.oxygenxml.com/mailman/listinfo/oxygen-user">https://www.oxygenxml.com/mailman/listinfo/oxygen-user</a>
</pre>
    </blockquote>
    <pre class="moz-signature" cols="72">-- 
spitzhalde9
D-79853 lenzkirch
<a class="moz-txt-link-abbreviated" href="mailto:bernhard.kleine@gmx.net">bernhard.kleine@gmx.net</a>
<a class="moz-txt-link-abbreviated" href="http://www.b-kleine.com">www.b-kleine.com</a>, <a class="moz-txt-link-abbreviated" href="http://www.urseetal.net">www.urseetal.net</a>
Ich darf auch auf mein neues Buch "Falter in Lenzkirch" aufmerksam machen 
(Infos bei mir)
-
thunderbird mit enigmail
GPG schlüssel: D5257409
fingerprint:
08 B7 F8 70 22 7A FC C1 15 49 CA A6 C7 6F A0 2E D5 25 74 09</pre>
  </body>
</html>