XLSTForms with twitter bootstrap css -


I am using XForms and I use the XSLTForms implementation

There is a problem running the page with the link I have read that XSLTForms requires a CSS file so that there is a valid XML file for parsing. So I got a & lt; Css & gt; ... & lt ;! [CDATA []] & gt; The page tag attached to is still not loaded at all.

I used to include processing instructions for CSS conversion and debugging, but this does not work either:

   

What I would eventually achieve, for example, using Bootstrap's responsive style rules and customizing input controls and form elements.

What would you recommend to me? Has anyone done something like this (I can not get it).

UPDATE :

Even when I have the processing instructions & lt ;? Css-conversion no? & Gt; , my CSS file was still not loaded, found that you have to explicitly close the link tag for the CSS file. So, it should be that:

& lt; Link type = "text / css" href = "myStyle.css" rel = "stylesheet" & gt; & Lt; / Link>

when you & lt ;? Css-conversion no? & Gt; external CSS files are not required for valid XML files (and thus better).

XSLTForms uses a set of CSS rules which it does not directly compatible with bootstrap. You will first need to read the guidelines: and you will have to use a lot of browser inspector tools.


Comments

Popular posts from this blog

java - org.apache.http.ProtocolException: Target host is not specified -

java - Gradle dependencies: compile project by relative path -

ruby on rails - Object doesn't support #inspect when used with .include -