select another node in contains statement.
Fri, 7 Mar 2008 17:55:12 +0800
Dear sir, I have below XML file, I am using "contains" to search XML file.
besides a keyword search, I also need an exact match on one special column.
I have below XSLT which I am using "Content/agenda/startdatum" to search
this special column data. However it does not work out. mine:comparedate is
Script f ...
|
Transforming bulleted lists in Word XML to other XML
Thu, 6 Mar 2008 12:10:04 -0800
I have found that the bullted lists created, when saving a Word 2003 doc as
an XML file in Word, is difficult to transform using XSLT. There is no parent
list tag so it is difficult to know how much of the items to put nito the
list. Does anyone know how this can be done? ...
|
How to sort different nodes by attribute
Tue, 4 Mar 2008 11:36:00 -0800
I store my database settings in xml as follows:
<?xml version="1.0" encoding="utf-8" ?>
<Columns>
<F1 Seq="0" />
<F2 Seq="1" />
<F3 Seq="3" />
<F4 Seq="9" />
<F5 Seq="2" />
<F6 Seq="4" />
<F7 Seq="8" />
<F8 Seq="5" />
<F9 Seq="7" />
<F10 Seq="6" />
</Columns>
I'd like to have th ...
|
[announce] Free XQuery Training Event
Mon, 3 Mar 2008 08:03:21 -0800 (PST)
Dear microsoft.public.xsl ,
DataDirect Technologies is hosting a free XQuery tutorial workshop in
Chicago, Washington DC, Houston, as well as London and Amsterdamn. The
XQuery covers the following topics:
* Transforming XML documents into user-defined formats
* Aggregating XML documents with relational data ...
|
Text output twice. Once in HTML tags and immediately following html
tags
Mon, 3 Mar 2008 07:11:50 -0800 (PST)
Hello,
I am new to XSLT and I am trying to create an XSL stylesheet
that transforms XML to HTML. I am trying to generate a navigable side
menu and the contents of the document. My problem is that text seems
to be printed twice after I use
<pre>
<xsl:value-of select="text()"/>
</pre>
in the c ...
|
How can provide an external XSD to an XML
Fri, 29 Feb 2008 06:46:03 -0800
Hi all,
How can I provide an external XSD to an XML? What kind of line should be
added to the XML
Clara
--
thank you so much for your help ...
|
make <xsl:value of select="attrname"> work within a " "
Fri, 29 Feb 2008 05:22:02 -0800
Hi all,
In my XML file, there is a < image name="aa.jpg" width="100" length="100" />
element, in the corresponding XSLT, How can I put the above three attributs
in HTML <img> tag like the following:
<xsl: template ...>
<img src="<xsl:value of select="attrname" /> " width="..." lenght="..." />
</xsl: t ...
|
|
|
[ANN] XMLBlueprint XML Editor 5.1 is released
Tue, 26 Feb 2008 12:20:18 +0100
XMLBlueprint XML Editor 5.1 is now available for free download at:
http://www.xmlblueprint.com/download.htm.
This release adds exciting new XML refactoring features, such as: rename
elements, rename prefixes, join and split elements.
XMLBlueprint is the value-priced XML Editor for Windows. It supports unic ...
|
How do get the root node?
Mon, 25 Feb 2008 16:40:10 -0800
I have been displaying a new root node <dataset> with my transformations.
How do I get the file to use the old root node in my transformation?
How would I change the following xslt file to accomplish that?
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmln ...
|
xslt (identity?) transformation
Mon, 25 Feb 2008 06:50:17 -0800 (PST)
I can't seem to get my head around this problem, although from the
examples I've seen from googling identity transform etc. I seems it
should be pretty simple - but I'm stuck :-s:
How do I transform xml_file_1 to xml_file_2?
---- xml_file_1--------
<books>
<author lastname="lastname_1" givenname="given_ ...
|