javaee / jaxb-v2

Other
210 stars 100 forks source link

@XmlRootElement should allow stylesheet declarations #677

Open glassfishrobot opened 15 years ago

glassfishrobot 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]

glassfishrobot commented 15 years ago

Reported by mattbishop

glassfishrobot commented 15 years ago

@pavelbucek said: marking as enhancement

glassfishrobot commented 15 years ago

Was assigned to snajper

glassfishrobot commented 7 years ago

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