XPath following-sibling vs preceding-sibling inconsistant re... [0 replies] microsoft.public.xsl, Sunday, January 29, 2006
I am trying to find overlapping ProcessSegment nodes in the xml shown
below.
This xpath
"Orders/ProcessSegment[following-sibling::ProcessSegment/@Starttime)>
number(@Endtime)]" returns a ...
XML XLS sorting [0 replies] microsoft.public.xsl, Saturday, January 28, 2006
How would I go about sorting this document by event month and then day?
Your help is much appreciated.
Thanks
- M
<?xml version="1.0" encoding="iso-8859-1"?>
<GALLERY>
<rText>...
empty namespace tag... [0 replies] microsoft.public.xsl, Saturday, January 28, 2006
hi,
my .xslt is spitting out the empty 'xmlns' attribute
is there anyway to remove this ?
<book xmlns="" />
<title/>
</book>
thanks,
Xpath query in attributes [1 reply] microsoft.public.xsl, Friday, January 27, 2006
I've seen the below syntax used but I can't remember what it's calleds o I
can't lookup it's uses.
<myelement someattribute="{count(//somelement)}"/>
Is there any limit to the XPath ...
Error -: Required attribute is missing [1 reply] microsoft.public.xsl, Friday, January 27, 2006
I put together a simple transformation function in VB6, based on published
code, but I get the following error on the line "Set xslT.stylesheet =
xmlStyle.documentElement" :
Required att...
Help with not displaying extra characters when xml node is b... [0 replies] microsoft.public.xsl, Friday, January 27, 2006
I have created an .xslt file using the Word 2003 XSLT Inference tool,
and I need help in a modification not to print certain characters if
the refering xml node is null/blank. I am guessing ...
Reference dummy xslt in xml [2 replies] microsoft.public.xsl, Friday, January 27, 2006
Hi,
I have a service running on my machine that generates continuous stats
in xml.
I want to constantly reference an xslt file (using <?xml-stylesheet
type="text/xsl" href="Test3.xsl"?>) wi...
Don't want "comma" and "and" together [4 replies] microsoft.public.xsl, Friday, January 27, 2006
Hi
My input is XML and My output is in Internet explorer using XSL. I am
trying to create a "Authorgroup" where my XML code, XSL code and the
output are as follows:-
XML code:
=======...
Output to be in single line for two XML elements [8 replies] microsoft.public.xsl, Friday, January 27, 2006
Hi
My input is XML and My output is in Internet explorer using XSL. I am
trying to create a "Table" wherein the caption is splitting into two
lines, but I want them as a single line.
X...
building a web site [0 replies] microsoft.public.xsl, fri,
I just got back working on my website. Its taken a long time to finish but I am getting there.
I got great web hosting at http://www.domainnamefree.net where I got a free .com name and a ...
Querying the last 2 ids for displaying [1 reply] microsoft.public.xsl, Thursday, January 26, 2006
Hello,
How can pull the last 5 ids in a list for displaying?
Display.xsl
<xsl:template match="/">
<xsl:for-each select="document(/Filings/File/@href)/DataCollected">
<xsl:sort select...
unprintable characters [5 replies] microsoft.public.xsl, Thursday, January 26, 2006
hi all,
is there any of getting the "unprintable" character such as "&HA0" to appear
as   ?
thanks,
Removing the namespace from the result tree [3 replies] microsoft.public.xsl, Thursday, January 26, 2006
hi all,
is there anyway of removing the namespaces from the resulting tree....
i want to remove
"xmlns:w="http://schemas.microsoft.com/office/word/2003/wordml"
and add my own namespace. ...
String function to end at a specific point [8 replies] microsoft.public.xsl, Wednesday, January 25, 2006
Hello,
I have this portion of code:
<xsl:value-of select="substring(Body,1,400)" disable-output-escaping="yes"
/>
Is it possible to code it to stop when it reads the first </p> in...
|