Hi,

I was wondering when the [-E (Do not expand entity refs)] option in
Process.Java will be implemented. I just downloaded the latest version this
morning and installed it. The usage statement below says that this option
is possible, however, this part of the usage statement is commented out in
Process.java and the comment in the relevant code notes that this is TBD.
Also, when I tried the option, it appeared to not be working.

Any idea when this will be implemented?

thanks,

Cam Fordyce
Software Engineer
Dictaphone




usage:

C:\>java org.apache.xalan.xslt.Process
Xalan-J command line Process class options:
    -IN inputXMLURL
   [-XSL XSLTransformationURL]
   [-OUT outputFileName]
   [-E (Do not expand entity refs)]
   [-QC (Quiet Pattern Conflicts Warnings)]
   [-TT (Trace the templates as they are being called.)]
   [-TG (Trace each generation event.)]
   [-TS (Trace each selection event.)]
   [-TTC (Trace the template children as they are being processed.)]
   [-TCLASS (TraceListener class for trace extensions.)]
   [-EDUMP {optional filename} (Do stackdump on error.)]
   [-XML (Use XML formatter and add XML header.)]
   [-TEXT (Use simple Text formatter.)]
   [-HTML (Use HTML formatter.)]
   [-PARAM name expression (Set a stylesheet parameter)]
   [-L use line numbers for source document]
   [-MEDIA mediaType (use media attribute to find stylesheet associated
with a document.)]
   [-FLAVOR flavorName (Explicitly use s2s=SAX or d2d=DOM to do
transform.)]
   [-DIAG (Print overall milliseconds transform took.)]
   [-URIRESOLVER full class name (URIResolver to be used to resolve URIs)]
   [-ENTITYRESOLVER full class name (EntityResolver to be used to resolve
entities)]
   [-CONTENTHANDLER full class name (ContentHandler to be used to serialize
output)]

Reply via email to