c:import full windows path

2002-08-08 Thread Amarant Merah

Hi,

Is it possible to import a file based on full path?
e.g. E:/somepath/myfile.xml

I understand it is possible to import using full http
url or relative to webapp like these:
c:import url=http://domain.com/somepath/myfile.xml;
var=xml/
c:import url=/somepath/myfile.xml var=xml/

I need something like
c:import url=E:/abc/somepath/myfile.xml var=xml/
and the above doesn't work.

Basically I want to be able to import files that lie
on other partitions outside the webapp.
Any workaround?

Regards,
Amarant.


=
Amarant Merah - survive, and fighting.

http://digital.yahoo.com.au - Yahoo! Digital How To
- Get the best out of your PC!

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




passing variable using x:transform

2002-05-20 Thread Amarant Merah

 
 

=
Amarant Merah - survive, and fighting.

http://briefcase.yahoo.com.au - Yahoo! Briefcase
- Save your important files online for easy access!

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




passing variable using x:transform

2002-05-20 Thread Amarant Merah


Is it possible to pass variable value using
x:transform?

Something like this with xtags taglib
xtags:style xml=/xml/abc.xml xsl=/xsl/abc.xsl
  xtags:param name=myVar value=%=
abc.getMessage() %/
/xtags:style

Regards,
Amarant

=
Amarant Merah - survive, and fighting.

http://briefcase.yahoo.com.au - Yahoo! Briefcase
- Save your important files online for easy access!

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




taglibs as another taglibs' attribute value

2002-04-22 Thread Amarant Merah

Good day,

I'm new to jsp taglibs, and wondering if taglibs
implementation in the future will allow taglibs as
another taglibs attribute value.

For example:
xtags:style xml=mycustomtaglib ... 
xsl=mycustomtaglib ... 

I am trying to avoid scriptlet whenever possible.
And when we can't have taglibs as another taglibs'
attribute values, it is really limiting the custom
taglibs capability.

TIA.

=
Amarant Merah - survive, and fighting.

http://messenger.yahoo.com.au - Yahoo! Messenger
- A great way to communicate long-distance for FREE!

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Re: taglibs as another taglibs' attribute value

2002-04-22 Thread Amarant Merah


Which taglib does that belong?
I checked jakarta.apache.org/taglibs
and I can't find any c taglib.

Thanks again, this really saves my day :).

 --- Shawn Bayern [EMAIL PROTECTED] wrote:  On
Mon, 22 Apr 2002, Amarant Merah wrote:
 
  I'm new to jsp taglibs, and wondering if taglibs
  implementation in the future will allow taglibs as
  another taglibs attribute value.
  
  For example:
  xtags:style xml=mycustomtaglib ... 
  xsl=mycustomtaglib ... 
 
 This pattern probably will never be allowed as such,
 but you can use
 JSTL's c:set tag to capture the output of one tag
 and feed it to
 another.  You'll probably find this easier to read
 anyway, in the end:
 
   c:set var=myOutput
 my:customTag ... /
   /c:set
   x:transform xml=${myOutput} .../
 
 This keeps with XML's syntax, even though it's a bit
 more verbose.
 
 -- 
 Shawn Bayern
 JSP Standard Tag Library   http://www.jstlbook.com
 (coming this summer from Manning Publications)
 
 
 --
 To unsubscribe, e-mail:  
 mailto:[EMAIL PROTECTED]
 For additional commands, e-mail:
 mailto:[EMAIL PROTECTED]
  

=
Amarant Merah - survive, and fighting.

http://messenger.yahoo.com.au - Yahoo! Messenger
- A great way to communicate long-distance for FREE!

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




mailer taglib problem

2002-04-02 Thread Amarant Merah

Hi,

I'm using mailer taglib, and I downloaded it from the
nightly build (obviously).

I followed all the instruction and samples and finally
deploy my code. No mail was sent, and I'm not sure
whether the problem lies at the mailer taglib or other
things (e.g. the mail server).

It didn't dump any error message. So I kept on
guessing whether I downloaded a build with bugs, or
something else. I tried to download other builds, and
still to no avail. My guess is that the problem is not
the build.

Anyone has any advice on where I should start tracing
the problem?

Cheers,
Amarant.

=
Amarant Merah - survive, and fighting.

http://www.sold.com.au - SOLD.com.au Auctions
- 1,000s of Bargains!

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




xtags result problem with ns4.7

2002-01-30 Thread Amarant Merah

Hi,

I am using xtags: style

xtags:style xml=/xml/myxml.xml xsl=/xsl/myxsl.xsl
/

Inside this myxsl.xsl, I put a br / tag.
I specifically put the space before the forward slash,
however, the output I get is br/ without the space.
And of course this destroy the layout of my site when
viewing with netscape 4.7

Is there any workaround for this?

I tried xsl taglib to no avail. It needs the
org.apache.xalan.xslt.XSLTInputSource (which is no
longer supported by xalan-j 2). So xsl is somehow out
of date.

Thanks in advance.

=
Amarant Merah - survive, and fighting.

http://my.yahoo.com.au - My Yahoo!
- It's My Yahoo! Get your own!

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]