Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / .NET Framework / XML / December 2006

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Reading XML file from http30 Dec 2006 18:50 GMT2
Hi;
I am trying to test reading a html file over http. So in IIS I create a
virtual directory and then in my NTFS permissions I set that directory to
only allow read from Domain Users. (I also allow control by admin).
Different behaviours for xmlTransform29 Dec 2006 12:57 GMT1
Using the same xml and xsl files, the result of the xmlTransform.Transform
is different depending if a xmlTextwriter or a StringWriter is used. In the
first case, the output file is as expected, but in the second case, a new
<meta> tag is added, and the existing ones loose the /> ...
Problem with DataSet ReadXml28 Dec 2006 22:58 GMT1
Hi people!
I'm running a Visual Studio 2005, Professional, on Windows XP Professional.
I've found a little big problem, reading a DataSet. If I try:
ds.ReadXml("c:\data.xml")
XSL needed28 Dec 2006 22:56 GMT2
Hi experts,
I need a style sheet to convert following  INPUT  xml into follwing OUTPUT
xml.
Thank you very much,
Xml Print Preview28 Dec 2006 22:52 GMT1
I have an Xml file.I Load it in a Datagrid, My Xml file has child tables,
and I want to print this, so I want to see its print preview, but when I want
to do it, only it is shown the root table in print preview. What can I do to
see the child table in print preview?
ReadXml from resources24 Dec 2006 01:22 GMT1
i saved the state of a data set and table via
   MyDs.WriteXmlSchema("MyDs.xsd")
   MyDs.WriteXml("MyDs.xml")
i was able to read them back in and display the info in the database by
Subquery using X-Path (Nested X-Path statements)22 Dec 2006 04:43 GMT1
I am trying to convert an SQL statement into an XPath (or a sequence of
XPath) statements.  More specifically, I have the following:
SELECT a
FROM b
rendering RSS XML as HTML?21 Dec 2006 15:28 GMT1
im doing my first experiment w/ RSS & ASP.NET. could use a bit of help.
i have a livejournal site blog here:
   http://nexus9.livejournal.com/
and i have its RSS xml here:
XML Validation19 Dec 2006 18:28 GMT3
I got the following code to validate a custom XML against a given
schema:
XmlSchemaSet sc = new XmlSchemaSet();
sc.Add(schema);
Escaping linebreaks in XML within XSLT ??19 Dec 2006 13:30 GMT2
I have a xslt that writes a txt file from xml. Xml file is generated by
a user input on a webpage and some nodes have linebreaks which corrupts
my output. is there a way to generally set that xslt should ignore
linebreaks or a way to use <xsl:value-of select="$VALUE"/> and clear
Validation not occuring19 Dec 2006 13:28 GMT6
I am trying to validate an XML file against an XSD schema file within a
.NET C++ program, but the validation doesn't seem to be occuring.
My code is listed below.  The validation event handler is not called
even when the XML should valid properly against the schema.
Problem setting node-set in XsltArgumentList16 Dec 2006 14:32 GMT1
I am working with .Net 2.0.  I found a 2002 posting with this sample
code of how to send a node-set into a XSLT transformation:
string xml = @"<foo><bar>The Test</bar></foo>";
string xsl =
Find and Replace within an XML file14 Dec 2006 22:10 GMT1
I was wondering if there is a simple method of replacing characters within
the xml document.
I'm looking at writing a Biztalk Pipeline that escapes illegal characters
before they are processed by a HL7 assembler.
Recommendations on Development Resources14 Dec 2006 17:29 GMT1
I am new to XML development however I want to enhance my skill set. As
a result, I am looking for recommendation for resources to accomplish
this task in the following areas:
- Books / Web Sites / Classes / Any Other Educational Material
XSL Transform Help, Please14 Dec 2006 04:03 GMT1
I am having a problem with writing an XSL Transform.  Please help.
Note: I know this a long post but I wanted to provide as must detail as
possible. Any help would be appreciated.  (Just started writing my
first transform yesterday and no one at my company knows this stuff.)
Pages: 1 2 3 November, 2006
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.