Xslt removing spaces?
Fri, 25 Jan 2008 06:24:00 -0800
Hello All:
We are using an xslt to format xml and transform it into html. Some of the
nodes in the xml are filled with spaces (the xml is from a mainframe and is
providing us with data for a web page report). The xml is formatted as such:
<RespinseXml>
<Records>
<Record>blah blah blah</Record>
...
|
What is an attribute such as dt:dt?
Tue, 22 Jan 2008 21:46:58 -0800
I have an xml file that I am trying run an xsl sheet on that has attributes
such as:
dt:dt
xmlns:dt
<binary xmlns:dt="urn:schemas-microsoft-com:datatypes" dt:dt="bin.base64"
format="jpeg">
But if I try to do something like:
<value>
<xsl:value-of select="@xmlns:dt"/>
</value>
I get an erro ...
|
transformation not work with 2 sets of node same level
Tue, 22 Jan 2008 18:57:41 -0800
I have a test xml file that is similar in structure to the file I am
actually going to use but is much simpler
I had built this before only wanting 2 tables. But I needed to add another
set of nodes that were the same level as my other outside nodes and I can't
seem to get it to work.
What I want to end ...
|
prefix namespace as ns0
Tue, 22 Jan 2008 17:05:18 -0800
Hi
i want to prefix namespace as ns0 , my procedure is
i have one xml schema file, that schema file i am adding in word 2003 using
xml sturture panel. now from that xml schema i am adding placeholders in word
document. and then save the document as .xml (wordml).
following is my schema file
<?xml version= ...
|
Prefix namespace like ns0
Tue, 22 Jan 2008 16:58:04 -0800
Hi
i want to prefix namespace as ns0 , my procedure is
i have one xml schema file, that schema file i am adding in word 2003 using
xml sturture panel. now from that xml schema i am adding placeholders in word
document. and then save the document as .xml (wordml).
following is my schema file
<?xml version= ...
|
Access on element on XML document by XSLT.
Mon, 21 Jan 2008 21:09:39 +0800
Dear Sir,
I have below XML file
------------ XML ------------
<tcm:Content>
<Content xmlns="uuid:ACAB60FE-A0C2-4C97-BC61-914072147396">
<Question>Aandelenfonds</Question>
</Content>
</tcm:Content>
------------ end of XML --------
I am trying to select the value on <Question> by XSLT, I u ...
|
Forever
Sun, 20 Jan 2008 12:52:06 -0800
...
|
|
|
Determining space left on a page
Fri, 18 Jan 2008 11:02:50 -0800 (PST)
Hi,
I am using XSL to render XML into PDF. Is there a way I can determine
how much space is left on a page so I can add "continued on next page"
text when an element spills over on another page?
Thanks ...
|
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 ...
|