Project

Profile

Help

Bug #4283

Updated by Michael Kay over 4 years ago

In the ,NET API documentation for XsltCompiler, there are two methods with the signature 

 ~~~ 
 public XsltExecutable Compile (Stream input) 
 ~~~ 

 that apparently do different things.  

 The second entry is a misnamed copy of the entry for `CompilePackage(Stream input)` 

Back