FW: [opencms-dev] Getting the raw content of an HTML file (was CmsJspActionElement.getContent () won't let me get the contents of an html file...)
M Butcher
mbutcher at grcomputing.net
Fri Jun 25 01:04:02 CEST 2004
Geoff,
Take a look (edit sourcecode) of the /system/bodies version of the file
-- it has two versions of the code: one that is the HTML generated by
the editor and one that is cleaned by JTidy.
Seems to me that I did something similar to what you are talking about
by using the CmsFile.getContents() method on the /system/bodies file and
then parsing the XML with the CmsXercesParser (or maybe it was with the
JAXP instance).
Sorry... I haven't been following this thread to carefully, so I may be
reiterating something Olli or others have already said.
Matt
Geoff Winkless wrote:
> Olli Aro wrote:
>
>>The problem here is that the opencms runs the source via jTidy, when
>>saving it in the editor, so your custom tags are cleaned out as part
>>of the save process.
>
>
> That was my first thought, but they're not - if I open the file in the
> editor again the text is still there!
>
> I guess custom tags would be blatted out by jTidy but plain text is just
> left alone, even if it's (theoretically) in the wrong place.
>
> I tried scanning through the editor source to see how it retrieves the data
> but I got lost in the mire :(
>
> Geoff
>
>
> ______________________________________________________________________
> This email has been scanned by the MessageLabs Email Security System.
> For more information please visit http://www.messagelabs.com/email
> ______________________________________________________________________
> _______________________________________________
> This mail is send to you from the opencms-dev mailing list
> To change your list options, or to unsubscribe from the list, please visit
> http://mail.opencms.org/mailman/listinfo/opencms-dev
More information about the opencms-dev
mailing list