Re: Bugs using 'key' and 'tokeinze' with XSLTC

2005-07-05 Thread Henry Zongaro
Hi, Karsten. > --- 1. Bug: --- > If I use a key like with a node set as parameter like this: > > the result is invalid. This appears to be the same as the bug reported in Jira issue XALANJ-1938.[1] The fix for that problem is available in the CVS or you can wait for the upcoming Xalan

Bugs using 'key' and 'tokeinze' with XSLTC

2005-07-05 Thread Theis, Karsten
Hi, I tried to speed up my mappings by using XSLTC, but I found the two following bugs: --- 1. Bug: --- If I use a key like with a node set as parameter like this: the result is invalid. Results of "test_key.xsl" with "test_key.xml" as input: - With XSLTC: - Elements1: id_100

streams as input/output

2005-07-05 Thread Mohd Shadab
Hi, While transforming an xml the transformer can take in one stream source and output to a stream target.For multiple source it is expected to read using the document(file path) function.Similarly to write out to more than one output xsl:result-document is used which also writes to a file. In bo