473,795 Members | 3,081 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Xalan 1.10 (building with VS 2005)

Has anyone managed to build Xalan v 1.10 using VS 2005?

If the VS 7 project is converted to VS 8.0., it generates *TONS* of
errors - anyone managed to build this yet?
Nov 14 '07 #1
3 1214
Anonymous <no******@here. comwrote in news:Y-
Wd************* *************** @bt.com:
Has anyone managed to build Xalan v 1.10 using VS 2005?

If the VS 7 project is converted to VS 8.0., it generates *TONS* of
errors - anyone managed to build this yet?
I know some people have... There are some comments on the xalan email lists
<http://marc.info/?l=xalan-c-users&r=1&w=2(a lso the xalan-dev list)
Essentially, they say to pull the current source from CVS. Since we don't
use unreleased software, I've given up on them and just finished
prototyping our code with libxml2 and libxslt <http://www.xmlsoft.org/>.
(Xalan is what has held us back from migrating to vc2005. Guess we'll go
straight to vc08 instead...)

Dave Connet
Nov 14 '07 #2


David Connet wrote:
Anonymous <no******@here. comwrote in news:Y-
Wd************* *************** @bt.com:

>>Has anyone managed to build Xalan v 1.10 using VS 2005?

If the VS 7 project is converted to VS 8.0., it generates *TONS* of
errors - anyone managed to build this yet?


I know some people have... There are some comments on the xalan email lists
<http://marc.info/?l=xalan-c-users&r=1&w=2(a lso the xalan-dev list)
Essentially, they say to pull the current source from CVS. Since we don't
use unreleased software, I've given up on them and just finished
prototyping our code with libxml2 and libxslt <http://www.xmlsoft.org/>.
(Xalan is what has held us back from migrating to vc2005. Guess we'll go
straight to vc08 instead...)

Dave Connet
Thanks for the info - that helped. Managed to build (but from SVN trunk
rather than released version, which is too foobar-ed to hack
Nov 14 '07 #3
Anonymous <no******@here. comwrote in
news:wd******** *************** *******@bt.com:
David Connet wrote:
>Anonymous <no******@here. comwrote in news:Y-
Wd************* *************** @bt.com:
>>>Has anyone managed to build Xalan v 1.10 using VS 2005?

If the VS 7 project is converted to VS 8.0., it generates *TONS* of
errors - anyone managed to build this yet?

I know some people have... There are some comments on the xalan email
lists <http://marc.info/?l=xalan-c-users&r=1&w=2(a lso the xalan-dev
list) Essentially, they say to pull the current source from CVS.
Since we don't use unreleased software, I've given up on them and
just finished prototyping our code with libxml2 and libxslt
<http://www.xmlsoft.org/>. (Xalan is what has held us back from
migrating to vc2005. Guess we'll go straight to vc08 instead...)

Dave Connet

Thanks for the info - that helped. Managed to build (but from SVN
trunk rather than released version, which is too foobar-ed to hack
I couldn't remember if they were running CVS or SVN... (I figured you'd be
able to figure out what I meant!) I tried to hack the released version
also - hence our migration to libxml!

Dave
Nov 14 '07 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
4031
by: al dav | last post by:
Hi all ok i am not a java programmer I am a sys-admin, my users want xalan and have already got j2sdk_1.4.2 so i have downloaded it and set the CLASS_PATH export CLASS_PATH=/usr/local/java/xalan-j_2_5_2/bin/xalan.jar:/usr/local/java/xalan -j_2_5_2/bin/xml-apis.jar:/usr/local/java/xalan-j_2_5_2/bin/xercesImpl.jar:/
1
2309
by: Fisch von Gestern | last post by:
I have tried to run the extension function/element examples provided with the Xalan-J download. I believe that my classpath is correct, and that my versions are up-to-date. However, I can't get past the following error. Any help, please? =========================================================================== C:\xalan>test C:\xalan>REM @echo off
7
2147
by: Ganesh Gella | last post by:
Hi All, I am planning to use Xalan to transform XML data by applying xls stylesheets. Here tricky part is, Xalan provides several C++ APIs, which are very much useful if our requirement is just inputting a file and getting a file. Or giving a xerces dom and get a new xerces dom. I would like to know whether any of you tried with their own custom
2
2111
by: Dr. Roger Wießner | last post by:
Hello! I am a newbie to XSLT and need a freeware/GNU Tool to get experience with this new topic. Which one is a good XSLT? Xalan or Saxon, or which one else? Thank you a lot!
5
1782
by: John | last post by:
I'm trying to generate HTML using a SAX TransformHandler. The problem I'm having is related to the xalan transformer using the shorthand notation when it writes out an empty textarea tag. My code works fine when xalan.jar is not in my classpath. But when xalan.jar is in the classpath, the generated html incorrectly uses the shorthand notation for writing out an empty textarea tag. Correct output: C:\test>java Test
7
4126
by: RC | last post by:
First, let me say I couldn't find a group discuss XML/XSLT. So I only choose the closest groups to post this message. Here is part of my *.xsl file <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xalan="http://xml.apache.org/xalan" xmlns:my-javascript-ext="my-ext1" extension-element-prefixes="my-javascript-ext"
0
1201
by: terry.jeske | last post by:
Hello, I am trying to upgrade an application that was previously running on Xalan 1.4.2, to 2.7.0. I have worked out the build issues and now the application compiles with the new xalan and xerces. However, at runtime I get the following error when I try to do a transform: (Location of error unknown)org.xml.sax.SAXException: Can not resolve
3
1844
by: Avalon1178 | last post by:
Hi, I recently downloaded the xalan-c source code in http://mirrors.ccs.neu.edu/Apache/dist/xml/xalan-c I followed the instructions from the apache site on how to build it (I already have xerces downloaded and compiled), however, I'm getting quite a few compile errors. I downloaded and compiled xerces 2.6.0 and I downloaded xalan 1.9.0.
2
1514
by: henribastien | last post by:
I'm trying to return an array from a xalan extension but so far I have made no progress. What I would like to return is something like that <entry id="red">201</entry> <entry id="green>55</entry> <entry id="blue">123</entry> so I could acces them with something like $returned. Problem is, I haven't figured out how to do that. I haven't found any
0
9672
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9519
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10439
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
10165
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10001
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9043
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7541
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5563
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4113
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.