jakartaee / jaxb-api

BSD 3-Clause "New" or "Revised" License
61 stars 42 forks source link

@XmlRootElement should allow stylesheet declarations #254

Open Tomas-Kraus opened 15 years ago

Tomas-Kraus commented 15 years ago

I'd love to specify a stylesheet for an @XmlRootElement without having to mess around with the marshaller. For instance, it would be great to have something like:

@XmlStylesheet(type="text/css" href="stylesheet.css")

That would generate: <?xml-stylesheet type="text/css" href="resource.css"?>

This is interesting in the JAX-RS world as it would give developers a way to support HTML requests of XML data with little effort.

Environment

Operating System: All Platform: All

Affected Versions

[2.1.12]

Tomas-Kraus commented 6 years ago
Tomas-Kraus commented 15 years ago

@glassfishrobot Commented Reported by mattbishop

Tomas-Kraus commented 15 years ago

@glassfishrobot Commented @pavelbucek said: marking as enhancement

Tomas-Kraus commented 15 years ago

@glassfishrobot Commented Was assigned to snajper

Tomas-Kraus commented 7 years ago

@glassfishrobot Commented This issue was imported from java.net JIRA JAXB-677