[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

RE: Using XSLT within VB.net?

Subject: RE: Using XSLT within VB.net?
From: "Philip Fitzsimons" <pfitzsimons@xxxxxxxxxxx>
Date: Fri, 11 Apr 2003 13:33:54 +0100
selectsinglenode vb.net
In .net you would use an XmlDocument:

(c# code)

XmlDocument mydoc = new XmlDocument();
mydoc.load("mydoc.xml");

if (mydoc.SelectSingleNode("/somepath/@someattribute/text()") == "y")
	....
Else
	...

Get your programmer to look into the Xml namespace


-----Original Message-----
From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
[mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx] On Behalf Of Kathy Burke
Sent: 11 April 2003 13:28
To: 'xsl-list@xxxxxxxxxxxxxxxxxxxxxx'
Subject:  Using XSLT within VB.net?



I'm working with a programmer who is using VB.net (I'm working on the
XML/XSL portion) to create interactive work instructions including events
such as on-click save xml to database (still working on figuring out best
way to design/use xml db), more importantly, we need to include business
logic (e.g., if X=false do A, otherwise do B. Some of this business logic
data will be from within the XML instance (data collection, checkboxes),
other data will be from external databases in other mfg systems.

So far, I've created (with this group's help!...thank you again) an xml/xsl
form including some (as yet inactive) submit buttons, data collection
fields, etc. 

My question (and if I am in the wrong place...please just say so):

In general, how does one incorporate the use of an XML/XSLT instance WITHIN
.net? Can the xml doc  be defined as an Object that you then refer to as a
source?

I certainly don't expect a .net lession, perhaps just some understanding of
how xml (e.g., an xml work instruction doc) or some reading material
pointers.

Thanks.  Kathy


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.