Hi,

This looks like a bug.  Please open a JIRA issue at: 
https://issues.apache.org/jira/browse/XALANJ

Thanks.

Erin Harris





"dogsbay" <[EMAIL PROTECTED]> 
01/05/2007 06:15 AM

To
<xalan-j-users@xml.apache.org>
cc

Subject
-TS option and line numbering






Using Xalan 2.7.0 and Java 1.5 and the -TS option, the line/col numbers 
are 
not output for the input file:


C:\top\xalan\xalan-j_2_7_0>java -cp 
./xalan.jar;./xercesImpl.jar;./serializer.jar 
 org.apache.xalan.xslt.Process -IN poem.xml -XSL poem.xsl -OUT poem.html 
-TS

Selected source node '#document', at file 
'file:///C:/top/xalan/xalan-j_2_7_0/poem.xml', line #-1, column #-1
(default root rule) apply-templates, select='null':
     10001: poem
Selected source node 'poem', at file 
'file:///C:/top/xalan/xalan-j_2_7_0/poem.xml', line #-1, column #-1
file:///C:/top/xalan/xalan-j_2_7_0/poem.xsl Line #13, Column #39: 
value-of, 
select='title':
     1000a: title
Selected source node 'poem', at file 
'file:///C:/top/xalan/xalan-j_2_7_0/poem.xml', line #-1, column #-1
file:///C:/top/xalan/xalan-j_2_7_0/poem.xsl Line #16, Column #39: 
apply-templates, select='null':
     1000a: title
Selected source node 'title', at file 
'file:///C:/top/xalan/xalan-j_2_7_0/poem.xml', line #-1, column #-1
file:///C:/top/xalan/xalan-j_2_7_0/poem.xsl Line #27, Column #51: 
value-of, 
select='.':
     1000a: title
Selected source node 'poem', at file 
'file:///C:/top/xalan/xalan-j_2_7_0/poem.xml', line #-1, column #-1
file:///C:/top/xalan/xalan-j_2_7_0/poem.xsl Line #17, Column #40: 
apply-templates, select='null':
     10004: author
Selected source node 'author', at file 
'file:///C:/top/xalan/xalan-j_2_7_0/poem.xml', line #-1, column #-1
file:///C:/top/xalan/xalan-j_2_7_0/poem.xsl Line #31, Column #54: 
value-of, 
select='.':
     10004: author
Selected source node 'poem', at file 
'file:///C:/top/xalan/xalan-j_2_7_0/poem.xml', line #-1, column #-1
file:///C:/top/xalan/xalan-j_2_7_0/poem.xsl Line #18, Column #40: 
apply-templates, select='null':
     1000d: stanza
     1001c: stanza
     1002b: stanza
Selected source node 'stanza', at file 
'file:///C:/top/xalan/xalan-j_2_7_0/poem.xml', line #-1, column #-1
file:///C:/top/xalan/xalan-j_2_7_0/poem.xsl Line #35, Column #40: 
apply-template
s, select='null':
     1000f: line
     10012: line
     10015: line
     10018: line
Selected source node 'line', at file 
'file:///C:/top/xalan/xalan-j_2_7_0/poem.xml', line #-1, column #-1
file:///C:/top/xalan/xalan-j_2_7_0/poem.xsl Line #39, Column #37: if, 
test='position() mod 2 = 0': false
Selected source node 'line', at file 
'file:///C:/top/xalan/xalan-j_2_7_0/poem.xml', line #-1, column #-1




Reply via email to