all groups > dotnet xml > july 2006 > threads for july 8 - 14, 2006
Filter by week: 1 2 3 4 5
Creating multiple documents
Posted by sham at 7/14/2006 6:03:34 PM
Hi to all,
I am using XALAN processor and xslt 2.0 and I have managed to take an XML
file and split it into multiple documents. This is done via the Oxygen
editor.
I now need to write a C# program that will take the XML and XSLT file as
inputs and transform the XML file.
Any clues on ... more >>
XmlSchema Validation Error
Posted by Igor Koretsky at 7/13/2006 11:55:01 AM
Hi.
Using VB.Net System.Xml 1.0
SchemaCollection Object
I am getting an error when trying to add
‘Schema A’ to the SchemaCollection.
Here are my schema files..
Schema A
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns="http://www.twiststandards.org/3.0/ElectronicBilling... more >>
Xml validation - Should fail but does not
Posted by Raghu at 7/13/2006 9:45:27 AM
I have following schema:
<?xml version="1.0" encoding="utf-8"?>
<xs:schema
elementFormDefault="qualified"
targetNamespace="http://mycompany.services.customer2/types/restricted"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:tns="http://mycompany.services.customer2/types/re... more >>
Load chunk of xmldata in datagrid
Posted by ameen.abdullah NO[at]SPAM gmail.com at 7/13/2006 7:53:38 AM
Hi Guys,
I have a xml file, from which i want a node to be populated in a
datagrid. whats the easiest way to do this??
Here is a sample of xml file:
<?xml version="1.0" ?>
<script version="1.1">
<jobs>
<job name="Job1"/>
<job name="Job2"/>
</jobs>
<tables>
<table n... more >>
Format Xml Document in VS2005
Posted by Randolph Neall at 7/12/2006 9:50:20 PM
On advice of Stan Kitsis on this forum, I was able to format in VS an XML
document by Selecting Edit / Advanced / Format document. It worked. But now
I am attempting to do the same thing again, with the same xml document, and
the format command is no longer on the list. When I press Ctrl-K, Ctrl-... more >>
Convert schema to an xml document
Posted by Norsoft at 7/12/2006 2:54:05 PM
How can I convert an existing schema to an xml document. I have a series =
of schema documents that validate xml documents that describe metadata. =
Normally the metadata is first defined in a database, then schemas =
generated from the database. In this case I was given the schemas and I =
am w... more >>
Problems with XmlNodeList
Posted by bigeddie at 7/12/2006 3:18:17 AM
Hi,
I'm trying to get an instance off a XmlNodeList without using
selectNodes(...)
XmlNodeList test1 = new XmlNodeList(); (C#)
but that doesn't work.
What's my mistake?
greetings
Ernst Juergen
... more >>
XmlReader and LineNumber
Posted by jonfroehlich at 7/11/2006 2:41:37 PM
According to the MSDN documentation within the XmlTextReader class for
..NET 2.0, the recommended practice to create XmlReader instances is
using the XmlReaderSettings class and the XmlReader.Create() method.
However, the problem is, the XmlReader class does not expose certain
properties that I ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Problem with XML Scheme Facet
Posted by hil12345 at 7/10/2006 3:21:13 AM
Hello
I Wonder if any one could give me a hand, I am trying to implement a
numeric type restriction on an xml scheme.
Somehow in doesn't work, while string restriction on length do work
to me.
I am working with a licensed version of - Microsoft Visual C# .NET
Microsoft .Net Fram... more >>
XPathNavigator and name()
Posted by David Thielen at 7/9/2006 1:10:01 PM
Hi;
Two questions. I have an XPathNavigator object where it's OuterXml property
is "<jan>231</jan>" and I am trying to write an xpath statement that will
return the "jan".
XPathNavigator nav = ...;
1) I can do nav.Evaluate("name(parent::*)"); and get "month". But if I do
nav.Evaluate(... more >>
Follow up question on hiding web service functions
Posted by John K at 7/8/2006 10:05:01 AM
It seems to work, at least my application still works. After adding this tag
to hide the documentation; is it normal to see an error message when browsing
to the page? I get error message shown below when going to that page in
Internet
Explorer on the same machine as the service. If I und... more >>
|