RE: Request parameters question

2004-03-11 Thread robby . pelssers
try a href=securityexcel?security=xxxamp;amp;startdate=2004-02-13 00:00:00amp;amp;enddate=xxx -Original Message- From: Anna Bikkina [mailto:[EMAIL PROTECTED] Sent: 11mm2004 17:52 To: [EMAIL PROTECTED] Subject: Re: Request parameters question I am having a problem passing multiple

RE: Request parameters question

2004-03-11 Thread robby . pelssers
i'm sorry you should use only one time amp; -Original Message- From: Anna Bikkina [mailto:[EMAIL PROTECTED] Sent: 11mm2004 17:52 To: [EMAIL PROTECTED] Subject: Re: Request parameters question I am having a problem passing multiple parameters to the hyperlink.. like a

RE: Entity declaration

2004-03-08 Thread robby . pelssers
If you want to use a space character, try #160; -Original Message- From: beyaNet Consultancy [mailto:[EMAIL PROTECTED] Sent: 08mm2004 14:41 To: [EMAIL PROTECTED] Subject: Re: Entity declaration Hi, could you show me an example of how to do this please. many thanks in advance On 8 Mar

RE: An if statement breaks my SVG!!!!

2004-02-19 Thread robby . pelssers
Place the xsp:logic /xsp:logic tags after svg:svg width=300 height=300 y=0 x=0 viewBox=0 35 200 200 because you need a first root tag before you can use the logic tag!!! -Original Message- From: beyaNet Consultancy [mailto:[EMAIL PROTECTED] Sent: 19mm2004 10:02 To: [EMAIL

Woody in combination with dynamic queries

2004-02-18 Thread robby . pelssers
and to use some binding mechanism to set the parametrized WHERE statements in a clever way? Anyone working on something similar? Robby Pelssers - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

RE: reusing a result set with esql

2004-02-18 Thread robby . pelssers
You could try it as follows : define two classes at bottom of xsp:page: xsp:logic public class MyPart { private String id; private String name; public MyPart(String id) { this.id = id; } public String getId() { return

RE: SVG broken images.....HELP!!

2004-02-17 Thread robby . pelssers
try adding the namespace Example xsl:stylesheet xmlns:xlink=http://www.w3.org/1999/xlink; xmlns:xsl=http://www.w3.org/1999/XSL/Transform; version=1.0 xsl:template match=/ svg xmlns:svg=http://www.w3.org/2000/svg; width=520 heigth=300 g transform=scale({$scalex} {$scaley})

Dynamically generate queries from user input

2004-02-13 Thread robby . pelssers
parameters are filled in -- Did anyone already do some nice work on this issue ?? I'm looking for ways to do this kind of thing without having to do a lot of coding. Any suggestions, please post it !! Robby Pelssers

Embed SVG-tags directly in html

2004-02-12 Thread robby . pelssers
Is the only way to embed SVG in html by using the embed Tag ?? I would like to know if there is a way to directly use svg xmlns:svg=http://www.w3.org/2000/svg; width=1000 heigth=120 content of SVG image /svg in the body html tag ?? thanks in advance, Robby Pelssers

RE: Embedded JavaScript file inside dynamic SVG isn't working

2004-02-11 Thread robby . pelssers
/xsl:stylesheet Kind regards, Robby Pelssers - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Dynamic SVG creation

2004-02-09 Thread robby . pelssers
this and if it's the best way. Who uses batik and how do you implement it in your portal? Robby Pelssers - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Dynamic SVG Creation

2004-02-09 Thread robby . pelssers
Hi Kieran, Is it possible to put this code between xsp logic tags instead of a function ?? And when you have created the svgdoc and svgroot, how can you view it?? My intention is to put the generated svg in a html body. It would help if i saw a very tiny example of all files needed to fullfill

RE: Dynamic SVG Creation

2004-02-09 Thread robby . pelssers
Thx, i will try this out !! -Original Message- From: Brent L Johnson [mailto:[EMAIL PROTECTED] Sent: 09mm2004 18:07 To: [EMAIL PROTECTED] Subject: RE: Dynamic SVG Creation Not sure if this is what you need.. but here goes: Sitemap: map:match pattern=images/*/*.jpg map:generate

Reusing objects, queries, ect for piping through multiple XSLT tr ansformations

2004-01-29 Thread robby . pelssers
/app/cfm/svg/pendingontarget.svg; width=650 height=400/embed Is it possible to generate 2 XML-structures in one XSP and both structures to 2 different stylesheets (xsl) ??? And even better that i reference the generated SVG in my XML-tree that will be transformed to HTML. Regards, Robby

<    1   2   3   4   5   6