You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by bu...@apache.org on 2001/05/15 00:50:16 UTC

[Bug 1749] New - doc mentions non-functioning -validate option

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

*** shadow/1749	Mon May 14 15:50:16 2001
--- shadow/1749.tmp.19926	Mon May 14 15:50:16 2001
***************
*** 0 ****
--- 1,24 ----
+ +============================================================================+
+ | doc mentions non-functioning -validate option                              |
+ +----------------------------------------------------------------------------+
+ |        Bug #: 1749                        Product: XalanJ2                 |
+ |       Status: NEW                         Version: 2.0.1                   |
+ |   Resolution:                            Platform: All                     |
+ |     Severity: Normal                   OS/Version: All                     |
+ |     Priority:                           Component: Xalan                   |
+ +----------------------------------------------------------------------------+
+ |  Assigned To: xalan-dev@xml.apache.org                                     |
+ |  Reported By: spage@macromedia.com                                         |
+ |      CC list: Cc:                                                          |
+ +----------------------------------------------------------------------------+
+ |          URL: http://xml.apache.org/xalan-j/getstarted.html                |
+ +============================================================================+
+ |                              DESCRIPTION                                   |
+ http://xml.apache.org/xalan-j/getstarted.html claims that you can you can use 
+ the -validate option on the command line.  But you get "Invalid option" if you 
+ do.  I see that src/org/apache/xalan/xslt/Process.java has a -VALIDATE option, 
+ but in Xalan 2.0.1 it is commented out.
+ 
+ 
+ As a workaround, you can use or adapt the XercesJ SaxCount or DOMCount examples, 
+ which do validate.