You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-dev@xmlgraphics.apache.org by bu...@apache.org on 2001/03/06 05:31:14 UTC

[Bug 855] New - case matching failure in tag

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=855

*** shadow/855	Mon Mar  5 20:31:14 2001
--- shadow/855.tmp.14628	Mon Mar  5 20:31:14 2001
***************
*** 0 ****
--- 1,29 ----
+ +============================================================================+
+ | case matching failure in <?xml ... ?> tag                                  |
+ +----------------------------------------------------------------------------+
+ |        Bug #: 855                         Product: Fop                     |
+ |       Status: NEW                         Version: 0.17                    |
+ |   Resolution:                            Platform: PC                      |
+ |     Severity: Normal                   OS/Version: Windows NT/2K           |
+ |     Priority: Medium                    Component: pdf renderer            |
+ +----------------------------------------------------------------------------+
+ |  Assigned To: camk@channelpoint.com,fop-dev@xml.apache.org                 |
+ |  Reported By: james@telfer.com                                             |
+ |      CC list: Cc:                                                          |
+ +----------------------------------------------------------------------------+
+ |          URL:                                                              |
+ +============================================================================+
+ |                              DESCRIPTION                                   |
+ When creating an fo file, I found a problem when FOP attempted to parse it. 
+ This was tracked to the opening <?xml version="1.0"?> tag; the error being 
+ that "xml" was in uppercase. However, the error message was as follows:
+ FATAL ERROR: The processing instruction target matching "[xX][mM][lL]" is not 
+ allowed.
+ 
+ This seems to indicate that it was a regular expression match which failed; why?
+ 
+ This error was generated using the org.apache.fop.apps.CommandLine class under 
+ FOP 0.17, Xalan 2 and Xerces 1.2.3
+ 
+ Thanks,
+ James Telfer

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-dev-unsubscribe@xml.apache.org
For additional commands, email: fop-dev-help@xml.apache.org