Jump to content
DevFuse Forums

<![CDATA[ nexted inside of a <![CDATA[ in XML installer


owner

Recommended Posts

I am working on my Application installer for a project, but I am at a stop with the templates mymod_root_templates.xml file. The problem I am getting is this:

 

Inside of my <template_content> </template_content> tags I have nested <![CDATA[ tags to prevent javascript.

 

<template_content><![CDATA[<br />

Some crazy html that is totally xhtml valid because xhtml is great practice :D  Then comes the error below D:

<br />

{parse js_module="editor"}
<script type="text/javascript">
//<![CDATA[
       {parse template="editorJS" group="editors" params=""}
//]]>
</script>

]]>

 

So now the installer crashes due to that tag. How can I get around this?

-Owner

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...