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
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:
Campbell Ritchie
Ron McLeod
Paul Clapham
Devaka Cooray
Liutauras Vilda
Sheriffs:
Jeanne Boyarsky
paul wheaton
Henry Wong
Saloon Keepers:
Stephan van Hulst
Tim Holloway
Tim Moores
Carey Brown
Mikalai Zaikin
Bartenders:
Lou Hamers
Piet Souris
Frits Walraven
Forum:
XML and Related Technologies
XML + XSL + CSS = Formatted Page. Is it possible?
Sudharsan Govindarajan
Ranch Hand
Posts: 319
posted 21 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 21 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 21 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 21 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Thanks Balaji! I'll never forget this advice.
Sudharsan
See where your hand is? Not there. It's next to this tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
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...