hi
been trying to insert a macro into some content, but i can't get it to work.
for testing:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE xsl:Stylesheet [ <!ENTITY nbsp " "> ]>
<xsl:stylesheet
version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:msxml="urn:schemas-microsoft-com:xslt"
xmlns:umbraco.library="urn:umbraco.library"
exclude-result-prefixes="msxml umbraco.library">
<xsl:output method="xml" omit-xml-declaration="yes"/>
<xsl:param name="currentPage"/>
<xsl:template match="/">
<p>test</p>
</xsl:template>
</xsl:stylesheet>
this should do it right ?
what happens is i go to my content and press insert/edit macro, inserts the macro and when i click save the rte disappears and all the buttons is missing... i'm using Firefox.
You can see a screenshot here:

i cant see it when i view the page either.
Maybe i'm just a noob and missing something :)
edit, this it how it's supposed to look before i insert macro :P :