xweb-users Mailing List for XWeb
Brought to you by:
peterbecker
You can subscribe to this list here.
2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
|
Feb
|
Mar
|
Apr
(2) |
May
(4) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Peter B. <pe...@pe...> - 2002-05-04 09:43:49
|
Mikael St=E5ldal wrote: [...] >> You could try to use the import features of XSLT instead: it is=20 >> possible to open additional files while processing XSLT code.=20 >> Although this is not official part of the XSLT 1.0 spec >> most XSLT processors (including the version of Saxon in the=20 >> distribution) support the document(..) function which gets a URL and=20 >> returns the root element of the document given by this URL. > > > The document() function is definitly part of XSLT 1.0. Do you refer to=20 > any special treatment of the document() function? No, probably I just mess things up ;-) I thought I remember having read=20 something like this about document() in Michael Kay's book, but probably=20 it was about something different. Peter |
From: Mikael S. <mik...@ho...> - 2002-05-03 21:59:50
|
At 13:38 2002-05-01 +0200, Peter Becker wrote: >As far as I know XML does not allow nesting system entities. That's true, since an included entity cannot define further entity references. >You could try to use the import features of XSLT instead: it is possible >to open additional files while processing XSLT code. Although this is not >official part of the XSLT 1.0 spec > most XSLT processors (including the version of Saxon in the > distribution) support the document(..) function which gets a URL and > returns the root element of the document given by this URL. The document() function is definitly part of XSLT 1.0. Do you refer to any special treatment of the document() function? |
From: Peter B. <pe...@pe...> - 2002-05-01 14:01:08
|
Jesper Voetmann wrote: >Hi, > >Thanks to Felix Schwarz, I can now import other XML-files in my XML, and let >XWeb process the documnet. >(See last thread). This works fine, and it will do what I need to be done. > >However, blod as I am, I ran into difficulties when I started to import XML >files in more than one level. >What I want is to import XML files into XLM files, where the imported files >themself import other XML files. >Is this possible? XWeb states, what the XML is not 'well formed'. > As far as I know XML does not allow nesting system entities. You could try to use the import features of XSLT instead: it is possible to open additional files while processing XSLT code. Although this is not official part of the XSLT 1.0 spec most XSLT processors (including the version of Saxon in the distribution) support the document(..) function which gets a URL and returns the root element of the document given by this URL. HTH, Peter |
From: Jesper V. <jv...@ph...> - 2002-05-01 08:26:08
|
Hi, Thanks to Felix Schwarz, I can now import other XML-files in my XML, and let XWeb process the documnet. (See last thread). This works fine, and it will do what I need to be done. However, blod as I am, I ran into difficulties when I started to import XML files in more than one level. What I want is to import XML files into XLM files, where the imported files themself import other XML files. Is this possible? XWeb states, what the XML is not 'well formed'. Thanks in advance. Jesper Felix wrote: >From: Felix Schwarz <Felix@sc...> >Re: Cannot find file in ENTITY >2002-04-24 08:08 >Hi Jesper, > Jesper wrote: > > I include an XML file like this: > > > > > ]>> (...) > > Error on line 0 of XML document: File "homemain.xml" not found. > > I saw a similar problem with referencing dtds. "Solution" was to > specify the absolute URI eg. "file:///c:/path/file.dtd". > > HTH > > -- > Felix |
From: Felix S. <Fe...@sc...> - 2002-04-24 08:08:46
|
Hi Jesper, Jesper wrote: > I include an XML file like this: > <?xml version="1.0" encoding="UTF-8"?> > <!DOCTYPE mainmenu [ > <!ENTITY homemain1 SYSTEM "homemain.xml"> ]>> (...) > Error on line 0 of XML document: File "homemain.xml" not found. I saw a similar problem with referencing dtds. "Solution" was to specify the absolute URI eg. "file:///c:/path/file.dtd". HTH -- Felix |
From: Jesper V. <jv...@ph...> - 2002-04-22 11:56:01
|
I include an XML file like this: <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE mainmenu [ <!ENTITY homemain1 SYSTEM "homemain.xml"> ]> <mainmenu> &homemain1; </mainmenu> XWeb presentes me with the following error message (but I happen to know that the file is there): XSLT processing document: 'C:\phcweb\Web\content\homemenu.xml' Some error occured while processing documents: Couldn't process Document 'C:\phcweb\Web\content\homemenu.xml' Error on line 0 of XML document: File "homemain.xml" not found. I've tried with full path and putting it here and there. I've also checked the FAQs and lists but haven't solved the problem. Thanks in advance. Jesper -- Jesper Voetmann, M. Sc. PH-Consult Ordruphøjvej 4 2920 Charlottenlund Tel: 39 96 22 06 |
From: Peter B. <pb...@me...> - 2001-10-14 06:07:12
|
Hello everybody, since I had a number of help and feature requests from German users and German is my native language, I decided to offer a mailing list for help, feature requests and general discussions in German. This is of course meant only as addition, not as replacement for this list ;-) You can subscribe here: http://lists.sourceforge.net/lists/listinfo/xweb-deutsch CU, Peter |