in reply to Can you style XMLwith CSS to display tag attributes?
You can add a stylesheet directive to an xml file, see http://www.w3.org/TR/xml-stylesheet/ or google around for some tutorials.
It works for me when opening the file in firefox, the top of your xml then looks like this :-
<?xml version="1.0" encoding="UTF-8"?> <?xml-stylesheet type="text/css" href="view.css"?> ...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Can you style XMLwith CSS to display tag attributes?
by BrowserUk (Patriarch) on Jun 11, 2015 at 09:27 UTC | |
by RichardK (Parson) on Jun 11, 2015 at 09:40 UTC |