Reduce Travel Costs x bwimxlfs

2003-12-30 Thread Bennett Lange
click here to be removed from future mailings. Conference Calls Only 7.9 Cents Per Min. We offer an extremely easy to use conferencing service that only costs a fraction of what most companies charge. No Set-up Fees No Contracts or

Apply template question

2003-10-20 Thread Bennett
Is there a way to apply a template stored in a variable or param?

"vertical slices" of tree

2003-10-09 Thread Bennett
Hello, Say I have the following tree: If I'm calling this into the stylesheet via document(): - How do I get the names of all elements on the

retain hardreturn in attribute

2003-10-07 Thread Bennett
I have a situation where I'd need to be able to output the hard-return within an attribute of the source document. Does anyone have any tricks? TIA

text node to separate paragraphs

2003-10-07 Thread Bennett
paragraph individually like: paragraph1 paragraph2 ... Does anyone have any ideas/ code samples? Thank you, Bennett

check for file existence

2003-10-03 Thread Bennett
to me that something would be trying to tie the custom class URLExists as an extension of java.lang.String) Please let me know if you would like me post code. If you have any suggested resources or code samples, too that would be great. TIA, Bennett

using attributes in xsl:variable tree

2003-08-05 Thread Bennett
Hello, I'm trying to look for the starting element of nodes in another document, store the results of what I find in an xsl:variable and then use the information in the $results variable (get the values of various attributes in the elements returned, etc.) I can get a start element into $result

Re: value problem

2003-07-23 Thread Bennett
a stream. ( I wouldn't want to have to write this to file every time the stream exists). Thanks a lot On Wednesday, Jul 23, 2003, at 13:04 America/Detroit, [EMAIL PROTECTED] wrote: "Bennett" writes: I'm running into a situation where I need to pass an XML Tree into a param in a

value problem

2003-07-23 Thread Bennett
Hi all, I'm running into a situation where I need to pass an XML Tree into a param in a stylesheet. When the xml tree gets to the param something is converting the brackets(< >) into entities (< > ). Because of this I can't traverse the passed xml. Is there way to either turn this conversion of

Recursion issue

2003-07-10 Thread Bennett
value. Does anyone have a code sample that would do this? I've tried a few different things using a template that calls itself and I've checked out the recursion examples on the dpawson faq but nothing that quite does what I'm looking for. Thank you for any help on this, Bennett

How to return transform output

2003-07-09 Thread Bennett
} Of course, in this example, there is no return string from tOutput.toString() but, this the closest attempt so far in trying to return the transform output. Does anybody have any code samples or resources that demonstrate how this could be done? TIA, Bennett

Param value to xpath

2003-07-09 Thread Bennett
Hello, I have a situation where I want the value of a to be used as part of an xpath expression. I've tried a number of different ways but I get the following error message: javax.xml.transform.TransformerException: A location step was expected following the '/' or '//' token. Is there a way

Re: xslt output - word wrapping

2002-07-23 Thread Bennett
Hi Joseph, Below are my answers... On Tuesday, July 23, 2002, at 05:02 PM, Joseph Kesselman wrote: Are you sure your verision of Netscape is actually set up to run XSLT stylesheets directly, and that it's finding the right stylesheet? (If your stylesheet makes other changes, do they appear in t

xslt output - word wrapping

2002-07-23 Thread Bennett
block here Yet, Netscape 6.2 isn't wrapping the text. It only wraps at the edge of the window instead of at 240 pixels. In my xslt template I have: Does anyone know how I can do solve this? TIA, Bennett

Xml and images - the next step

2002-07-18 Thread Bennett
the same thing to work on IE on Windows)? Also, - Is there a more efficient way to do the same thing (make an image appear using xml/xslt)? If so, could someone please show me how? Again, thank you so much. Bennett Here's the latest version of the code I posted before: imag

Re: xml and images

2002-07-18 Thread Bennett
and the border of the image but no image). I tried calling the image in using (no curly braces) but to no avail. Could please help me this just so I can get started? Thank you so much, Bennett On Thursday, July 18, 2002, at 12:26 PM, Joseph Kesselman wrote: Uhm. We should keep this on the m

xml and images

2002-07-18 Thread Bennett
mentioning)? To all that respond with their expert opinions, Thank you very, very much Bennett

Newbie samples testing help

2002-03-29 Thread Bennett
Hello, I'm running into a problem where I've downloaded apache's xalan-j 2.3.1 package onto a Mac OS X system. I've followed all the instructions to try to run the samples. the path to the xalan directory is: /Applications/xalan-j_2_3_1/ I'm trying to run the SimpleTransform sample that Apac