Search found 3 matches

by pk_mkhalid
Thu Mar 17, 2005 1:14 pm
Forum: Common Problems
Topic: PHP Code inside XSL
Replies: 6
Views: 7672

Thanx for reply. My code is <?xml version="1.0" encoding="utf-8"?> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <xsl:output method="html" ind...
by pk_mkhalid
Thu Mar 17, 2005 11:18 am
Forum: Common Problems
Topic: Paging in XSL
Replies: 0
Views: 3940

Paging in XSL

I am using xml, xsl and PHP. I have added paging on my site by

<< Previous Next >>

My Problem is that I want the paging like

<<Previous 1 2 3 4 5 ... Next>>

Is there anyone who did this or have any idea???
by pk_mkhalid
Thu Mar 17, 2005 11:09 am
Forum: Common Problems
Topic: PHP Code inside XSL
Replies: 6
Views: 7672

This is not working on my site... Can you help me where the problem is... I worte the same code inside my xsl file.