|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#16
|
|||
|
|||
|
How are you creating the files? I am using Homesite, which is an HTML editor. Does that matter?
I opened up the xml doc from another PC over the LAN and got the same results (browser was IE 6).... This is becoming extremly frustrating..... This is my output: <?xml version="1.0" standalone="yes" ?> <?xml-stylesheet type="text/xml" href="e:\ECOM\newstyle2.xsl"?> - <dean> <reed name="Dean" lname="Reed" address="Latrobe" /> <reed fname="Dean" lname="reed" address="Latrobe" /> </dean> The elements contract and expand. Can you tell me "exactly" what you do from saving the files to displaying them? I have a feeling I am missing some real simple here..... |
|
#17
|
|||
|
|||
|
Also, when you open the file, which file do you open, the XML or the XSL?
I figured that since the link was put into the XML file (to the XSL file), that the XML file was the one to open. Is this true? I am waiting to find a PC with v6.0 IE Explorer so I can test this. |
|
#18
|
||||
|
||||
|
mmmh...noted an error in what you have wrote:
<?xml-stylesheet type="text/xml" href="e:\ECOM\newstyle2.xsl"?> must be <?xml-stylesheet type="text/xsl" href="e:\ECOM\newstyle2.xsl"?> also, if the two files reside in the same directory you can omit it in the href attribute so that it can be wrote like: <?xml-stylesheet type="text/xsl" href="newstyle2.xsl"?> |
|
#19
|
|||
|
|||
|
I got it to work. Since you got it to work, I don't know what was wrong. I only changed around the header info, but either way it is working now.
Thanks for your help. It turns out that Progress Webspeed (which is what I am using this stuff for) has all that stuff written into it. Now I need to spend some time figuring it out.... ![]() Again, thx for your help....... |
|
#20
|
||||
|
||||
|
Glad to put some knowledge for you
![]() |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > XML Programming > New to XML |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|