| using System.NewXml problem (3 replies) |
| ASPFriends.com 'aspngxml' list |
| This message, which was originally sent to "aspngcs", has been copied to "aspngxml" mailing list by the List Master Hi, I can t to use System.NewXml (using System.NewXml) in a C# file, because the compiler do not recognize this clause. Need I set anyone directory or directive to solve this problem ? Without this I can t to use DocumentNavigator class to navigate in a XML Document how a DOM Style R... |
|
| XSLT transforming XML returned from Web Services (2 replies, VIP) |
| ASPFriends.com 'aspngxml' list |
| Hello I have this XML file: ?xml version "1.0"? ?xml stylesheet type "text/xsl" href "GetUsers.xslt"? ArrayOfADSUser xmlns:xsi "http://www.w3.org/1999/XMLSchema instance" xmlns:xsd "http://www.w3.org/1999/XMLSchema" ADSUser Name xmlns "http://tempuri.org/" user five /Name /ADSUser ADSUser Name xmlns "http://tempuri.org/" user four /Name /ADSUser /ArrayOfADSUser And I am trying to transform it usin... |
|
| asp:xml question? (2 replies, VIP) |
| ASPFriends.com 'aspngxml' list |
| Hi, Can somebody point me to a code sample on how to display xml data coming from a dataset (ds.XmlData) using the asp:xml web control. Most of the sample that I have seen is always loading the xml data from a file given the file path. Thanks, Raul Vallestero Duplium Corporation |
|
| help neded in ASP.NET and XML (4 replies) |
| ASPFriends.com 'aspngxml' list |
| This message, which was originally sent to "aspngdata", has been moved to "aspngxml" mailing list by the List Master Hi all, I need a help from you; I m working onn our Intranet on ASP.NET now; I want to use XML in it; My requiement is like this: We have different links on the home page ; Each link is the name of the location of our office i the world. its like this London Cambridge India USA When... |
|
| xmldocument save question (3 replies) |
| ASPFriends.com 'aspngxml' list |
| Hi List Members... I m using the load method of the xmldocument this way : xmldocument.Load("http://beira rio/batalhanaval/database/users.xml") and this works fine. But when I use the save method this way : xmldocument.Save("http://beira rio/batalhanaval/database/users.xml") I get an error message so describe: the directory, volume, or drive letter is invalid. Then I change by this way : xmldocume... |
|
| PushPosition() multiple times? (2 replies) |
| ASPFriends.com 'aspngxml' list |
| Hello, Trying to use PushPosition() multiple times and it won t work, is there a limit for only 2 "push"? eg. oNav.Select("/data") do while.... oNav.PushPosition() oNav.Select("/data/data") do while.... oNav.PushPosition() oNav.Select("/data/data/data") do while... oNav.PushPosition() etc etc ... oNav.PopPosition() loop oNav.PopPosition() loop oNav.PopPosition() loop Regards, Samuel Samuel Ljubici... |
|
| Selecting Parts of a multi-table XML file? (2 replies, VIP) |
| ASPFriends.com 'aspngxml' list |
| Hello ASP.Net World, I am having some problems working with relational XML data (really just multi tabled). Just for argument sake, say I wanted use the small sample XML file below (please excuse any type o's). How would I be able to create a simple layout using a datalist or repeater to have the data laid out like: (brackets describe which XML line I am referring to....they of course will not be ... |
|