ASPFriends.com 'aspngxml' list Archive - November 2001
Messages
Page: 12
System.Xml.Serialization (2 replies, VIP)
ASPFriends.com 'aspngxml' list
Moved from [aspngconfig] to [aspngxml] by Charles Carroll darthcarroll@asplists.com Can anyone one to tell me where I can find System.Xml.Serialization.dll ? Because I try to execute the following command, I get the error message to tell me that "could not find the library System.Xml.Serialization.dll ". I really appreciate for your help. Thanks! vbc /out:DataService.dll /t:library /r:System.Xml.S...
XML Data islands - Error with IE5.5 but works fine on IE6 ? (5 replies)
ASPFriends.com 'aspngxml' list
This is one of the well known scenarios where each time i choose a value in a DropDownList (HTMLSelect) i must fill it's children DropDownList with new values on the client side. 20 Example : A list of country and a list of states associated with the countries. I am using an XML data island to keep the list of all States and each time the country change i empty the states dropdown and fills it wit...
Copy nodes between different XmlDocuments (2 replies)
ASPFriends.com 'aspngxml' list
Hi, I have to XmlDocument objects, and i want to duplicate a node and all its children in one document to the second, is there an easy way [i couldn't spot anything, cloneNode expects the new node to go back in the same doc]. 20 Thanks Simon
XSLT / CSS (5 replies)
ASPFriends.com 'aspngxml' list
I have noticed in a lot of examples of using XSLT in .NET books (some of which are by the lovely aspfriends that meet here), that they have 'style' stuff embedded in the XSLT file. I'm curious if I'm the only one who has looked at this and concluded that all of the style stuff should be centralized in CSS style sheets? Let's say I have a web site where I want all of some thing I'll pick the headin...
How can I remove the line <?xml version="1.0"> from a xml filel? (2 replies, VIP)
ASPFriends.com 'aspngxml' list
Hi All, I really need to remove the first line in a xml file ?xml version &quot;1.0&quot; encoding &quot;UTF 8&quot; ? . How can I do it in xsl? Thanks a lot. Amy
passing parameters with the asp:xml control (5 replies, VIP)
ASPFriends.com 'aspngxml' list
Is there a way to pass parameters to a xslt style sheet using the asp:xml control in asp.net?
Ready to jump into the fray (3 replies, VIP)
ASPFriends.com 'aspngxml' list
Ok, I have installed XP (home version) on my PC and my work place has made the decision to skip Windows 2000 and go from Windows 95 to XP. What I need is a site that will take me from where I'm at to be able to program ASP.net, create web services and also learn/use XML. What I can do now is straight HTML, Visual Basic 6.0, and I can figure out scripting languages to get done what I need to. I'm f...
XSL-ASP (2 replies, VIP)
ASPFriends.com 'aspngxml' list
Moved from [aspdebug] to [aspngxml] by Waggs rwaggs@waggs.net Hi, I am writing a web based application where I have an XML file containing information of all servers and all the databases connected to that servers. This tends to be a huge file containing lots of info, and the file that I am attaching is only a part of the info. I want to display the server names, the database names and a pie graph...
Flash and Asp.Net (2 replies)
ASPFriends.com 'aspngxml' list
I am trying to make a dynamic flash application that reads and performs swiches on XML generated by ASP.Net pages. I would prefer not to have to write new XML files everytime a request is made from a flash movie and the have flash open those files to read them. What's the most efficient way to send XML generated by an ASP.Net page in response to a variable sent from a flash movie back to the flash...
XML rookie woes! (4 replies)
ASPFriends.com 'aspngxml' list
I have an xml string that I am transforming with an xsl file. Formatting and everything looks fine except the for each statement is repeating the same element instead of iterating through each one in the document. Any ideas??? Here is the example of the xml string and the xsl file. To illustrate, the result of the data below is a html formatted table with data1 data1 data1 data1 it should output d...
Nedd Help On trying to get BabelFish web service to run (3 replies, VIP)
ASPFriends.com 'aspngxml' list
I am at this point now with this error occuring Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately. Compiler Error Message: CS0246: The type or namespace name 'BabelFish' could not be found (are you missing a using directive or an assembly reference?) Sour...
How to read an XML schema (2 replies, VIP)
ASPFriends.com 'aspngxml' list
Hi, May I know how to read the below XML schema and retrieved only its element's name? ?xml version &quot;1.0&quot;? ! Generated by using BizTalk Editor on Mon, Nov 19 2001 11:31:33 AM ! Microsoft Corporation (c) 2000 (http://www.microsoft.com) Schema name &quot;PO&quot; b:BizTalkServerEditorTool Version &quot;1.0&quot; b:root reference &quot;PO&quot; b:standard &quot;XML&quot; xmlns &quot;urn:schemas microsoft com:xml data&quot; xmlns:b &quot;urn:schemas micro...
The node to be inserted is from a different document context. (4 replies, VIP)
ASPFriends.com 'aspngxml' list
Hello I'm trying to insert a node into an existing XML document, except I keep getting this error. Any ideas? Thanks! Jon The information contained in this communication is intended only for the use of the recipient named above, and may be legally privileged, confidential and exempt from disclosure under applicable law. If the reader of this communication is not the intended recipient, you are her...
XSL enquiry (2 replies, VIP)
ASPFriends.com 'aspngxml' list
I'm currently using the ASP.NET XSL/XML transform capabilities to output various dynamically generated XML feeds as HTML. However, for full compatibility in the future, I would like it to output XHTML how would I do this? Would I need to change the XSL? I got the code up and running without many problems it appears it's the tidying up that's taking the time :) Peter Street Web Developer / Manager ...
XPATH is driving me crazy (6 replies)
ASPFriends.com 'aspngxml' list
I have read the chapter on xpath in Dan Whalin's book 5 times, and I'm still mystified. I have an xml file excerpt: reports el report name &quot;report1&quot; col lcr &quot;l&quot; fmt &quot;i&quot; hdr &quot;Orders&quot; / col lcr &quot;l&quot; fmt &quot;c&quot; hdr &quot;Amount Purchased&quot; / col lcr &quot;l&quot; fmt &quot;d&quot; hdr &quot;Purchase Date&quot; / /report report name &quot;report2&quot; col lcr &quot;l&quot; fmt &quot;i&quot; hdr &quot;Orders&quot; / col lcr &quot;l&quot; fmt &quot;c&quot; hdr &quot;Amount Purchased&quot; / col lcr &quot;l&quot; fmt &quot;d&quot;...
Request to Xml to Repsonse (3 replies)
ASPFriends.com 'aspngxml' list
How do you take a string like this string x &quot; LOGIN password 'ryan' username 'ryan' / &quot; and convert it to an XmlTextReader so that I can parse through it and do logic based on the attribute values. The scenario is this I have a flash page sending login request using this action script to an aspx page. on (release) { loginXML new XML(); IDElement IDXML.createElement(&quot;ID&quot;); IDElement.attributes.acti...
Less than sign messing up my request? (5 replies, VIP)
ASPFriends.com 'aspngxml' list
When I send LOGIN password 'ryan' name 'ryan'/ , from one aspx page to another through a form post I get nothing when trying to Request.Form[&quot;xml&quot;] When I send &amp;lt;LOGIN password 'ryan' name 'ryan'/ , I get LOGIN password 'ryan' name 'ryan'/ What is it about the less than sign that messes everything up? Thanks in advance, Ryan
Data to XmlTextReader to Screen with no files in Between (8 replies, VIP)
ASPFriends.com 'aspngxml' list
Okay I used Dan's XmlTextReader.aspx example from http://www.xmlforasp.net/codebank/util/srcview.aspx?path ../../codebank/System.Xml/XmlTextReader/XmlTextReader.src&amp;file XmlTextReader.aspx&amp;font 3 to read from an xml file and output it to the screen. Does anyone have an example or can tell me the best way to take my query data from Sql server that is queried out using XML AUTO and output that direc...
problem with SelectSingleNode... (2 replies)
ASPFriends.com 'aspngxml' list
P F9vodn ED zpr E1va Od: &quot;Alex Lowe&quot; webmaster@asp grandrapids.net Datum: 19.11.2001 02:31:32 20 Michal, 20 If you haven't already, you should also send this message to [aspngxml] (http://aspfriends.com/aspfriends/aspngxml.asp) where the XML gurus hang out. 20 Alex AspFriends.com Moderation Team 20 ASP.NET Tips/Examples: http://aspalliance.com/aldotnet 20 Original Message From: michal tesar kariba...
Problems with Visualstudio.net (2 replies)
ASPFriends.com 'aspngxml' list
Moved from [aspngdata] to [aspngxml] by David Penton lemans70@home.com This is a multi part message in MIME format. NextPart 000 05A5 01C17388.6047CFB0 Content Type: text/plain; charset &quot;iso 8859 1&quot; Content Transfer Encoding: quoted printable Hello All, I am new to the VisualStudio.net environment. My Problem is, I am 3D coding a .aspx page in the VS.Net environment when i write a code to 3D open ...
XSLT problem (4 replies, VIP)
ASPFriends.com 'aspngxml' list
Hello, Not exaclty Dot.net question, but striclty connected. I try to transform an xml source using xslt and dot.net objects. In my xsl stylesheet I use structure like that below: xsl:for each select &quot;ReportDataset/Table1&quot; TR TD xsl:apply templates/ /TD /TR /xsl:for each The problem is that apart from defined templates like: xsl:template match &quot;F 92000000000001&quot; TD WIDTH &quot;100&quot; ALIGN &quot;RIGHT&quot; xsl:va...
problem with selectsinglenode. Please help me ... (2 replies)
ASPFriends.com 'aspngxml' list
Hi i am having a problem with selecting single node. can you please help me out. 20 thankx. Mike if (Request.Params[&quot;Id&quot;] ! 3D null) { 09 09 09string id 3D Request.Params[&quot;Id&quot;]; 09 09 09string dataFile 3D &quot;http://vontesi/onhb/xml/aktuality.xml&quot;; 09 09 09XmlDocument contactDoc 3D new XmlDocument(); 09 09 09contactDoc.Load(dataFile); 09XmlNode editContact 3D contactDoc.SelectSingleNode(&quot;descendant::...
Reading xml file within project (rather than within file system) (3 replies)
ASPFriends.com 'aspngxml' list
Moved from [aspngwebservices] to [aspngxml] by Dan Green dan@dotnetdan.com This is a multi part message in MIME format. NextPart 000 0012 01C17727.93928ED0 Content Type: multipart/alternative; boundary &quot; NextPart 001 0013 01C17727.93928ED0&quot; NextPart 001 0013 01C17727.93928ED0 Content Type: text/plain; charset &quot;us ascii&quot; Content Transfer Encoding: 7bit Anybody know how to do this: I need to read an...
Validating DTD (3 replies, VIP)
ASPFriends.com 'aspngxml' list
Hi, I have an XML string and like to validate it against a DTD file. I've found out by using XMLValidatingReader, I can validate an xml file. However, I'm not sure whether this is workable with XMLString. Is it possible? If it is, can you kindly show me the syntax for it? Thanks. Regards
problem with selectsinglenode. Once more..Please help me ... (3 replies)
ASPFriends.com 'aspngxml' list
Hi, thank you for your help, guys. I include some lines, so you can bette r see what i need... 20 aspx file...... XmlNode editContact 3D contactDoc.SelectSingleNode(&quot;descendant::Aktualit a/Id 3D2&quot;); 09 09 09Response.Write(editContact); xml file Aktualita Nazev Vcera jsme byli na porade... /Nazev Telo Vcera jsme byli na porade a nebylo to vubec B9patn E9. meli js me docela hodne j EDdla atd. /Telo ...
Ad
Need Dot Net Interview Questions?
Ask ExamGuru, Inc. for advice and help on Passing .Net Interviews
.Net Projects
Best-of-breed application framework for .NET projects, developed by ExamGuru, Inc. and ExamGuru IT
Free .net Help
Commission ExamGuru, Inc. and his team for your next bespoke software project
FogBUGZ
The only bug tracking system carefully crafted with one goal in mind: helping teams create great software.
Awesome Tools
If you don't know about these, you're missing out... IT Certification Questions
IT Interview Questions
Free Oracle 10g Training
MCSE Boortcamp
Cisco Study Guides
Cheap Study Guides
Exact Questions
Dot Net Interview Questions
Oracle OCP
Cheap Travel
Designer Perfumes - Wholesale Prices
Free Programming Tutorials
 
ExamGuru IT Solutions - .Net Guru is owned and operated by ExamGuru, Inc., the man behind .Net Guru. If you're in the market for bespoke software or software consultancy, why not get him and his highly trained team to help? - www.examguru.net/ITCertification
 Copyright © ExamGuru, Inc. 2001-2006
Contact Us - Terms of Use - Privacy Policy - www.dot-net-guru.com - www.examguru.net - www.oraclesource.net - www.itinterviews.net - www.examguru.net/ITCertification