| XML xsl paging? (2 replies) |
| ASPFriends.com 'aspngxml' list |
| Hey all, I've got a nice little C# function returning a little XML file from a database of which I'm applying a xsl style sheet to... it all works wonderfully except for when my function returns more than 10 20 items... at which point paging down though the items becomes tedious... Does anyone know how to do a "next 10" or "last 10" paging system with XML XSL and C#? Does anyone know of a full wor... |
|
| How to make xml back from html (3 replies) |
| ASPFriends.com 'aspngxml' list |
| Hello all, Problem: I am required to show xml as an html page , I have decided to use xsl with that . Along with the data i have from the xml i want to show the text boxes through the xsl. I dont know if this is possible? Kindly help me !! Further If i think that it is possible then I want the user to enter some data in the page and transfer that to the xml back Please help jaspreet. |
|
| how to serialize and deserialize a datareader? (2 replies, VIP) |
| ASPFriends.com 'aspngxml' list |
| Copied from [aspngcs] to [aspngxml] by darthcarroll@asplists.com This is a multi part message in MIME format. NextPart 001 01C13FD3.BFDF15C6 Content Type: text/plain; charset "iso 8859 1" Content Transfer Encoding: quoted printable Anyone have any sample codes on how to serialize and deserialize a datareader so that it can be read by a client accessing a web service?? (using the xmlserializer)??? ... |
|
| how do I send xml docs through http? (3 replies) |
| ASPFriends.com 'aspngxml' list |
| Moved from [aspngcs] to [aspngxml] by darthcarroll@asplists.com Does anyone know how to get a page to receive and xml doc? I'm trying to send and xml doc that was built clien side on another page. How do I get the receiving page to get the document? Thanks Elvie Get your own "800" number Voicemail, fax, email, and a lot more http://www.ureach.com/reg/tag |
|
| Help! Conditional Statements And Datalists (2 replies) |
| ASPFriends.com 'aspngxml' list |
| Moved from [aspngibuyspy] to [aspngxml] by darthcarroll@asplists.com This is a multi part message in MIME format. NextPart 000 0001 01C14070.F0314480 Content Type: text/plain; charset "iso 8859 1" Content Transfer Encoding: quoted printable Hi everyone, I 92ve got a scenario which I can 92t find an example of anywhere on the internet, so any help is greatly appreciated. 20 I 92ve got a datalist th... |
|
| XSLT question (12 replies) |
| ASPFriends.com 'aspngxml' list |
| Hi everyone, I\m still a bit inexperienced with XSLT, and this is probably embarrassingly simple, but all of my searches on google could not find an example of this. I have a very simple, but very big, XML file. I want to apply a XSLT stylesheet to it, which selects the first 5 elements in the file. Is there any way I can do this? (Without looping through my entire huge file)? Thanks. |
|
| How do I completely remove a node? (2 replies) |
| ASPFriends.com 'aspngxml' list |
| Hi, I am trying to remove the last node of an XML file that I have. So I am accessing the LastChild of the root element, and using RemoveAll(). However, that only removes the child elements in the last child, not the last node itself. I can\t find any method that will delete the actual node itself. Is there any? Thanks. |
|
| Trouble loading XSL file. (4 replies) |
| ASPFriends.com 'aspngxml' list |
| I don't know if I'm crazy or if there's a bug in the XML parser. For Example here is an XSL file: xsl:stylesheet xmlns:xsl 3D"http://www.w3.org/1999/XSL/Transform" version 3D"1.0" xsl:template match 3D" /" 09 xsl:for each select 3D"employees/employee[position() 5]" tr /tr /xsl:for each /xsl:template /xsl:stylesheet Which parses fine. And I can load it fine. However when I change the line to: xsl:s... |
|