I guess I still do not understand what it is you are trying to do by
grabbing the blade page and then allowing the users to edit it in .asp. Any
edits they make there are not storable in the wiki. can you explain the user
scenario that you want to enable?
XHTML can be input if you have installed the plugin FleXhtml available at
[1]. Install instructions are included at [2]. Depending upon what you are
trying to do with XHTML it can be simple to input, or it can be complex.
XHTML supports very complex processes and output formats. Authentication is
not required, but you need to monitor pages using XHTML as they could be
used to create and serve malicious code from your server.

If you do not want certain users to be able to edit pages, but allow other
users to do so, then you should use an authentication mechanism. Then it is
very easy to prevent users from editing pages that you want protected.
Alternatively, you can use topic locks, which only requires authentication
by yourself to set the lock for a topic. Once the lock is set it is
read-only until you reset the lock to read-write.

[1]
http://ods.dyndns.org/FlexWiki/default.aspx/PluginLib/PluginLibraryContents.html
[2]
http://ods.dyndns.org/FlexWiki/default.aspx/OdsWiki/PlugInInstallation.html

John Davidson

On Sun, Feb 24, 2008 at 2:32 PM, Astralis Lux <[EMAIL PROTECTED]>
wrote:

> How can I input XHTML?  Will that require authentication?
>
> The more I look at this, the more I think simply grabbing the blade page
> via MSXML in a .asp page is so much simpler and safer.  The problem is
> allowing people to edit and the redirect back to the wiki.  Maybe a
> response.redirect from the wiki page to the .asp page might work?
>
> ------------------------------
> Climb to the top of the charts! Play the word scramble challenge with star
> power. Play 
> now!<http://club.live.com/star_shuffle.aspx?icid=starshuffle_wlmailtextlink_jan>
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> Flexwiki-users mailing list
> Flexwiki-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/flexwiki-users
>
>
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Flexwiki-users mailing list
Flexwiki-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flexwiki-users

Reply via email to