This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: WG: folder-trouble


> now, is there a possibility to tell the system to 
> use .buf files just as if they were .xml files ? i guess 
> therefore has fiddling the regisrty to be done ? brrrrr

It depends on your os. Usually you can do it by opening file explorer
and choose folder options on the tools menu. Look for xml file and if
there is an edit/change button click that then click on the open item
and choose edit. Select the command string which will be
\somewhere\explorer.exe %1 or something. Close that window then click on
the new button. Enter the .buf extension and click on the open item and
click edit. Then paste in the command string and set the mime type to
text/xml.

If you have win2k then you can't do that because it tries to protect you
from yourself so you will need to edit the registry or save this text as
xml.reg and click on it

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\.buf]
@="xmlfile"
"Content Type"="text/xml"

Ciao Chris

XML/XSL Portal
http://www.bayes.co.uk/xml


> -----Original Message-----
> From: owner-xsl-list@lists.mulberrytech.com 
> [mailto:owner-xsl-list@lists.mulberrytech.com] On Behalf Of 
> Arend Vogtländer
> Sent: 23 November 2001 13:22
> To: xsl-list@lists.mulberrytech.com
> Subject: AW: [xsl] WG: folder-trouble
> 
> 
> well, errr,
> it was this:
> i wanted to use a special-file-ending ( .buf)
> and now i found out that i was just too blind to
> mention, that the files, i got back from rene had a
> .xml ending, wich works fine, and mine hadn´t, and therefore 
> changed the space-characters against "%20", well, things to 
> find out. now, is there a possibility to tell the system to 
> use .buf files just as if they were .xml files ? i guess 
> therefore has fiddling the regisrty to be done ? brrrrr
> 
> thnx anyway
> av
> 
> -----Ursprüngliche Nachricht-----
> Von: owner-xsl-list@lists.mulberrytech.com
> [mailto:owner-xsl-list@lists.mulberrytech.com]Im Auftrag von 
> Burisch, Curtis
> Gesendet: Freitag, 23. November 2001 13:57
> An: 'xsl-list@lists.mulberrytech.com'
> Betreff: RE: [xsl] WG: folder-trouble
> 
> 
> Arend,
> 
> This sounds like a path problem in the link you are 
> generating. In the HTML source produced, you probably have 
> something like <A 
> HREF="http://abc.com/def/mypage.html#hook";>Linktext</A>
> 
> Now, if you move mypage.html out of the /def/ directory, the 
> absolute link won't work any more.
> 
> The solution in this case would be to change the link to be a 
> relative link, e.g. <A HREF="mypage.html#hook">Linktext</A>
> 
> Now, I am making a lot of assumptions here -- you have not 
> explained the situation very well. It is likely that your 
> problem is contained within the XSL source, but that's not certain.
> 
> If you want a definitive answer you should post the xsl source.
> 
> Regards,
> Curtis.
> 
> 
> -----Original Message-----
> From: Arend Vogtländer [mailto:a.vogtlaender@bbn.de]
> Sent: 23 November 2001 12:53
> To: xsl-list@lists.mulberrytech.com
> Subject: [xsl] WG: folder-trouble
> 
> 
> 
> hi, i have a xsl, creating a html-output with a 
> tableofcontents, linked to contents in the same document. 
> aftr rene helped me with it, it works out fine, IF i keep it 
> in the folder. I copied the whole thing into an other folder, 
> to work at it again, and - surprise! it won´t work anymore. 
> no, not anymore, just the important thing, linking inside one 
> document, doesn´t work. it tries to jump to an other document 
> with the exactly same name plus the #hook , (so it should do 
> right), but i get the page-not-found-site of the browser. the 
> working-folder is on the same device. both aren´t running 
> through a webserver, i guess i am just somewhat stupid by 
> looking on the screen for some hours too long, but... i don´t 
> understand that.
> 
> gngngn
> av
> Mit freundlichen Grüßen
> 
> Arend Vogtländer
> 
> --------------------------------------------------------------
> --------------
> --------------
> BREMEN BUSINESS NET GmbH
> Technologiepark Universitaet / Fahrenheitstr. 7 / 28359 Bremen
> Tel.: +49 421 2024608 / Fax: +49 421 2010217 
> Business-Informationen im Bremen Business Net unter: http://www.bbn.de
> 
> ePhilos AG
> Technologiepark Universitaet / Fahrenheitstr. 7 / 28359 Bremen
> Tel.: +49 421 2024620 / Fax: +49 421 2010217
>         Das Internetvertriebssystem ComfortMarket. Beispiele unter:
>         http://www.outletshopping.de
>         http://www.kidnet.de
> 
> 
> 
> 
> 
> 
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
> 
> 
> "This communication is intended solely for the addressee and 
> is confidential and not for third party unauthorised distribution."
> 
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
> 
> 
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
> 
> 


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]