RE: XML and XSLT Help Please

  • From: "D!J!X!" <megamansuperior@xxxxxxxxxxx>
  • To: <programmingblind@xxxxxxxxxxxxx>
  • Date: Thu, 14 Jan 2010 16:57:27 -0500

By creating an xml file with a table format you can also use javascript and
the dom to get xml out to the document if it's an option.
 
HTH, D!J!X!

  _____  

From: programmingblind-bounce@xxxxxxxxxxxxx
[mailto:programmingblind-bounce@xxxxxxxxxxxxx] On Behalf Of RicksPlace
Sent: Thursday, January 14, 2010 4:21 AM
To: programmingblind@xxxxxxxxxxxxx
Subject: Re: XML and XSLT Help Please


Hi Jim: I only played with xml a little so this might not be much help,
sorry. OK, XML is just a text based file like html. You set up the XML file
using the tags like an html file. The sequence of tags is usually a
repeating sequence so you have a structure but sometimes that varies.
Anyway, to access any part of the xml file or any group of items in the xml
file you use code to find the exact tag or the group of tags and then
extract their values into an array or string or something to hold the value
or values. There are many methods of working with xml documents and I only
used a couple of the more simple methods. I have not used Transformation,
don't even understand it since I did not use it and therefore did not read
up on it. If you just want to build an xml file to hold data like a little
database then I might be able to help by sending you my samples that I
managed to get to work in a VWD Project. It uses the Microsoft methods of
accessing the xml so if you are using something else this approach will not
work anyway. Well, sigh, sorry but I think the whole subject of xml is way
more complex than necessary but it is used allot around thw web. Let me know
what you are trying to do and I will see if it matches up at all with what I
did and will dig up my examples, I'm pretty sure I still have them floating
around.
Rick USA

----- Original Message ----- 
From: Homme, James <mailto:james.homme@xxxxxxxxxxxx>  
To: programmingblind@xxxxxxxxxxxxx 
Sent: Wednesday, January 13, 2010 2:21 PM
Subject: XML and XSLT Help Please


Hi,

What do I need to do to make this work? I want to create an XML document and
use it to produce an HTML table. I want to use XSLT to transform the data in
my web browser. I may not want to use every piece of data. Example, I have 4
pieces of data in each XML record, if that's what it's called, but in a
document I may only want to show two pieces of data, but in another
document, I may want to show all four pieces of data. I hope that makes some
sense.

 

Thanks.

 

Jim

 

Jim Homme,

Usability Services,

Phone: 412-544-1810

 

Internal recipients,  Read my
<http://mysites.highmark.com/personal/lidikki/Blog/default.aspx>
accessibility blog

 

"If a green on green tree falls in the forest and you're there, can you see
it?" 

"Not unless you have a screen reader." :)

 


  _____  

This e-mail and any attachments to it are confidential and are intended
solely for use of the individual or entity to whom they are addressed. If
you have received this e-mail in error, please notify the sender immediately
and then delete it. If you are not the intended recipient, you must not
keep, use, disclose, copy or distribute this e-mail without the author's
prior permission. The views expressed in this e-mail message do not
necessarily represent the views of Highmark Inc., its subsidiaries, or
affiliates.


Other related posts: