| highdiver |
| Member |
|
|
|
|
| None Specified |
|
| Thursday, January 26, 2012 |
| Wednesday, February 6, 2013 11:32:56 AM |
27 [0.15% of all post / 0.01 posts per day] |
|
Dear Vlad,
I wish I was pretending - our system cannot use XSLT 2 - don't ask me why...
|
Hi,
I cannot find a way to filter only distinct values, and I have to use XSLT1.
Is there a way to accomplish this?
For example this is the source file, and I'm expecting A and B, not A A and B, in the target file:
<Elem> <CAD AAA="A" RRT="D"/> </Elem> <Elem> <CAD AAA="A" RRT="C"/> </Elem> <Elem> <CAD AAA="B" RRT="R"/> </Elem>
Thanks.
|
|
And the strange thing is that generated XSLT1 code has 'and' instead of 'or', in this part of the mapping?
|
Hi,
I'm trying to do a following thing, and I could use some help (using XSLT1):
I need to filter only those nodes, whose attribute @RRT is equal to 'R' and those whose attribute @RRT does not exist at all.
How can I accomplish this, not-exists doesn't seem to help?
This is what I did:

Thanks!
|
|
Great, thanks!
|
Hi,
I have created a very large XSD schema, and I need to create an image file that shows all the elements and attributes at once.
Is there an easy way to expand all (+) signs, or I have to click one element at the time?
Using XMLSpy 2011.
Thanks!
|
|
Can you please give us an example of using xsl:key in a custom function?
|
I am sorry for bothering you, but I do not get that error, just an empty PDF file...

Uploaded with ImageShack.us
|
I'm not sure we understand each other... :)
Can you please tell me why is the barcode shown in PDF view when using XSLT2, and not when using XSLT1?
As I recall, it used to work in XSLT1 earlier...
|
Thanks, I am aware of that, it just puzzles me why is it different(inside of the StyleVision application)?
Also, when I switch to XSLT2, barcode is shown?
|
|