| Xmlvalidatingreader and schemas - Urgent (2 replies) |
| microsoft.public.dotnet.xml |
| Hi I am using xmlvalidatingreader to validate an xml string. But it requires the schema to be present as a physical file or as an inline schema in the xml file. Can I make an assembly of the schema and make a reference and use it in xmlvalidatingreader? I want to avoid schema located on the hard disk since anybody can go and delete it off. Is there any solution other than inline schemas? Or how do... |
|
| searching in DOM after insert, delete nodes operations (3 replies) |
| microsoft.public.dotnet.xml |
| Hi All, Can you help me with my problem. I create some xml documetn and I apply on them some nodes operations (as insert, remove, move ) After than I have proble with selecting some nodes, but when I save document and apply selectin, all is OK. Have you some result for this problem. I can not save this file beetwen processing. Thanks Martin *** Sent via Developersdex http://www.developersdex.com *... |
|
| Sorting XML and output as XML (3 replies) |
| microsoft.public.dotnet.xml |
| We are trying to sort a XML file and generate the sorted output as XML again. We tried using .NET XML XPath classes such as XPathNavigator along with XPathNodeIterator to achieve this. The problem we face is by using XPath we are always able to get only values, but not the nodes itself. In the attached sample, we are trying to sort the XML file by LSONSI AmountField F and generate the output in th... |
|
| how to create an XML file using Visual Studio.NET (2 replies, VIP) |
| microsoft.public.dotnet.xml |
| employees employee name Mark Overmars /name emp id status "full time" A0001 /emp id /employee /employees * How do I create an XML file on the fly using C# or VB.NET? * How do I add more employees to that file? * How do I transfer those data from the file to a table in Oracle or MS SQL serer? Thank you all for your help |
|
| matching data from one document to another (2 replies, VIP) |
| microsoft.public.dotnet.xml |
| Hi I have two xml documents like so... small list person id "1"/ person id "3"/ /small list and detail person id "1" name fred /name /person person id "2" name john /name /person person id "3" name pete /name /person /detail now what i want to do is for each person in small list get the person nodes from detail to put it a sql way with 2 tables .. select * from detail,small list where detail.perso... |
|
| How to trap XML parsing errors (2 replies) |
| microsoft.public.dotnet.xml |
| Hello, I have an application in VB6.0 which parse XML document. I want to convert this to VB.Net but I'm not able figure out what is the equivalent of parseError in VB.net. Can anyone help? Thx in advance. Janhavi |
|
| splitting a string in xml (2 replies) |
| microsoft.public.dotnet.xml |
| i have to retrieve a single column from the database which is of type string with commas..(eg.,a1,a2,a3)..while generating an xml from the database, each of these must be put in a separate tag..like for eg., menuitems menuitem name a1 /name /menuitem menuitem name a2 /name /menuitem menuitem name a3 /name /menuitem /menuitem thx for your help.. Philip |
|
| Dataset Update Problems (2 replies) |
| microsoft.public.dotnet.xml |
| Hello developers If you have time, please could you provide a quick pointer to resolving this problem (I've checked everywhere I can think up to now): it concerns Datasets created using XSD's and them being manipulated in web service/asp application situations......so very briefly..... I created a dataset schema in .Net, which then created the [underlying] dataset code (using vb). Please note, I d... |
|
| sorting xml (2 replies, VIP) |
| microsoft.public.dotnet.xml |
| Hi there! If have a huge problem with the dataset.getxml() and order information. Just for the example the dataset that i am trying to convert into xml is sorted by customer.id but I would like it to be sorted by customer.name. This should be a simple task but when I use sort on the dataset, the dataset.getxml() allways ignore the new sorting order (name) .... Anyone have any idea who to solve my ... |
|
| Translating Resource Files (2 replies, VIP) |
| microsoft.public.dotnet.xml |
| Hi, I have developed an application that uses resource files (XML files) to store strings. I am at a point now where I must distribute the resource file so that the people can translate the resources. Upon their return how might I validate that that the correct format has been retained e.g. by using xsl perhaps? Below is a sample of what a resource file looks like. All that needs to be changed by ... |
|
| SQLServer and XML in .NET (2 replies) |
| microsoft.public.dotnet.xml |
| All, I developed a web application that, as a middle tier, uses a COM .dll to encapsulate the database/xml connectivity. All of this was done in VB 6.0 and Visual Interdev 6.0. I want to develop everything in now using ADO.NET. The problem and really the question: Does ADO.NET support SQLXMLOLEDB and XPath queries using an XML Schema as opposed to using raw SQL Statements? Bottom Line: don't want ... |
|
| Access Schema to XML Schema (2 replies) |
| microsoft.public.dotnet.xml |
| I have a pretty large Access database. I need to translate the schema of this database to an XML schema. I can do this manually but it seems like a long and tedious process. Does anybody have any better suggestions? Thanks, Steve |
|
| stored procedure (2 replies) |
| microsoft.public.dotnet.xml |
| How can I use a stored procedure that has for xml explicit in it inside of a asp.net page? what i want to do is to call the sproc (no parameters) and have it send me back hier xml, i then want to take that xml and parse it with a xsl file. I have seen tons of samples on how to do it with a xml file but no a sproc. To me a xml file is useless I want my product to be completely dynamic not use some ... |
|
| Loosing Decimal separator when loading Xml into an XmlDocument (2 replies) |
| microsoft.public.dotnet.xml |
| Hi, I'm having this weird problem and it is really stopping me: I'm loading a valid Xml document as a string into an XmlDocument using the LoadXml method. My document has a few fields that return numbers separated by a "." . After loading the document, when I look at the OuterXml, those fields no longer have decimal separators in it. Here's an example: ?xml version "1.0" encoding "ISO 8859 1"? Inp... |
|
| SQLServer and XML in .NET (2 replies) |
| microsoft.public.dotnet.xml |
| "Christoph Schittko" christophdotnetINVALID@austin.rr.com wrote in message news:... SQLXML provides some managed classes that makes integrating .NET and XML quite easy. You'll find details on the SqlXmlAdapter and the SqlXmlCommand classes to fill and update DataSet objects in the SQLXML docs [1] You might run into some limitations with XPath queries since SQLXML does support not all functions and... |
|
| error with namespaces (3 replies) |
| microsoft.public.dotnet.xml |
| Hi! Working in the .net environment with xml files shows up two errors: 1. Problem Resolving general entities in namespaces are forcing an error: !DOCTYPE huhu SYSTEM "file:///D:/main.dtd" [ ! snip !ENTITY hirsch "http://ns.waldhirsch.com" ! snip ] GetTheError xmlns "&hirsch:" /GetTheError will generate an error in System.Xml.XmlNamespaceManager.AddNamespace(String prefix, String uri): System.Argu... |
|
| HTML output tags in XSLT (2 replies) |
| microsoft.public.dotnet.xml |
| All of the examples I have seen use something like the following in the *.xslt: xsl:stylesheet xmlns:xsl "http://www.w3.org/1999/XSL/Transform" version "1.0" xsl:template match "CustomerOrders" HTML STYLE BODY {font family:verdana;font size:9pt} TD {font size:8pt} /STYLE BODY TABLE BORDER "1" xsl:apply templates select "Customers"/ /TABLE /BODY /HTML /xsl:template However, when I try and use this ... |
|
| Typed datasets and SQLXML 3.0 (2 replies) |
| microsoft.public.dotnet.xml |
| I've been trying to get something working for a couple of weeks now, on and off, and have tried various postings on various newsgroups, with only a single reply so far from David Scheppa thanks David, and no success. What I am trying to do is use .NET typed datasets that I will update in my app, and somehow post these back to a SQL Server database (I have SQL2000 and SQLXML 3.0 installed) without ... |
|
| ASP.Net + XML + DataGrid querry (2 replies) |
| microsoft.public.dotnet.xml |
| Hi All.. I am a beginner to ASP.Net, trying to develop a small quiz application. i am facing problem regarding displysing data from xml file to user using datagrid.!!.. I will work on 'editing' it afterwords. It is a small quiz in which multiple choice answers for user are coded using 'radio button'. The xml file 'test.xml' contains the quesions and 4 answers per question. s.xml contains the schem... |
|
| Iterating through an xml doc (2 replies) |
| microsoft.public.dotnet.xml |
| Say i have the following xml document ?xml version "1.0" encoding "utf 8" ? Movies Movie mID 1 /mID mTitle Abyss, The /mTitle mRating PG13 /mRating mStars mStar Ed Harris /mStar mStar Mary Elizabeth Mastrantonio /mStar mCoStar Micheal Biehn /mCoStar /mStars /Movie Movie mID 2 /mID ......... /Movie I want to be able to get a praticular movie by it's id So for example i want to get movie ID 1, and a... |
|
| How To: Combine two XML requests into one (2 replies) |
| microsoft.public.dotnet.xml |
| Hi all, Trying to implement some XML functionality into our site. The site I'm trying to access requires authentication before the actual request such as: .... ?xml version "1.0"? AccessRequest AccessLicenseNumber TEST262223144CAT /AccessLicenseNumber UserId testUser /UserId Password testPW /Password /AccessRequest ?xml version "1.0"? RatingServiceSelectionRequest Request TransactionReference Cust... |
|
| Validation Problem (namespaces) (2 replies) |
| microsoft.public.dotnet.xml |
| Hi, I'm trying to validate some XML documents with XmlValidatingReader but It seems I have a problem with namespaces: this is the header of my XSD: xsd:schema xmlns:xsd "http://www.w3.org/2001/XMLSchema" xmlns:sql "urn:schemas microsoft com:mapping schema" xmlns "docXMLSchema.xsd" targetNamespace "docXMLSchema.xsd" elementFormDefault "qualified" This is from my XML: DOCUMENTS xmlns 'docXMLSchema.x... |
|
| generate WSDL for screen scraping? (2 replies) |
| microsoft.public.dotnet.xml |
| I need to create an interface to a Charge Card service (NetBilling) that uses a rather primitive format: https://www.netbilling.com?id 20&cc 1234 I can certainly interface using HttpWebRequest, but I'd like to use the latest techniques and I'm thinking that creating a WSDL might be a good way to go. There is an example in the Wrox ASP.NET book on this but the WSDL is coded by hand. Is there a way ... |
|
| Validation problems when using unique, key, and keyref constraints (2 replies) |
| microsoft.public.dotnet.xml |
| The attachment contains a schema and datafile provided by the Wrox press book Professional XML Schemas. The schema (example2.xsd) includes a unique constraint on employee id and includes a key constraint on department id and a keyref constraint on an employee's department id. When validating the datafile (stafflist.xml), XMLSpy product reports no problems. However, this data file is said to be inv... |
|
| Please help newbie to parse xml (3 replies) |
| microsoft.public.dotnet.xml |
| Hi, I have an xml file from which I wish to parse out certain items The file has a schema at the top (omitted for brevity) describing the structure of the file?. (Please forgive my lack of knowledge but I'm really just starting out) E.g. it begins ?xml version "1.0" encoding "utf 8" ? root xsd:schema id "root" xmlns "" xmlns:xsd "http://www.w3.org/2001/XMLSchema" xmlns:msdata "urn:schemas microsof... |
|