Transformation
Thu, 8 Nov 2007 22:46:11 -0500
My xml document contains an entity with one string atribute. This string
attribute in turn contains an xml document. How can I then include the
contents of this attribute for xpath reference?
Thanks in advance
...
|
Re: DOWNLOAD CRACKED 2008's SOFTWARE: ARCHICAD 11,UNIGRAPHICS NX5,SOLIDWORKS 2008,XSTEEL 13,AUTOCAD 2008
Mon, 05 Nov 2007 17:08:36 -0800
*** Sent via Developersdex http://www.developersdex.com *** ...
|
Use of a variable
Fri, 2 Nov 2007 02:56:01 -0700
Hi to all,
I would like to change the value of a variable during a loop in xsl, i have
the following xslt sheet.
As you see at the begining of the document i declared the variable called
serviceid, and i would like to change to value 1 foreach node im currently
navigating.
Is it possible?
Thanks a ...
|
Extracting date from XML comment
Fri, 02 Nov 2007 01:13:00 -0700
I have a XML a want to transform to another XML
with the following commentline
File generated on 15.10.2007 10:50:43 -->
I need to extract the date and time and put that in a attribute
something like this:
comment
<xsl:template match="/">
<xsl:if test="comment()">
<xsl:variable name="Datum ...
|
Is there any way to give xsl in C# a hint as to how large the resulting document will be so that it preallocates more efficiently?
Thu, 1 Nov 2007 15:45:02 -0700
Is there any way to give xsl in C# a hint as to how large the resulting
document will be so that it preallocates more efficiently?
...
|
What is the fastest possible xsl style sheet to add another <box> node under <boxes> ?
Wed, 31 Oct 2007 19:43:24 -0700
What is the fastest possible xsl style sheet to add another <box> node under
<boxes> ?
<foo>
<car></car>
<boxes>
<box id="234" />
<box id="75" />
</boxes>
</foo>
here is what i want it to look like after the xsl adds another box node:
<foo>
<car></car>
<boxes>
<box id="89">
<bar id ...
|
I am glad I found this group
Wed, 31 Oct 2007 10:46:21 -0700
I've been searching for a while for information on internet marketing
and I have come across quite a few different groups dedicated to the
topic. However, this group contains better information than I've found
anywhere else. I also found another resource that I think would
benefit anyone reading the information ...
|
|
|
XSL Transformation -- Blank Screen Sometimes on Windows 2003
Tue, 30 Oct 2007 05:34:03 -0700
I am having a problem that I hope someone else has seen before. We
are using XSL to transform XML to HTML. It works 99% of the time.
However, sometimes on a Windows 2003 machine, the XSL output only
displays a blank screen. Doing a little digging, here's what I find:
- Doing a "View Source" shows the corre ...
|
Scrollable tables ...
Sun, 28 Oct 2007 15:54:36 +0100
Hi everyone,
I have some simple but very long reports that I would like to present in
tabular format. To make this more comfortable for the reader I would
like the headers to remain static at the top of the tables and just the
content to scroll.
I got this working with 'DIV' commands but found that, as ...
|
Re: DOWNLOAD CRACKED 2008's SOFTWARE: ARCHICAD 11,UNIGRAPHICS NX5,SOLIDWORKS 2008,XSTEEL 13,AUTOCAD 2008
Fri, 26 Oct 2007 10:35:34 -0700
*** Sent via Developersdex http://www.developersdex.com *** ...
|