Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

20
votes
8answers
8k views

Set HTML5 doctype with XSLT

How would I cleanly set the doctype of a file to HTML5 <!DOCTYPE html> via XSLT (in this case with collective.xdv) The following, which is the best my Google foo has been able to find: ...
3
votes
3answers
197 views

Unable to use Diazo (plone.app.theming) on Centos

I made a webportal on my mac using plone4.1 and Diazo. Now, I'm trying to deploy it on my server (CentOs) where there is yet another site with plone4.0.5 + collectivexdv. When I run the site (in a ...
3
votes
1answer
75 views

What to use instead of HTTP_X_XDV in Diazo?

I'm approaching to Diazo after a light use of collective.xdv. Usually in xdv I could use a nice env variable "HTTP_X_XDV" to allow the rendering of certain css file (in portal_css via genericsetup). ...
2
votes
3answers
79 views

Select first child <p> in Deliverance

Given the following content: <div class="content"> <div id="brian"> <p>Hello my name is Alex</p> <p>My surname is Thomas</p> <p>My middle name ...
2
votes
1answer
164 views

Adding an class to body element with XDV

I want to style some forms in Plone3+collective.xdv but I don't want all forms to get the special style. So I'd like to add a special styled-form class name to the class attribute of the body ...
0
votes
1answer
98 views

django and deliverance as middleware

are there any examples on how to use Deliverance as a middleware [1] into Django? Thanks, SimO [1] http://packages.python.org/Deliverance/modules/middleware.html
0
votes
1answer
73 views

Preserving order when copying elements using Deliverance / XPath

How would I, using Deliverance & XPath (or CSS) selectors, select and copy list items .one and .three from each list below, but display them in the order of their parent list? <ul ...
0
votes
4answers
377 views

Any experience with the Deliverance system?

My new boss went to a speech where Deliverance, a kind of proxy allowing to add skin to any html output on the fly, was presented. He decided to use it right after that, no matter how young it is. ...