Outputing numbers
15 Apr 2006 00:29:46 -0700
Hello
Can anyone please help me with the following.
This is XML file
================
<equation id="E0000001" numbered="1">
<bold>L</bold> = <bold>D</bold>+<bold>W</bold>
<equation id="E0000002" numbered="1">
<bold>L</bold> = <bold>D</bold>+<bold>W</bold>
</equation>
<equation id="E0000003" ...
|
Outputing numbers
15 Apr 2006 00:28:32 -0700
Hello
Can anyone please help me with the following.
This is XML file
================
<equation id="E0000001" numbered="1">
<bold>L</bold> = <bold>D</bold>+<bold>W</bold>
<equation id="E0000002" numbered="1">
<bold>L</bold> = <bold>D</bold>+<bold>W</bold>
</equation>
<equation id="E0000003" ...
|
xsl: how to transform xml containing html
13 Apr 2006 07:40:19 -0700
Hi.
I've got an xml like this:
<page>
<title>MyTitle</title>
<author>TheAuthor</author>
<html>Here is my first line >BR<Here is my second line </html>
</page>
I want to transform this xml using a xsl link this
<xsl:template match="/page">
<p><xsl:value-of select="title"/></p>
<p><xsl:value-of ...
|
XslCompiledTransform loaded from embedded resource crashes IDE
Wed, 12 Apr 2006 17:40:02 -0700
Hello,
I have an app that does an xsl transformation using an XslCompiledTransform
object that loads an xslt file that is an embedded resource. It also uses
AddExtensionObject to add a class that provides several functions called from
the xslt. This code was ported from a functional VS 2003 app, and all t ...
|
XSLT param as text for nodename.
Wed, 12 Apr 2006 06:24:01 -0700
I have xsl:template that will be passed parameters as the following
<xsl:call-template name="bleah" >
<xsl:param name="nodes" select="/Node/ToBeSelected" />
<xsl:param name="child" select="'somechildnode'" />
</xsl:call-template>
the template needs to be able to do a
<xsl:for-each select="$nodes ...
|
Altsoft Xml2PDF 3.0 Released
11 Apr 2006 22:48:33 -0700
Altsoft is proud to announce the immediate availability of the new
version 3.0 of its .NET based Xml2PDF formatting engine.
The major new features of the new version include:
All formats:
- Significant refactoring and optimization that makes the new version
about
3-4 times faster and 2-3 times less mem ...
|
Put value of element or variable into function
11 Apr 2006 20:42:43 -0700
Hello all...teaching myself XML/XSLT and I'm pulling my hair out on
this one so I thought it's time to revisit these forums (I used to help
out in the ASP forum a wee bit)... :D
The specific problem is I can't seem to figure out how to get an
element value into one of my functions in the .xsl file.
This ...
|
|
|
Reformatting XSL from a call-template (because of ActiveX activation changes)
11 Apr 2006 11:53:51 -0700
Hi there,
As part of trying to implement the required Javascript changes to allow
applets to continue to work without having to be activated I'm in the
process of retro-fitting my XSL files to instigate my Java applet using
Javascript so I can avoid the 'Click to activate' message.
I use (for better or wo ...
|
Help - I'm unable to template match on XSL Transform
11 Apr 2006 08:09:48 -0700
I have the following input XML:
<?xml version="1.0"?>
<ordersubmit xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://www.company.com/webservices/ordersubmit">
<order>
<header>
<ordername>TestOrder</ordername>
<start>200 ...
|
Marrowsoft?
Tue, 11 Apr 2006 10:27:40 -0400
Good day all,
Is Marrowsoft still in existence? I see that their website is still up, but
I haven't been able to receive a reply to any emails sent to their support.
I haven't been active in this newsgroup for well over a year, so I had to
use Google to discover that Marrow's last post was in February 2005 ...
|