I am playing with adding Bespin as a code editor control to our Rx installation and I can not figure out the magic words to load a CSS file as an AssociatedFile. link and style both do not work (it simply ignores the configuation) and script obviously doesnt work since it try’s to load the CSS in a script tag.
Also while i am here do you just have to always reboot the server whenever you make a change to the rx_Templates.xsl file? Very annoying…
<psxctl:AssociatedFileList>
<psxctl:FileDescriptor name=“BespinEmbedded.compressed.css” type=“script” mimetype=“text/css”>
<psxctl:FileLocation>…/rx_resources/bespin/BespinEmbedded.compressed.css</psxctl:FileLocation>
<psxctl:Timestamp/>
</psxctl:FileDescriptor>
<psxctl:FileDescriptor name=“BespinEmbedded.compressed.js” type=“script” mimetype=“text/javascript”>
<psxctl:FileLocation>…/rx_resources/bespin/BespinEmbedded.compressed.js</psxctl:FileLocation>
<psxctl:Timestamp/>
</psxctl:FileDescriptor>
</psxctl:AssociatedFileList>