RE: [SOLVED] String replacement within the sitemap?

2004-05-20 Thread Philipp Burkert
hat I used the substring-after and substring before to retrieve something like the pattern from the request URL. I am affraid you have to do the same and can not use it directy. Best Regards PHILIPP BURKERT [EMAIL PROTECTED] - To uns

RE: String replacement within the sitemap?

2004-05-17 Thread Philipp Burkert
bstring-before({1},'_',' '} I am not saying we (or someone else *g*) have to change anything - nor do I state the opposite. Just trying to clarify the current syntax. Best Regards. PHILIPP BURKERT [EMAIL PROTECTED] ---

RE: [SOLVED] String replacement within the sitemap?

2004-05-15 Thread Philipp Burkert
Hej, thankx to Joerg and Jorg for the good hints. Joergs idea finaly helped me to figure out the solution for my problem. When you want to replace something within your request URI you can use: Best regards PHILIPP BURKERT [EMAIL PROTECTED

String replacement within the sitemap?

2004-05-14 Thread Philipp Burkert
Hej folks, is there a simple way to do string replacement within the sitemap? I have to modify a string I fetch from the URL and have to replace all occurrences of a specific character. I dream of something like replace({1},'_',' ') Thankx a lot: PHILIPP BURK

String replacement within the sitemap?

2004-05-14 Thread Philipp Burkert
Hi folks, is there a simple way to do string replacement within the sitemap? I have to modify a string I fetch from the URL and have to replace all occurrences of a specific character. I dream of something like replace({1},'_',' ') Thankx a lot: PHILIPP BURK

RE: Transofrmer from Invalid HTML to XHTML or XML

2004-04-22 Thread Philipp Burkert
se the XHTML option if you want to receive pure XML data. PHILIPP BURKERT [EMAIL PROTECTED] http://www.burkert.de - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: transform xhtml with xsl style sheet.

2004-04-16 Thread Philipp Burkert
ould be no problem for XSL stylesheet, which is supposed to transform XML. *g* Please give your XHTML source along with the XSLT source so we can inspect the problem... Best Regards CARL PHILIPP BURKERT [EMAIL PROTECTED] http://www.burkert.de --

RE: Out-of-the-box sophisticated User Administration

2004-04-15 Thread Philipp Burkert
tailed information, Hugo. Best Regards PHILIPP BURKERT [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Out-of-the-box sophisticated User Administration

2004-04-14 Thread Philipp Burkert
user functionality with role management and maybe even email verification support. Something where I can just add my XSLT files would of course be the greatest... Thankx in advance PHILIPP BURKERT [EMAIL PROTECTED] - To

RE: (Easy) Passing a Variable From Sitemap to StyleSheet?

2004-04-11 Thread Philipp Burkert
declare the parameter in the xslt - and output it later with the $varname syntax ---xslt-- http://www.w3.org/1999/XSL/Transform";> ... ... Hope that helps PHILIPP BURKE

RE: sort and XSP in 2.1.4 not working

2004-04-11 Thread Philipp Burkert
Hej, and you are shure you produce the right file? You may have tried: to check the generator output. Hm, there is nothing more I could think of. Best Regards PHILIPP BURKERT [EMAIL PROTECTED] - To

RE: sort in 2.1.4 not working

2004-04-11 Thread Philipp Burkert
ren of the "items" node. In your case those nodes matched are "item" nodes. Because you have to specify your sort criteria relative to the current node you have to skip the "item/". It works fine if you write: > Best regards PHILIPP BURKERT