xsl-list
[Top] [All Lists]

RE: [xsl] Looking for some basic guidance

2006-11-19 00:29:35
Yes, you need to install java if you don't already have it. You can download the Java Runtime Environment here:

http://www.java.com/en/download/index.jsp

You also need to set your "classpath" variable to point to the saxon??.jar file. If you don't know how to do that, the easiest way to get around that is to replace this:

net.sf.saxon.Transform

with the -jar parameter and indicate the path to the saxon??.jar file:

java -jar c:\pathto\saxon??.jar -o output.xml source.xml stylesheet.xsl

Replace ?? with the current Saxon version number that you download.ed.


On Sat, 18 Nov 2006, Irum Rauf wrote:

Thanks for your in time help. I will install it and
will let you know. In order to run this do i have to
install java on my system, or would it work without
installing java on my PC.

I have .net installed on my pc, then should i install
.net version....If yes then what would be the command
(from the command line) for .net??

Thanking you again.I might not be asking intelligent
questions but once i get the push, I will be able to
move ahead:)

Best Regards,
Irum

--- Michael Kay <mike(_at_)saxonica(_dot_)com> wrote:

To apply an XSLT transformation to an XML document
you need an XSLT
processor. There are many different ones available.

If you install Saxon, for example, then you can
perform a transformation
using the command (from the command line)


and the result will go to output.xml. For a
different XSLT processor, the
method of invocation will be different.

Michael Kay
http://www.saxonica.com/

-----Original Message-----
From: Irum Rauf [mailto:irumrauf(_at_)yahoo(_dot_)com]
Sent: 18 November 2006 19:13
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: [xsl] Looking for some basic guidance

Hello,
I am new with XML and working on XSLT files. I
need to
transform an XML document to another XML document
with a
different schema, using XSLT. I have included my
xslt file in
XML document. Now  where and how do I see my new
xml document
formed? Am i missing any step?Where and how
should i specify
where to save resulting XML document?Do I need to
Install anything?
Kindly guide me at an earliest note, i need to
submit an
assignment and need some guidelines from you as I
am not able
to find proper help from net or maybe I am not
searching at
right places.I did self learning from w3schools
and Dietel's book.

In my XSLT file i m simply transforming one
sub-elment of an
element into an attribute in resulting xml
document and
renaming an elment. If it is successful, I can
continue with
transforming other elements.

Waiting for your reply,
Thanks and Best Regards,
Irum






______________________________________________________________
______________________
Sponsored Link

Compare mortgage rates for today.
Get up to 5 free quotes.
Www2.nextag.com



--~------------------------------------------------------------------
XSL-List info and archive:
http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to:
http://lists.mulberrytech.com/xsl-list/
or e-mail:
<mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--




--~------------------------------------------------------------------
XSL-List info and archive:
http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to:
http://lists.mulberrytech.com/xsl-list/
or e-mail:
<mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--






____________________________________________________________________________________
Sponsored Link

Mortgage rates near 39yr lows.
$510k for $1,698/mo. Calculate new payment!
www.LowerMyBills.com/lre

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>