This is a migrated thread and some comments may be shown as answers.

XSL + XML in RadEditor

1 Answer 59 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Naupad
Top achievements
Rank 1
Naupad asked on 19 Jan 2012, 04:08 PM
Hello,
        I have 2 columns in Database
 1. XML_Data (Contains my data to show in RAD Editor)
 2. XSL_Data (Contains my Styling to implement on the XML data.)

 I am combining both of them in my code to generate final result which is shown in RAD Editor. Now if in Design mode user (say for e.g) changes the text to bold, than in HTML mode, the changes take effect which has my generated code. What I want is to make style changes in XSL_Data only and Data changes in XML_Data only.

Please HELP!!!!!!!!!

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 20 Jan 2012, 02:30 PM
Hi,

This request is not directly related to RadEditor and it does not offer such functionality out-of-the box.

The content returned by RadEditor's server Content property is a standard string. Once obtained you should parse it as per your requirements and save it in the desired location.

All the best,
Rumen
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
Tags
Editor
Asked by
Naupad
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or