notepad
Wed, 5 Nov 2008 03:18:24 -0800
Hi im using xml notepad to do my xml/xsl transform but ive started working on
a project using exslt extentions that arent support by the default xsl
processor. Is it possible to cahnge the xsl processor that xmlnotepad uses?
...
|
Re: XSLT Parameters not working
Sat, 25 Oct 2008 09:00:57 -0700
Joe,
I understand that local parameters should be allowed in the XLS but how
are they used. According to the original message, the problem was the C#
code for XLS Transform was not setting these parameters because they
were not defined in global section of the XLS. So, how would i use the
local parameters from ...
|
Re: XSLT Parameters not working
Thu, 23 Oct 2008 14:20:28 -0700
Thank you. Ok, I accept your response with respect to the
tool, I think that in terms of XLS standard, both local and
global parameters should be allowed. However, if the
Transform code in System.XML is only supposed to work with
the global parameters then Microsoft's System.XML lacks the
check to ensure ...
|
Re: XSLT Parameters not working
Tue, 21 Oct 2008 11:39:58 -0700
I don't know if i actually pushed "Submit" on this reply. So here it is
again:
Martin,
Thank you!!!
This was exactly the problem. I mean the place where the parameters
where defined mattered which makes sense.
Is there a tool that checks these sorts of things?
Mars
*** Sent via Developersdex http://w ...
|
Adding comments
Tue, 21 Oct 2008 09:34:54 -0700
How do I add comments to my XSLT sheet?
I can see all over how to add comments that get put on the resulting xml
<xsl:comment> but not much (or it is a little confusing) on how to just
comment your XSLT script.
Thanks,
Tom
...
|
XSLT Parameters not working
Tue, 21 Oct 2008 09:31:51 -0700
Hi,
I have been chasing my tail to find out why the XSLT parameters that are
defined do not end up in the resulting html file. I have a C# code which
uses an XML and XSLT and transforms it into html. But the XSLT
parameters do not show up in the output html. When i put break point in
the code, there are values ...
|
Getting parent's attributes recursively
Tue, 21 Oct 2008 08:59:18 GMT
Hello!
Let's suppose we have an XML with some nested NODE nodes:
<root attr="first">
<node id="1" attr="mike">
<node id="2" />
<node id="3" attr="dave" />
</node>
<node id="4">
<node id="5" attr="peter" />
</node>
</root>
What I want to achieve is to have an XSL that:
- takes a $id variab ...
|
|
|
XSL- Is there a way to dynamically add the total number of elements
with a common value?
Mon, 20 Oct 2008 13:33:22 -0700 (PDT)
I have an .xml doc with over 35,000 entries that I converted from an
Excel file. Each entry (element/person) has the typical firstname,
lastname, email, city, state child elements. I need to dynamically
tabulate the total number of people who live in each state. Is there a
way to do this with XSL, or Javascript? ...
|
How to extract parent's attributes? How to use patterns to parse attribute's string value?
Fri, 17 Oct 2008 00:22:44 -0700
Here is what is in my source xml:
<g transform="translate( 40.00, 59.55)"><rect id="line 1277 rect"
title="0002 0001 scan 001 ` ~" width="12.5" height="12.5"
class="keyoutline" /> <text x=" 6" y="11" class="tch">巷</text><text
x=" 6" y="11" class="ru-up">Ȅ</text><text x=" 6" y="11"
cl ...
|
How to emit entities instead of UTF-8?
Thu, 16 Oct 2008 23:51:54 -0700
I have an svg file with lots of 16 bit unicode Chinese characters expressed
with XML entities.
I'm trying to write an XSL to extract these and it is working.
Unfortunately, it is generating UTF-8 and that is ugly. Is there a way to
make it (re)generate XML entities which display nicely in brain damaged
ed ...
|