Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > XML > xsl transform...

Reply
Thread Tools

xsl transform...

 
 
Vijay
Guest
Posts: n/a
 
      02-04-2004
I am trying to put up an xml/xsl based web page on a website
(linux/apache based). I have very little space (50 MB) and the only
uploads allowed are through the hosting service's upload manager.

I cannot use any server side includes, and there is no support for
Microsoft/Java based server side xml/xsl->HTML tranformation.

How do I do the conversion? Is there anything I can do using
JavaScript on the client side? I want to support all platforms, so
using MSXML+JavaScript is not really an option.

If any of you have experience with this, I would greatly appreciate
your sharing it with me.

Thanks
Vijay
 
Reply With Quote
 
 
 
 
Martin Honnen
Guest
Posts: n/a
 
      02-04-2004


Vijay wrote:

> I am trying to put up an xml/xsl based web page on a website
> (linux/apache based). I have very little space (50 MB) and the only
> uploads allowed are through the hosting service's upload manager.
>
> I cannot use any server side includes, and there is no support for
> Microsoft/Java based server side xml/xsl->HTML tranformation.


Then I don't think your hosting service is the right choice to build a
web site using xml/xsl. The only thing you can do is to perform the XSLT
transformations locally and save the results in HTML files and upload
the HTML files.


--

Martin Honnen
http://JavaScript.FAQTs.com/

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
XSL Question tp xsl:for-each and xsl:variable schaf@2wire.ch XML 1 05-27-2005 09:25 PM
tomcal/xsl - problems with xsl:include Klaus Friese Java 0 11-22-2004 10:17 AM
XSL-1000: (Fatal Error) Error while parsing XSL file (org.apache.xerces.parsers.AbstractSAXParser$AttributesProxy) Kevin Flood Java 1 09-13-2004 02:28 PM
XSL-1000: (Fatal Error) Error while parsing XSL file (org.apache.xerces.parsers.AbstractSAXParser$AttributesProxy) Kevin Flood Java 0 09-08-2004 02:11 PM
use xsl:element to output an "<xsl:template match=...> ? Ray Tayek XML 3 11-30-2003 10:14 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57