Ticket #960 (closed defect: invalid)
show xml tags in design view??
| Reported by: | guest | Owned by: | akaEdge |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Documentation | Version: | |
| Severity: | normal | Keywords: | |
| Cc: |
Description (last modified by ray) (diff)
<html>
<head>
<link href="xinha-core/plugins/Forms/forms.css" rel="stylesheet" id="Form-style" /> <link href="xinha-core/plugins/InsertAnchor/insert-anchor.css" rel="stylesheet" id="IA-style" /> <link href="xinha-core/plugins/InsertSnippet/InsertSnippet.css" rel="stylesheet" id="IS-style" /> <link href="xinha-core/plugins/LangMarks/lang-marks.css" rel="stylesheet" id="LM-style" /> <link href="xinha-core/plugins/SetId/set-id.css" rel="stylesheet" id="ID-style" /> <link href="xinha-core/plugins/Template/template.css" rel="stylesheet" id="Template-style" />
</head> <body>
<p>Is there any way that I can modify xinha to show some tags in the design view? </p> <p> Specifically xml compliant miva tags.. I.E. <MvAssign?>
<br />( etc. That way i could edit the template variables position etc while still seeing the layout.
</p> <p>but how would i go about allowing to see the tags in the design view edit htmlarea.js?? for example a tag like <Mv:Item> should be visible in the wysiwyg..
<br /> I guess i gotta do a regex to catch the tags, change the tags to entities and output them as if they were text in the wysiwyg :) And of course do the opposite on submit. I have no clue how im gonna do that though.
</p>
</body>
</html>
