An error has occurred while handling the request.

1
Hi All, I have a string attribute which I use in a document template. When I try to set the render XHTML setting set to true I get an error. This is the stack trace from the modeler: com.mendix.modules.microflowengine.MicroflowException: net.sf.saxon.trans.XPathException: org.apache.fop.fo.ValidationException: Invalid property encountered on "fo:list-block": list-style-type (See position 452:83)     at ManagementCertification.SF_MC_CreatePDF (DocumentExport : 'Generate PDF (.pdf) document using template 'MC_PDF_Template'') Advanced stacktrace:     at com.mendix.modules.microflowengine.MicroflowUtil.processException(MicroflowUtil.java:146) Caused by: com.mendix.systemwideinterfaces.MendixRuntimeException: net.sf.saxon.trans.XPathException: org.apache.fop.fo.ValidationException: Invalid property encountered on "fo:list-block": list-style-type (See position 452:83)     at com.mendix.documentexporter.documents.PDFDocument.generateInputStream(PDFDocument.java:76) Caused by: net.sf.saxon.trans.XPathException: org.apache.fop.fo.ValidationException: Invalid property encountered on "fo:list-block": list-style-type (See position 452:83)     at net.sf.saxon.event.ContentHandlerProxy.handleSAXException(ContentHandlerProxy.java:543)     at net.sf.saxon.event.ContentHandlerProxy.startContent(ContentHandlerProxy.java:386)     at net.sf.saxon.event.NamespaceReducer.startContent(NamespaceReducer.java:216)     at net.sf.saxon.event.ComplexContentOutputter.startContent(ComplexContentOutputter.java:663)     at net.sf.saxon.event.ReceivingContentHandler.startElement(ReceivingContentHandler.java:370)     at org.apache.xerces.parsers.AbstractSAXParser.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:449)     at net.sf.saxon.event.Sender.send(Sender.java:177)     at net.sf.saxon.jaxp.IdentityTransformer.transform(IdentityTransformer.java:366)     at com.mendix.documentexporter.documents.PDFDocument$1.run(PDFDocument.java:100)     at java.security.AccessController.doPrivileged(Native Method)     at com.mendix.documentexporter.documents.PDFDocument.generateInputStream(PDFDocument.java:68)     at com.mendix.documentexporter.documents.FOBasedDocument.exportToInputStream(FOBasedDocument.java:82)     at com.mendix.documentexporter.DocumentGenerator.exportToInputStream(DocumentGenerator.java:111)     at com.mendix.documentexporter.DocumentGenerator.exportToIMendixObject(DocumentGenerator.java:78)     at com.mendix.documentexporter.actions.microflow.DocumentExportAction.execute(DocumentExportAction.scala:75)     at com.mendix.documentexporter.actions.microflow.DocumentExportAction.execute(DocumentExportAction.scala:17)     at com.mendix.modules.microflowengine.microflow.impl.MicroflowObject.execute(MicroflowObject.java:47)     at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAfterBreakingIfNecessary(MicroflowImpl.java:201)     at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAction(MicroflowImpl.java:157)     at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:50)     at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:76)     at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:55)     at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:55)     at com.mendix.basis.actionmanagement.ActionManager$1.execute(ActionManager.java:186)     at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32)     at com.mendix.basis.actionmanagement.ActionManager.executeSync(ActionManager.java:191)     at com.mendix.basis.component.InternalCore.execute(InternalCore.java:583)     at com.mendix.webui.actions.client.ExecuteAction.execute(ExecuteAction.java:135)     at com.mendix.webui.requesthandling.ClientRequestHandler.$anonfun$handleRequest$2(ClientRequestHandler.scala:328)     at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:12)     at com.mendix.basis.actionmanagement.IMonitoredAction$$anon$1.execute(IMonitoredAction.scala:47)     at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32)     at com.mendix.basis.actionmanagement.IMonitoredAction.monitor(IMonitoredAction.scala:49)     at com.mendix.basis.actionmanagement.IMonitoredAction.monitor$(IMonitoredAction.scala:25)     at com.mendix.webui.requesthandling.ClientRequestHandler$ClientMonitoredAction.monitor(ClientRequestHandler.scala:431)     at com.mendix.webui.requesthandling.ClientRequestHandler.handleRequest(ClientRequestHandler.scala:313)     at com.mendix.webui.requesthandling.ClientRequestHandler.handleActionWithSessionRequired(ClientRequestHandler.scala:251)     at com.mendix.webui.requesthandling.ClientRequestHandler.handleAction(ClientRequestHandler.scala:220)     at com.mendix.webui.requesthandling.ClientRequestHandler.liftedTree1$1(ClientRequestHandler.scala:104)     at com.mendix.webui.requesthandling.ClientRequestHandler.processRequest(ClientRequestHandler.scala:96)     at com.mendix.externalinterface.connector.RequestHandler.doProcessRequest(RequestHandler.java:40)     at com.mendix.external.connector.MxRuntimeConnector$1.execute(MxRuntimeConnector.java:70)     at com.mendix.external.connector.MxRuntimeConnector$1.execute(MxRuntimeConnector.java:67)     at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32)     at com.mendix.external.connector.MxRuntimeConnector.processRequest(MxRuntimeConnector.java:73)     at com.mendix.basis.impl.MxRuntimeImpl.processRequest(MxRuntimeImpl.java:862)     at com.mendix.m2ee.appcontainer.server.handler.RuntimeHandler.service(RuntimeHandler.java:42)     at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)     at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:841)     at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:535)     at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:188)     at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1595)     at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:188)     at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1253)     at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:168)     at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:473)     at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1564)     at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:166)     at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1155)     at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)     at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)     at org.eclipse.jetty.server.Server.handle(Server.java:561)     at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:334)     at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)     at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:279)     at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:104)     at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:124)     at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:247)     at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:140)     at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:131)     at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:243)     at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:679)     at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:597)     at java.lang.Thread.run(Thread.java:748) Caused by: org.apache.fop.fo.ValidationException: null:452:83: Invalid property encountered on "fo:list-block": list-style-type (See position 452:83)     at org.apache.fop.events.ValidationExceptionFactory.createException(ValidationExceptionFactory.java:38)     at org.apache.fop.events.EventExceptionManager.throwException(EventExceptionManager.java:58)     at org.apache.fop.events.DefaultEventBroadcaster$1.invoke(DefaultEventBroadcaster.java:175)     at com.sun.proxy.$Proxy4.invalidProperty(Unknown Source)     at org.apache.fop.fo.PropertyList.handleInvalidProperty(PropertyList.java:471)     at org.apache.fop.fo.PropertyList.convertAttributeToProperty(PropertyList.java:390)     at org.apache.fop.fo.PropertyList.addAttributesToList(PropertyList.java:321)     at org.apache.fop.fo.FObj.processNode(FObj.java:122)     at org.apache.fop.fo.FOTreeBuilder$MainFOHandler.startElement(FOTreeBuilder.java:280)     at org.apache.fop.fo.FOTreeBuilder.startElement(FOTreeBuilder.java:175)     at net.sf.saxon.event.ContentHandlerProxy.startContent(ContentHandlerProxy.java:376)     at net.sf.saxon.event.NamespaceReducer.startContent(NamespaceReducer.java:216)     at net.sf.saxon.event.ComplexContentOutputter.startContent(ComplexContentOutputter.java:663)     at net.sf.saxon.event.ReceivingContentHandler.startElement(ReceivingContentHandler.java:370)     at org.apache.xerces.parsers.AbstractSAXParser.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:449)     at net.sf.saxon.event.Sender.send(Sender.java:177)     at net.sf.saxon.jaxp.IdentityTransformer.transform(IdentityTransformer.java:366)     at com.mendix.documentexporter.documents.PDFDocument$1.run(PDFDocument.java:100)     at java.security.AccessController.doPrivileged(Native Method)     at com.mendix.documentexporter.documents.PDFDocument.generateInputStream(PDFDocument.java:68)     at com.mendix.documentexporter.documents.FOBasedDocument.exportToInputStream(FOBasedDocument.java:82)     at com.mendix.documentexporter.DocumentGenerator.exportToInputStream(DocumentGenerator.java:111)     at com.mendix.documentexporter.DocumentGenerator.exportToIMendixObject(DocumentGenerator.java:78)     at com.mendix.documentexporter.actions.microflow.DocumentExportAction.execute(DocumentExportAction.scala:75)     at com.mendix.documentexporter.actions.microflow.DocumentExportAction.execute(DocumentExportAction.scala:17)     at com.mendix.modules.microflowengine.microflow.impl.MicroflowObject.execute(MicroflowObject.java:47)     at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAfterBreakingIfNecessary(MicroflowImpl.java:201)     at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAction(MicroflowImpl.java:157)     at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:50)     at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:76)     at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:55)     at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:55)     at com.mendix.basis.actionmanagement.ActionManager$1.execute(ActionManager.java:186)     at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32)     at com.mendix.basis.actionmanagement.ActionManager.executeSync(ActionManager.java:191)     at com.mendix.basis.component.InternalCore.execute(InternalCore.java:583)     at com.mendix.webui.actions.client.ExecuteAction.execute(ExecuteAction.java:135)     at com.mendix.webui.requesthandling.ClientRequestHandler.$anonfun$handleRequest$2(ClientRequestHandler.scala:328)     at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:12)     at com.mendix.basis.actionmanagement.IMonitoredAction$$anon$1.execute(IMonitoredAction.scala:47)     at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32)     at com.mendix.basis.actionmanagement.IMonitoredAction.monitor(IMonitoredAction.scala:49)     at com.mendix.basis.actionmanagement.IMonitoredAction.monitor$(IMonitoredAction.scala:25)     at com.mendix.webui.requesthandling.ClientRequestHandler$ClientMonitoredAction.monitor(ClientRequestHandler.scala:431)     at com.mendix.webui.requesthandling.ClientRequestHandler.handleRequest(ClientRequestHandler.scala:313)     at com.mendix.webui.requesthandling.ClientRequestHandler.handleActionWithSessionRequired(ClientRequestHandler.scala:251)     at com.mendix.webui.requesthandling.ClientRequestHandler.handleAction(ClientRequestHandler.scala:220)     at com.mendix.webui.requesthandling.ClientRequestHandler.liftedTree1$1(ClientRequestHandler.scala:104)     at com.mendix.webui.requesthandling.ClientRequestHandler.processRequest(ClientRequestHandler.scala:96)     at com.mendix.externalinterface.connector.RequestHandler.doProcessRequest(RequestHandler.java:40)     at com.mendix.external.connector.MxRuntimeConnector$1.execute(MxRuntimeConnector.java:70)     at com.mendix.external.connector.MxRuntimeConnector$1.execute(MxRuntimeConnector.java:67)     at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32)     at com.mendix.external.connector.MxRuntimeConnector.processRequest(MxRuntimeConnector.java:73)     at com.mendix.basis.impl.MxRuntimeImpl.processRequest(MxRuntimeImpl.java:862)     at com.mendix.m2ee.appcontainer.server.handler.RuntimeHandler.service(RuntimeHandler.java:42)     at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)     at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:841)     at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:535)     at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:188)     at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1595)     at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:188)     at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1253)     at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:168)     at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:473)     at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1564)     at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:166)     at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1155)     at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)     at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)     at org.eclipse.jetty.server.Server.handle(Server.java:561)     at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:334)     at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)     at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:279)     at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:104)     at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:124)     at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:247)     at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:140)     at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:131)     at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:243)     at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:679)     at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:597)     at java.lang.Thread.run(Thread.java:748)   first I thought that in the string there is a html tag that causes the error, but I use another string where I set the render XHTML setting to true without any problems. That string shows same html tags as the string that causes the error. I tried to validate the string in a online XHTML validator, but that gives me no specific error.   Does anyone has any clue or direction? Thank you in advance!
asked
4 answers
1

You need to sanitize your data as well otherwise the xhtml will break. Users copying and pasting directly in the CKEditor from word is a source of these kind of problems. In the CKEditor there is a button for pasting from Word but users seem to forget that. That is why we sanitize all the fields where the CKEditor is used.

Regards,

Ronald

 

answered
0

You errors says:

 

Caused by: com.mendix.systemwideinterfaces.MendixRuntimeException: net.sf.saxon.trans.XPathException: org.apache.fop.fo.ValidationException: Invalid property encountered on "fo:list-block": list-style-type (See position 452:83)

 

From this, I would say the problem is in your template.

answered
0

You need to make sure your html is 100% valid if you are missing a closing tag or have weird attributes for tags or even invalid xml characters errors will occur. Is your HTML that you try ti render 100% valid? 

answered
0

Hi Mitchel Mol,

I think your're right. The thing is, I used the CKeditor viewer for Mendix for a couple of strings to type it's content. Below you see the content of two strings I talked about in my answer to Rom van Arendonk. The first block gives the exception error, the second block does not give an error. (I had to change the text to all A's because it's confidential information, but all the html content is kept!) 

I ran both strings through a html validator (https://validator.w3.org/#validate_by_input). But both blocks give errors, as a fact the block that gives an exception error has 5 errors and the block that does work gives over 30 errors in the validation...beats me any suggestion is welkom ;-)

 The HTML block that causes the error with option render XHTML = true:
<div>
<div><span style="font-size:12px">AAA AAAAAAAAA AAAAA AAAA AAAA AAAAAAAAAAAA AAAAAAAA AA AAAAAAAAAAA AA AAA AAAAAAAAA
AAAAAAAAA AAAAAAA AAAAA AA AA AAAAAAAA&nbsp;AAAA (AA-AAAAAAA AAA) AA AAAA AAAAAA:</span></div>
<div>&nbsp;</div>
<div><span style="font-size:12px"><strong>1. AAAAAAAAA (AAAAA AAAAAAAA) AAA AAAA AAAA AAA:</strong></span></div>
<ol style="list-style-type: lower-alpha;">
<li><span style="font-size:12px">AAAA AA AA AAAAAAAAA AA AAA AAAAAAAAAAA AA, AA AAAA AAAAAAAAA AA AAAAAAA, AAA AAAA AA AAAAAAAA
AAAAAAAAAAA;</span></li>
<li><span style="font-size:12px">AAAA AAAAAAAAA AA A AAAAAA AA AAAAAAAA AAAAAAAAAAA AAA AAAAAAAAA AAAAAAAAAA AA
AAAAAA AA AAAAAA AAAAAAAAAAAA AA AA AAAAAA AA AAAAAA AA AAA AAAAAAAAAA AAAAAA AAAAA;</span></li>
<li><span style="font-size:12px">AAAAA AA AAAAAAAAAA AAAA AAA AAAAAAAAAA AAAAAA AAA AAAAAAA AAAAA AA AAAAAAAAAAAAAA AA
AAAAAA AAA AAAAAAAAAAA (AAAA AA AAAAA AA AAAAA, AAAAAAAAAAA AA AAAA AAAAA AA AAA AAAAAAAA);</span></li>
<li><span style="font-size:12px">AAAAAAAAAAAAA AAAAAAAAAA AA A AAAAAA AA AAAAAAA AAAAAAAAAAAAA AAA AAAAAAA AAAAAAAAAAAAA
AAAAAAAAAA, AAAAAAAAA AAA AAA AAAAAAA AA AAAAAAAAA AAAAAAAA AA AAAAAAAA AAAAAAAAA (AAAAAAAAAAAAA AAAAAAAAAA);</span></
li>
<li><span style="font-size:12px">AAAAAAA AAAAAAAAAAA, AAA AAAAAAAA AAA AAAAAAAAA AAAAAAAAA AAA AAAAAA AA AAAAA AAA
AAAAAAAAAA AAAAA AAAAAA AAA AAAAAAAA AAAAAAAA AA AAAAAAAAA AAA AAAA AA AAAAA AAAAAAAAAAA AAAAAAAAAAA (A.A. AAA AAA
AAAAAA AAAAAAAA AAAAAAAAAA AAAAAAAA AA AAAAAAAAA AAAAAAAAAA);</span></li>
<li><span style="font-size:12px">AAAAAAAA AAAAAAA AAAAA AAAAAAAAAAA, AAAAAAAA AAA AAAAAAAAAAA AA AAAAAAA AA AAAAAAAAA AA
AAAAAAA AA AAA AAAA AAAAA AA AAA AAAAA AAAAAAAA AA AAAA AAAA 50%; AAA</span></li>
<li><span style="font-size:12px">AAA AAAAA AAAAAAAAA AAAAAAA AA AAAAAAAAA (AAAA AAAA 50% AAAAAAAAAAA) AAAAAAAA
AAAAAAAAAA AAA AAAAA AAA AAAAAAAAAAAA AA AA AAAAA AAA AAAAAA AAAAA.</span></li>
</ol>
</div>

 

The HTML block the dows not give an error with the option render XHTML = true:
<div>
<div><span style="font-size:11px">AAAA-AAAA AAAAAAAA (AAA) AAA AAAAA AAAAAAA (AAA),</span></div>
<div><span style="font-size:11px">AAAA AAA.</span></div>
<div><span style="font-size:11px">AAA AAAA AAAAAAAA</span></div>
<div><span style="font-size:11px">AAAAAA AAAAAAAAAAA AA</span></div>
<div><span style="font-size:11px">AAAA AA AAAAAAAAA,</span></div>
<div><span style="font-size:11px">AAAA AAAAAAAAAAA</span></div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div><span style="font-size:11px">AAAA AAAA,</span></div>
<div>&nbsp;</div>
<div><span style="font-size:11px"><strong><u>AAAAAAAAAA AAAAAAAAAAAAA <span style="font-size:11px">AAAAAAA AAAAA AA AAAA</span></u></strong></span></
div>
<div><span style="font-
size:11px">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</
span></div>
<div><span style="font-size:11px">AAAA AAAAAAAAAAAAAA AAAAAA AA AAAAAAAAA AA AAAAAAAAAA AAAA AAA AAAAAAAAA AAAAAAAAA AAAAAAA AAAAA AA AA AA AAA AAAAA AAAAA AAAAAA. AAAA
AAAAAA AA AAAAA AAAAAA AA AAAAAAAAAA AAAA AAA AAAAAAAAAAA AA AAA AAAA AAAAA AAA (AAAAAAAAA AAAA) AAAAAAAAAAAA AAAAAAAAA AAAAAAAAAA AAA AAAAAAAAAA AAAAAAAAAAAA AAA AAA
AAAAAAA AAAAA AA AAAAAAAA&nbsp;AAAA.</span></div>
<div>&nbsp;</div>
<div><span style="font-size:11px">AAA AAA AAAAAAAA AA AAA AAAAAAAAAAAAAA, AAAAAAAAAAAA, AAAAAAA AAAAAAAA AAA / AA AAAAAAAAA AAAAAAAAAA AAA AAAAAAAAA AAAAAAAA AA AAA
AAAAAAAAAAAA AAAAAAA AA AAAA AAAAAAAAAAA, AAAAAAA AA AAAAAAAAAA, AAAAAAAAAAAA AA AA AAA AAAAAAAAA, AAAAA AAAAAAAAA AAA AAAAAAAA AAAAAAAAA AA AAAAAA AA AAAAAAAAA AAAAA AA AAA
AAAAA AA AAA AAAAAAAA AAAAAAA.</span></div>
<div>&nbsp;</div>
<div><span style="font-size:11px">AA AAA AAAAAA AAAAA AAAAA &ldquo;AAAAAAAAAA AAAAAAAAAA AA AAAAA AAAAAAAAAAA AAA AAAAAA&rdquo; AAA AAAAAAAAAA AAA AAAAAAAAA AA AAAAA
AAA AAAAAA AA AA AAAAAA AA AA AAAAAAAAAA AA</span></div>
<ol>
<li><span style="font-size:11px">AAAAAAA AAAAAAAAAA [AAA] AA</span></li>
<li><span style="font-size:11px">AAAAAAAAA AAAAA AAAAA AAA AAAAAAA AAAAAAAA AAAAAAA AA AAA-AAAAAAAAAA (AAAAAAAAA AA AA AAA AAAA AAAAAA AAA AAAAAAAA AAAAAA AA
AAAAAAAAAA AAA/AA AAAAAAAAA AAAAAAAAAA) [AA]</span></li>
</ol>
<div>
<div><span style="font-size:11px">AA AAAA AAAAAAAAAAAAAA, AAAAAAA AAAAAAAAAA AAA AAAA AA &lsquo;AAA AAAAAAA&rsquo; AAA &lsquo;AAA AAAAAA&rsquo;, AAAA AAAAA AA AAAAA
[AAAAAA AAAA, AAA AAAAAAA A AAAA AA AAA AAAAAAAAAAAA].</span></div>
</div>
</div>

answered