Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within XML
Search Coderanch
Advance search
Google search
Register / Login
Win a copy of
OCP Oracle Certified Professional Java SE 21 Developer (Exam 1Z0-830) Java SE 17 Developer (Exam 1Z0-829) Programmer’s Guide
this week in the
Programmer Certification
forum!
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Tim Cooke
Campbell Ritchie
paul wheaton
Ron McLeod
Devaka Cooray
Sheriffs:
Jeanne Boyarsky
Liutauras Vilda
Paul Clapham
Saloon Keepers:
Tim Holloway
Carey Brown
Piet Souris
Bartenders:
Forum:
XML and Related Technologies
XML + XSL + CSS = Formatted Page. Is it possible?
Sudharsan Govindarajan
Ranch Hand
Posts: 319
posted 22 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Hi!
Can we use Cascading Style Sheets along with XSL stylesheets for formatting an XML
doc
? What i mean is, is it possible to give a HTML <LINK> kinda tag in a XSL stylesheet?
Am I making sense?
thanks
Sudharsan
Balaji Loganathan
author and deputy
Posts: 3150
posted 22 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
why u dont u give a damn try urself.
its a just a two lines of code.
sorry if i am wrong.
Spritle Software Blogs
Channy
Greenhorn
Posts: 13
posted 22 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
<xsl:template match="/"> <html> <head> <link rel="stylesheet" type="text/css" href="stylesheet.css" /> </head> </html> </xsl:template>
Sudharsan Govindarajan
Ranch Hand
Posts: 319
posted 22 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Thanks Balaji! I'll never forget this advice.
Sudharsan
Did you see how Paul
cut 87% off of his electric heat bill with 82 watts of micro heaters
?
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
Is XSL document cached ??
tree in XML
generate xsl dynamically?
Use different XSL files on the same XML doc
How to read xml or xsl from jar file
More...