Mayorista Importador Exportador de cd y dvd www.Media-Set.net .Distribuidor Verbatim Princo Imation Benq Traxdata
Fri, 7 Apr 2006 11:33:49 +0200
www.Media-Set.net http://www.Media-Set.net
Mayorista Importador exportador distribuidor de cd cd-r y dvd-r
dvd+r verbatim traxdata princo imation benq.
Disponemos dvd-r dvd+r 4,7gb 4.7 gb cd-r 80" minicd minidvd , www.Media-Set.net http://www.Media-Set.net
SErvicio Seur 24/48 horas. Tarifa Plana de Transpo ...
|
Sorting and eliminating duplicates
6 Apr 2006 08:01:29 -0700
Hi all.
I have xsl document that transforms an xml document. My xml looks like
this:
<Data>
<Country Key='001' Name='Afghanistan'>
<Indicator KEY='001' FootnoteKEY='3' Footnote='Test3'></Indicator>
<Indicator KEY='002' FootnoteKEY='' Footnote=''></Indicator>
<Indicator KEY='003' FootnoteKEY='' Fo ...
|
how do I convert attributes to node groups
5 Apr 2006 12:52:49 -0700
Any one help me convert the following using xsl? Is it even possible?
Appreciate any thoughts.
<rows>
<row name='item 1' title='Engineer' expertLevel='Master' />
<row name='item 2' title='Architect' expertLevel='Student' />
<row name='item 3' title='Engineer' expertLevel='Student' />
<rows>
to...
...
|
xsl attributes
Wed, 05 Apr 2006 07:19:53 -0700
If this piece of code sets the bgcolor to the value of @StatusColor,
<xsl:attribute name="bgcolor">
<xsl:value-of select="@StatusColor" />
</xsl:attribute>
why doesn't replacing 'bgcolor' with 'color' or 'forecolor' set the
forecolor to the value of @StatusColor?
Che ...
|
XslTransform.Load throws error: Invalid site
Wed, 5 Apr 2006 05:37:02 -0700
When loading an XML-file from a file server share I get an error: Invalid
site. The share and the filesystem has priority set to enable everyone read
access, from the file system root including the xsl-file. This error occures
on one installation site among several others. Below is an extract from the
appl ...
|
TODO's don't appear Task list in Visual Studio 8
4 Apr 2006 11:01:34 -0700
I have an xsl comment TODO: whatever-->
in my XSL file.
I'm editing the file from within Visual Studio 8.
Anyone know why the TODO doesn't appear in my Task List?
TODO's work for C#, VB.
Is the TaskProvider missing for XSL code?
...
|
XSl Var out of scope
4 Apr 2006 08:48:15 -0700
Hi,
This is a snippet of the XML I am dealing with,
<LOG_MESSAGE type="START DATATABLE" date="03-04-2006" time="16:45:20" >
<MESSAGE_TEXT><![CDATA[\\gbahes75\Projects\AddressService\Datapool\GetTestID.sdd]]></MESSAGE_TEXT>
</LOG_MESSAGE>
There is a number of <LOG_MESSAGE> elements
My aim in the xsl ...
|
|
|
XSl Var out of scope
4 Apr 2006 08:47:51 -0700
Hi,
This is a snippet of the XML I am dealing with,
<LOG_MESSAGE type="START DATATABLE" date="03-04-2006" time="16:45:20" >
<MESSAGE_TEXT><![CDATA[\\gbahes75\Projects\AddressService\Datapool\GetTestID.sdd]]></MESSAGE_TEXT>
</LOG_MESSAGE>
There is a number of <LOG_MESSAGE> elements
My aim in the xsl ...
|
Using XSL substring to get the last field of a delimited string
4 Apr 2006 06:31:12 -0700
Hi,
I have this text value within an XML element
"\\gbahes75\Projects\AddressService\Datapool\GetTestID.sdd"
I hold this within an XSL variable e.g. "$host1".
However I am having trouble extracting the last field in this delimited
string (i.e. GetTestID.sdd).
Will I need to use XPath's position() f ...
|
Apply templates problem!
Tue, 4 Apr 2006 14:30:50 +0200
Inside a template I can call another template using a condition using a
parameter like
<xsl:param name="CURRENT_DBNR" select="DBNR"/>
<xsl:apply-templates select="../TABLE[@id='Table_24C' and
DBNR=$CURRENT_DBNR]"/>
Do I have to temporary store the DBNR value in a parameter which I use in
the apply-temp ...
|