Search found 10 matches

by heldopslippers
Thu Feb 01, 2007 5:29 pm
Forum: XSLT and FOP
Topic: problem with variable
Replies: 5
Views: 5762

oh sorry end I see that I made a mistake in my XSL file (the variable "times" doesn't do enything) this is the XSL file: <xsl:stylesheet xmlns:xsl = "http://www.w3.org/1999/XSL/Transform" version = "1.0" > <xsl:output method = "xml"/> <xsl:template match = &qu...
by heldopslippers
Thu Feb 01, 2007 4:25 pm
Forum: XSLT and FOP
Topic: problem with variable
Replies: 5
Views: 5762

thanxs for the replay george, it works fine. But I still need a increment function. (I think that my exsample wasn't good enouth) so here is one where I need increment: <?xml version="1.0" encoding="UTF-8" ?> <FMPXMLRESULT xmlns="http://www.filemaker.com/fmpxmlresult"> ...
by heldopslippers
Mon Jan 29, 2007 1:42 pm
Forum: XSLT and FOP
Topic: problem with variable
Replies: 5
Views: 5762

problem with variable

I have a question: I have this flexibel database that can containt multiple FIELDS: <?xml version="1.0" encoding="UTF-8" ?> <FMPXMLRESULT xmlns="http://www.filemaker.com/fmpxmlresult"> <METADATA> <FIELD EMPTYOK="YES" MAXREPEAT="1" NAME="getal&qu...
by heldopslippers
Fri Jan 12, 2007 11:52 am
Forum: XSLT and FOP
Topic: how to us for-each here ??
Replies: 2
Views: 3848

Thanxs for the fast replay.
and wel ...ehm sorry but I typed it over mist some things and had to sort out the things the aren't relevand


gr "heldop" :wink:
by heldopslippers
Fri Jan 12, 2007 11:19 am
Forum: XSLT and FOP
Topic: how to us for-each here ??
Replies: 2
Views: 3848

how to us for-each here ??

I have this XML file: <?xml version="1.0" encoding="UTF-8" ?> <FMPXMLRESULT xmlns="http://www.filemaker.com/fmpxmlresult"/> <METADATA> <FIELD id="1" NAME="tekstvak"> <FIELD id="12" NAME="tekstvak1"> </METADATA> </FMPXMLRESULT> My ...
by heldopslippers
Wed Jan 10, 2007 3:11 pm
Forum: XSLT and FOP
Topic: problem..
Replies: 5
Views: 5642

:lol: I works !! thank you..... and I wil read the tutorials


gr "heldopslippers"
by heldopslippers
Wed Jan 10, 2007 2:33 pm
Forum: XSLT and FOP
Topic: problem..
Replies: 5
Views: 5642

:oops: I am sorry...but welll I think my example wasn't good enough .... this is my new example: <FMPXMLRESULT xmlns="http://www.filenaker.com/fmpxmlresult"> <DATABASE NAME="filemaker" /> </FMPXMLRESULT> well ehm my exmaple wasn't good enough I think so sorry... I tryed this: <xs...
by heldopslippers
Wed Jan 10, 2007 1:54 pm
Forum: XSLT and FOP
Topic: problem..
Replies: 5
Views: 5642

:P THANXS !!!
by heldopslippers
Tue Jan 09, 2007 3:51 pm
Forum: XSLT and FOP
Topic: problem..
Replies: 5
Views: 5642

problem..

I hava this XML file

<a name="1">
<b name="2">
</b>
</a>

I would like to get the name from b
I thought this but doesn't work:

<xsl:value-of select="/b/@NAME"/>

I hope someone can help me out
by heldopslippers
Thu Dec 07, 2006 1:52 pm
Forum: XSLT and FOP
Topic: filemaker PRO XML to XML for a CMS with XSL
Replies: 0
Views: 5738

filemaker PRO XML to XML for a CMS with XSL

HI I have a problem with XML to XML with a XSL file. I have Filmaker PRO wich produces a XML file. I want the information in a CMS system but this does only allow his own style. I have to make a XSL (wich I did with many research beceause I am new to XML and XSL). But doesn't work jet. I hope somoen...