multy string replace
Thu, 17 Jan 2008 22:06:04 -0800 (PST)
I have xml and xsl files provide below
My goal isto replace some strings in the xml whle conerting to html
I can replace one string at a time with the following anyone can help
me to replace more than that?
i.e. ** to be replaced with </BR>
and word "comment" to be replaced with a "-"
Any help appeciated
T ...
|
Using xsl:if with xsl:value-of
Tue, 15 Jan 2008 15:15:01 -0800
I am using an open source HTML editor in an ASP.NET project to permit the
users to create templates for form letters. When the user chooses to save
the current template, I parse the HTML to create the XSL for populating the
letters and I write both the HTML and XSL to the database. Among the things
the use ...
|
[ANN] Qizx/db 2.0 Released
Tue, 15 Jan 2008 15:57:09 +0100
XMLmind is pleased to announce the release of Qizx/db 2.0,
an XML database engine fully supporting XML Query.
Qizx/db is an embeddable, high-speed, native XML database
engine written in Java[tm], with the querying and processing
capabilities of a fully fledged XQuery (W3C XML Query)
implementation.
Qizx/db ...
|
XSL-FO Text Formatting Question
Mon, 14 Jan 2008 19:24:59 -0500
Here's the situation: I have a three-column output for a phone number
listing. Most of the time, the columns are all one line long, but
occasionally there is output that needs to look like this:
Text that spans
two lines................ 9999 More text that
...
|
[Announce] DataDirect XQuery 3.1 Supports Querying of OpenDocument
Format
Mon, 14 Jan 2008 07:23:00 -0800 (PST)
[Announce] Dear microsoft.public.xsl,
DataDirect Technologies has released an updated version of DataDirect
XQuery, an easily embeddable, Java-based implementation of the XQuery
1.0 and the XQuery API for Java standards. Here are some of the
highlights of the new release:
* Extended file type support and ou ...
|
Session Variables in XSLT
Mon, 14 Jan 2008 02:44:00 -0800
Hello,
I want to know , how to access/store value in session Variable in
XSLT for a website to access information.
Thank you ...
|
Problem calling functions from within XSLT?
Sun, 13 Jan 2008 01:16:31 +1100
Hello.
I hope someone can help. I can't for the life of me, seem to work out how to
call functions from within XSLT code. I have a simple XSLT file (called
function.xsl) which contains the following code ;
<?xml version="1.0" encoding="ISO-8859-1"?>
<xsl:stylesheet
version="2.0"
xmlns:xsl="http://ww ...
|
|
|
Weird acting IE6 is not including ../ js and css files on some
computers
Fri, 11 Jan 2008 09:27:42 -0800 (PST)
Hi,
I have the following directory structure. A sample of the files is
given below.
Home/
submit.do
home.html
Home/xslt
tranform1.xsl
Home/css
transform1.css
style.css
Home/js
myjs.js
Home/jsp
xslout.jsp
Now what happe ...
|
[Announce] DataDirect XML Converters 3.1 Released - HL7 Support
Thu, 10 Jan 2008 20:31:19 -0800 (PST)
[Announce] Dear microsoft.public.xsl,
DataDirect XML Converters are Microsoft .NET and components that
provide bi-directional, programmatic access to non-XML files including
EDI, flat files and other legacy formats, directly from XSL
stylesheets, XQuery applications, or from any Java or .NET program.
DataDire ...
|
<xsl:choose> using "or"
Thu, 10 Jan 2008 11:46:28 -0800 (PST)
Is it possible to do an "OR" statement when doing xsl choose?
like so:
<xsl:choose>
<xsl:when test="a=b OR a=c">
BLAH
</xsl:when>
<xsl:otherwise>
FOO
</xsl:otherwise>
</xsl:choose>
this of course doesn't work but is there a way to do it? ...
|