Graphics based on xml / xsl
Tue, 11 Apr 2006 15:47:17 +0200
Although I am a beginner to xsl, it wasn't too difficult to build some
nice reports and even to incorporate some dynamic sorting. That's great!
Now I would like to display the data in a simple graphic and have been
fishing around for examples. One good place that I found is ...
http://www.bayes.co.uk ...
|
TreeView in table format using XSLT
11 Apr 2006 03:36:45 -0700
Hi,
Am struggling to get the XML to be displayed in table format in a
TreeView style. (similar to Grid look in XMLSPY). If this has already
been discussed here, could somebody point me to the solution. If not,
could somebody help me out?
Thanks so much for ur time and help.
regards,
Scam.
...
|
transform in a loop vs recursive template
Mon, 10 Apr 2006 19:52:48 GMT
Hello all,
I am working on scheduling functionality that needs to calculate
start/end dates for interrelated tasks. Task C may be dependent on Task
A and Task B and thus cannot begin until Tasks A and B are both
completed. Likewise, moving Task A's end date will move Task C's end
date also.
My ba ...
|
Issues keeping XML formatting with xsl:copy
10 Apr 2006 12:21:09 -0700
I am new to XML/XSLT. What I am trying to do is import or "merge" two
XML documents using XSL. I don't need to manipulate any data or nodes,
just want to sort of "paste" a 2nd XML document within the first and
display the results in HTML to read something like (where ranks come
from one document and groups c ...
|
Begginer question: template for a data type
10 Apr 2006 10:47:24 -0700
Hi. I want to write a template to be applyed for a data type instead
that for a pattern.
for example, I have this Schema:
<xs:complexType name="person">
<xs:sequence>
<xs:element name="first_name"/>
....
</xs:sequence>
</xs:complexType>
....
<xs:element name="father" type="person"/>
<xs: ...
|
Is It Possible to select nodes that don't have an Attribute ?
9 Apr 2006 22:29:56 -0700
Is it possible using the XMLDOM to select nodes that don't have a
particular attribute ?
I'm using MSXML.
Sample XML...
<Tags>
<Tag TagPosition="1419" TagString="s" Used="False"/>
<Tag TagPosition="1519" TagString="s" Used="False"/>
<Tag TagPosition="1964" TagString="s" />
<Tag TagPosition="2760" T ...
|
Hiding Table Rows
Fri, 7 Apr 2006 16:21:33 -0500
Hi Everyone,
I am sorry if this is the wrong NG for this question. If it is please tell
me where to post it.
I have a XSLT contractor doing some programming for me. What we are doing
is I am giving him an XML file that has a bunch of items (text string) that
are hieratically organized, and he is transfor ...
|
|
|
Attach event Handlers in XSLT
Fri, 7 Apr 2006 13:56:02 -0700
Hi
How would i attach Server side event handlers to the controls in XSLT
Thanks
Sekhar
...
|
Xpath for my XML
Fri, 7 Apr 2006 10:36:02 -0700
Hi all
Here is my Xml doc
<Question type = "Multiple">
<Text>Some Text </Text>
<Desc>Sample Desc</Desc>
<Properties>
<Property name = "id">GUID</Property>
</Properties>
</Question>
I would like to retreive the Question Node for id = "GUID"????
Can anyone help me with the XPath for this
Thanks
S ...
|
Displaying HTML/XHTML from source XML file
7 Apr 2006 09:43:48 -0700
Displaying HTML/XHTML from source XML file
i am having an xml file
i want to display the contents of the xml file in a web browser control
in winforms
however i want to display it as html/xhtml after applying formatting.
how can this be done?
...
|