You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-users@xalan.apache.org by "Vivekanand V." <VV...@quark.co.in> on 2003/10/17 08:41:05 UTC

Xalan for Mac OS X.

Hi,
 
   Is there any build files available for building Xalan on Mac OS X using
the Xerces Mac OS X framework. 
 
Thanks
Vivekanand V.

Re: Anyone want xalan api docs as windows html help file?

Posted by Berin Lautenbach <be...@ozemail.com.au>.
Which reminds me....

I set up something on nagoya.apache.org to auto-build the xml-security 
docs out of CVS nightly (mainly so that I could see the changes to the 
API as I went).

Is there any interest in setting up something similar for xalan-c (or 
even xerces-c)?

Built using doxygen 1.3.2 - not quite 1.3.4 but close.

See :

http://nagoya.apache.org/~blautenb/xml-security-c/apiDocs/

For the xml-security docs (of no real interest other than to show how it 
looks on nagoya).

Cheers,
	Berin


Don McClimans wrote:
> By the way...
> 
> I have built the xalan api docs into a windows compressed html help 
> (chm) file. If you are working on windows, this is convenient because it 
> gives you an index and a search facility. And it compresses 3800 files 
> and 40 MB into 1 file and 10 MB.
> I built the docs from the 1.6 release sources, not the current CVS 
> source. And I used the current versions of doxygen (1.3.4) rather than 
> the 3-year-old version (1.1.5) that is used in the released docs. 
> Similarly dot appears to be a later release. So it looks a little 
> different (better IMO), but the content is all the same.
> Of course you need to be running windows, and IE. I think officially you 
> need IE3 or later for HTML help, but doxygen uses css, so you probably 
> want at least IE5.
> 
> If anyone is interested in this, I would be happy to email it or post it 
> where it can be downloaded.
> 
> Don McClimans
> 
> 


Anyone want xalan api docs as windows html help file?

Posted by Don McClimans <dm...@IntiElectronics.com>.
By the way...

I have built the xalan api docs into a windows compressed html help (chm) file. If you are working on windows, this is convenient because it gives you an index and a search facility. And it compresses 3800 files and 40 MB into 1 file and 10 MB. 

I built the docs from the 1.6 release sources, not the current CVS source. And I used the current versions of doxygen (1.3.4) rather than the 3-year-old version (1.1.5) that is used in the released docs. Similarly dot appears to be a later release. So it looks a little different (better IMO), but the content is all the same. 

Of course you need to be running windows, and IE. I think officially you need IE3 or later for HTML help, but doxygen uses css, so you probably want at least IE5.

If anyone is interested in this, I would be happy to email it or post it where it can be downloaded.

Don McClimans


Re: Upgrading from 1.5 to 1.6

Posted by da...@us.ibm.com.



Hi Don,

I believe this is fixed in the latest CVS code.  At any rate, it's not a
big deal, since you're hopefully not catching by value anyway.  If you are
catching any exceptions by value, you might want to change your code to
catch by const reference.

If you want more details, I'll be happy to elaborate.

Thanks!

Dave



|---------+-------------------------------->
|         |           Don McClimans        |
|         |           <dmcclimans@IntiElect|
|         |           ronics.com>          |
|         |                                |
|         |           10/20/2003 03:51 PM  |
|---------+-------------------------------->
  >------------------------------------------------------------------------------------------------------------|
  |                                                                                                            |
  |        To:      xalan-c-users@xml.apache.org                                                               |
  |        cc:      (bcc: David N Bertoni/Cambridge/IBM)                                                       |
  |        Subject: Upgrading from 1.5 to 1.6                                                                  |
  >------------------------------------------------------------------------------------------------------------|



I am upgrading a project from using xalan 1.5 and xerces 2.1 to 1.6 and
2.3. I am running winxp, vc6 sp5. Stock xerces 2.3, but I have recompiled
xalan 1.6 to link with STLPort.

In the sax handlers of my own project, I am getting warnings:

..\xerces-c_2_3_0-win32\include\xercesc/sax2/DefaultHandler.hpp(737) :
warning C4673: throwing 'class xercesc_2_3::SAXParseException' the
following types will not be considered at the catch site
..\xerces-c_2_3_0-win32\include\xercesc/sax2/DefaultHandler.hpp(737) :
warning C4671: 'SAXParseException::SAXException::XMemory' : the copy
constructor is inaccessible

These warning also occur in XMLReaderFactor.hpp, line 123.

I didn't get such warnings in xalan 1.5.

OK, I know what the warning means literally, but I don't know the
implications in xalan -- if it's anything I should be concerned about.  Any
advice?

Thanks,

Don





Upgrading from 1.5 to 1.6

Posted by Don McClimans <dm...@IntiElectronics.com>.
I am upgrading a project from using xalan 1.5 and xerces 2.1 to 1.6 and 2.3. I am running winxp, vc6 sp5. Stock xerces 2.3, but I have recompiled xalan 1.6 to link with STLPort.

In the sax handlers of my own project, I am getting warnings:

..\xerces-c_2_3_0-win32\include\xercesc/sax2/DefaultHandler.hpp(737) : warning C4673: throwing 'class xercesc_2_3::SAXParseException' the following types will not be considered at the catch site
..\xerces-c_2_3_0-win32\include\xercesc/sax2/DefaultHandler.hpp(737) : warning C4671: 'SAXParseException::SAXException::XMemory' : the copy constructor is inaccessible

These warning also occur in XMLReaderFactor.hpp, line 123.

I didn't get such warnings in xalan 1.5.

OK, I know what the warning means literally, but I don't know the implications in xalan -- if it's anything I should be concerned about.  Any advice?

Thanks,

Don



Re: Xalan for Mac OS X.

Posted by Han Ming Ong <ha...@apple.com>.
Sure.

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

If you can confirm that it works, just put your comment in the bug 
report.

By the way, I think you need the CVS version.

Han Ming

On Oct 16, 2003, at 11:41 PM, Vivekanand V. wrote:

> Hi,
>  
>    Is there any build files available for building Xalan on Mac OS X 
> using the Xerces Mac OS X framework.
>  
> Thanks
> Vivekanand V.