CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 6 of 6
  1. #1
    Join Date
    Oct 2005
    Posts
    13

    Unhappy Why doesn't my xalan react ?

    I included it into my dirpath, but I can't get my xsl file compiled
    In what way can I test if my xalan and xerces work fine after the path for their jar files are in dirpath ??

    I am stuck at the dorr, lcan't move out or move in. Help me

    -ishiwaka

  2. #2
    Join Date
    May 2003
    Location
    Denmark
    Posts
    1,315

    Re: Why doesn't my xalan react ?

    Quote Originally Posted by ishiwaka
    I included it into my dirpath, but I can't get my xsl file compiled
    This kind of begs the question, how do you compile the XSL file ?, and what errors do you get ?

    Quote Originally Posted by ishiwaka
    In what way can I test if my xalan and xerces work fine after the path for their jar files are in dirpath ??
    Try running a transform from the commandline as described on http://xml.apache.org/xalan-j/getstarted.html or try running some of the samples also described on the above mentioned page.
    The biggest problem encountered while trying to design a system that was completely foolproof,
    was, that people tended to underestimate the ingenuity of complete fools.
    Douglas Adams

  3. #3
    Join Date
    Oct 2005
    Posts
    13

    Unhappy Re: Why doesn't my xalan react ?

    Hello, thanks for the information, i still have another problem

    my installed java doesn't have com.sun package as the error tells me. I unzip resource folder to look it up inside but clearly com.sun package isn't there.
    How can I use com.sun.xml.tree...... ?

  4. #4
    Join Date
    Oct 2005
    Posts
    13

    Post Re: Why doesn't my xalan react ?

    why stopped helping me ?
    you see, without you, I couldn't get any other help, couldn't do anything...
    If only hadn't run into this kind of problem,...
    Last edited by ishiwaka; November 10th, 2005 at 01:03 PM.

  5. #5
    Join Date
    May 2003
    Location
    Denmark
    Posts
    1,315

    Re: Why doesn't my xalan react ?

    Ah sorry, I saw your message several days ago while at work, but did not have time to respond, and then forgot about it.

    However you really should be able to work on this on your own, if you google for "com.sun.xml.tree" you get tons of hits from other people having the same problem, and hints that the problem might be caused by improper use of the java libraries that leads to incompabilities between specific versions of java and the application.

    This page even suggests a solution that seems to be a bit of a hack to me http://forum.java.sun.com/thread.jsp...sageID=2572596
    The biggest problem encountered while trying to design a system that was completely foolproof,
    was, that people tended to underestimate the ingenuity of complete fools.
    Douglas Adams

  6. #6
    Join Date
    Oct 2005
    Posts
    13

    Thumbs up Re: Why doesn't my xalan react ?

    MAn thats an exelent answer, i reeeeaalllly love it.
    I reeeeaaallllly love that kindof hack too, because its useful and my problem won't be hungrily waiting for sevearal of my fixes.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured