Hope an xslt guru can help me with this
Fri, 20 Jun 2008 17:10:11 +1000
I have a xml below and its from a sharepoint list and i would like to format
it using xslt.
What i want to achieve is Display the Title,Body,Modified and the Author
I have actually done that(but not done well) and this is my xslt below (but
what i want to to also achieve is check for the node rows and if ...
|
XSL Sort
Thu, 19 Jun 2008 04:05:49 -0700 (PDT)
How to sort some data with either/or condition ...
|
confused by XSL
Tue, 17 Jun 2008 11:36:41 -0700 (PDT)
I have an .xsql page that references an .xsl template. (both listed
below) The problem comes when the query in the .xsql page has no
results and uses the no-rows-query.
At this point I get an error message (also listed below). To me this
error message says there is a problem with the .xsl page.
If I remo ...
|
Xml, Xpath and Xsl support in Compact framework?
Sat, 14 Jun 2008 10:48:45 -0700 (PDT)
Hi,
am I right in assuming that .NET Compact Framework does support most
of System.Xml, but
not System.Xml.Xpath or System.Xml.Xsl?
Is there any good _overview_ over what classes are supported in
Compact Framework?
Thanks! ...
|
How to get the current time in milliseconds
Tue, 10 Jun 2008 04:11:48 -0700 (PDT)
Hi
I need to get the current time in hours, minutes, seconds and
milliseconds
the function current-time() does not return the milliseconds
thanks
Mahmoud ...
|
help
Sun, 8 Jun 2008 14:32:16 -0700
hi..i have child nodes looks like below
<TRANSLATIONS>
<ROWS ID="1000">
<KEYWORD>SecondaryPayerId</KEYWORD>
<COLUMNNAME>ProviderPhone</COLUMNNAME>
<QUALIFIER>LU</QUALIFIER>
</ROWS>
<ROWS ID="1001">
<KEYWORD>BOBSMUCKETELLI</KEYWORD>
<COLUMNNAME>WHOCARES</COLUMNNAME>
<QUALIFIER>TT</QUALIFIER>
...
|
Converting attributes to elements
Sun, 8 Jun 2008 12:34:00 -0700
Hello,
I have xml file where in at various levels, I get following data structures,
these can appear multiple times, and at multiple levels and locations:
<UserValue value="PropertyValue" title="Property" />
I want to conver this element as follows:
<UserValue>
<Property>Proper ...
|
|
|
Help with XSLT please
Sat, 7 Jun 2008 11:01:55 -0700 (PDT)
Hi All,
The following XML fragment is a simplification of a problem I'm trying
to solve.
<?xml version="1.0" encoding="UTF-8"?>
<document>
<index><![CDATA[<div class="index">]]>
<partref/><![CDATA[</div>]]>
<partref/>
</index>
<part>
Part1
</part>
<part>
Part2
</part>
</document>
...
|
preserving markup
Fri, 6 Jun 2008 12:05:11 -0700 (PDT)
I've got some javascript and HTML I want to enter directly into my xml
document. I've entered the JS and HTML content into a tag that's
defined as text in the schema. When I process my xml, the > and < in
the JS and HTML are output as named entitles < and >. As a
result, this content is interpreted by the ...
|
I don't understand the scope of accessing XML elements...
Thu, 5 Jun 2008 07:04:50 -0700 (PDT)
I am having some trouble understanding the scope of the XML that's
passed to an XSL document.
Let me provide an example. Say I have an XML document like this:
<?xml version="1.0" encoding="utf-8"?>
<blog xmlns="">
<blogPosts>
<blogPost id="47">
<title>Blog post 1</title>
<author>Brian</ ...
|