same element transformed in 2 different ways
Sun, 27 Jan 2008 21:12:42 -0800 (PST)
I am working through some ways to address my task and have run up
against the limits of my understanding of xsl. Any help here would be
appreciated.
I am trying to create an xsl file that will copy some html (a series
of <p>'s) to ouput, creating 2 different divs. I have put one non-html
tag in the opening <p ...
|
XML type of comment needed in output html
Fri, 25 Jan 2008 09:19:10 -0600
I need my XSL to write "stopindex-->" into the output html. Do I need to
wrap it in CData to get that to happen?
thanks
LJB
...
|
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 ...
|