Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeOur CommunityOur CommunityGeneral Discuss...General Discuss...Url Rewriting Help PlzUrl Rewriting Help Plz
Previous
 
Next
New Post
12/26/2008 11:57 AM
 

 

I am facing an interesting problem while using the Regular Expression Named Matching Groups while implementing UrlRewriting. The problem is that I can't specify ?<Group Name> inside the XML tag due to < and > as being prohibited as being inside XML tag data, but they are part of my Reg X Named Capturing Group. I tried to replace < with &amp; but that lead me to replace & with amp;lt; which when written in the regular expresion inside LookFor XML tag doesn't simply work. The web.config file can't even be read. I don't want to write the whole UrlRewriting module by myself to tackle this problem and if this rule can only work with exisitng DNN UrlRewriter module will save a lot of time. Any suggestion. Can I declare the Named Regular Expression groups inside XML file LookFor tag?

<RewriterRule>

<LookFor>Website/(?<ClassDescriptionamp>[a-z|A-Z|0-9|-]+)/(?<LocationDescription>[a-z|A-Z|0-9|-]+)/Default.aspx</LookFor>

<SendTo>~/Default.aspx?TabId=123amp;cd=$1amp;ld=$2amp;ctrl=srblv</SendTo>

<RewriterRule>

 
New Post
12/26/2008 4:10 PM
 

Use CDATA :

<LookFor><![CDATA[Website/(?<ClassDescriptionamp>[a-z|A-Z|0-9|-]+)/(?<LocationDescription>[a-z|A-Z|0-9|-]+)/Default.aspx]]></LookFor>

 

 

http://www.w3schools.com/XML/xml_cdata.asp


DotNetNuke Modules from Snapsis.com
 
Previous
 
Next
HomeHomeOur CommunityOur CommunityGeneral Discuss...General Discuss...Url Rewriting Help PlzUrl Rewriting Help Plz


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out