Re: Possible Entity Resolving Bug

2002-09-07 Thread Antonio Gallardo Rivera

I resolved this simple problem making a hardcode for example:



-//W3C//DTD HTML 4.0//ES


http://www.w3.org/TR/REC-html40/strict.dtd

  
1024



Is this correct?

Antonio Gallardo

El Sábado, 07 de Septiembre de 2002 20:45, Jeremy Aston escribió:
> Hi,
>
> I have been doing some work with entity catlogs and have noticed some
> interesting behaviour.  It appears system ids are being ignored if used
> with a DOCTYPE declaration, only public ids are picked up.  I can
> successfully map something like:
>
>  "http://www.pigbite.com/dtd/person.dtd";>
>
> using an entry like
>
> PUBLIC "-//PIGBITE//DTD Person V1.0//EN" "dtd/person.dtd"
>
> But
>
> http://www.pigbite.com/dtd/person.dtd";>
>
> does not get mapped even if
>
> SYSTEM http://www.pigbite.com/dtd/person.dtd"; "dtd/person.dtd"
>
> is in the local catalog.
>
> I've noted that if a systemId is used to reference an entity - e.g.
>
> http://www.pigbite.com/dtd/jez.txt";>
>
> and a corresponding map is in the catalog file:
>
> SYSTEM "http://www.pigbite.com/dtd/jez.txt";"jez.txt"
>
> then this is resolved correctly.
>
> This does not appear to be a fundamental catalog problem.  I modified the
> entity catalog tests to test the above scenarios and everything worked.
> Interestingly the tests force the public Id and systemId args in the
> resolveEntity() method call, however further checks what gets passed to
> resolveEntity in org.apache.cocoon.components.resolver.ResolverImpl show
> that in the case of DOCTYPE the systemId arg is always NULL, regardless of
> if a systemId is present either on it's own or along with a publicid.  In
> the case of an ENTITY declaration the systemid and the publicid (if
> present) are always passed correctly.  It would appear that which ever bit
> of the doc parser picks up the entity references, it is not doing it as I
> would have expected.
>
> The catalog samples work fine, mainly because all the examples follow the
> above rules.  I know the local catalog is being loaded and have tested that
> using the xml-commons tools, my modified cocoon test build and the fact
> that the resolution does take place if the "right" rules are followed. 
> Trawling the lists I noted a previous message along similar lines that had
> no response, and I could not find anything else.  Is this behaviour correct
> or is it a bug?  I've looked at several other sites, including the OASIS
> spec and nothing seems to shed any light on it (other than implying that it
> should work as expected) so If someone can advise I can either stop trying
> something that is not meant to happen or raise a bugzilla and do some more
> debugging.
>
> FYI I am using 2.0.3, JDK1.4, JAXP.  I have not yet tried it against the
> current HEAD code or using the XML catalog format (although I am sure the
> catalog itself is fine)
>
> TIA
>
> jez

-
Please check that your question  has not already been answered in the
FAQ before posting. 

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>




Possible Entity Resolving Bug

2002-09-07 Thread Jeremy Aston

Hi,

I have been doing some work with entity catlogs and have noticed some
interesting behaviour.  It appears system ids are being ignored if used with
a DOCTYPE declaration, only public ids are picked up.  I can successfully
map something like:

http://www.pigbite.com/dtd/person.dtd";>

using an entry like

PUBLIC "-//PIGBITE//DTD Person V1.0//EN" "dtd/person.dtd"

But 

http://www.pigbite.com/dtd/person.dtd";>

does not get mapped even if 

SYSTEM http://www.pigbite.com/dtd/person.dtd"; "dtd/person.dtd"

is in the local catalog.

I've noted that if a systemId is used to reference an entity - e.g. 

http://www.pigbite.com/dtd/jez.txt";>

and a corresponding map is in the catalog file:

SYSTEM "http://www.pigbite.com/dtd/jez.txt";"jez.txt"

then this is resolved correctly.

This does not appear to be a fundamental catalog problem.  I modified the
entity catalog tests to test the above scenarios and everything worked.
Interestingly the tests force the public Id and systemId args in the
resolveEntity() method call, however further checks what gets passed to
resolveEntity in org.apache.cocoon.components.resolver.ResolverImpl show
that in the case of DOCTYPE the systemId arg is always NULL, regardless of
if a systemId is present either on it's own or along with a publicid.  In
the case of an ENTITY declaration the systemid and the publicid (if present)
are always passed correctly.  It would appear that which ever bit of the doc
parser picks up the entity references, it is not doing it as I would have
expected.

The catalog samples work fine, mainly because all the examples follow the
above rules.  I know the local catalog is being loaded and have tested that
using the xml-commons tools, my modified cocoon test build and the fact that
the resolution does take place if the "right" rules are followed.  Trawling
the lists I noted a previous message along similar lines that had no
response, and I could not find anything else.  Is this behaviour correct or
is it a bug?  I've looked at several other sites, including the OASIS spec
and nothing seems to shed any light on it (other than implying that it
should work as expected) so If someone can advise I can either stop trying
something that is not meant to happen or raise a bugzilla and do some more
debugging.

FYI I am using 2.0.3, JDK1.4, JAXP.  I have not yet tried it against the
current HEAD code or using the XML catalog format (although I am sure the
catalog itself is fine)

TIA

jez


<>
-
Please check that your question  has not already been answered in the
FAQ before posting. 

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>


Re: simple connection to MySQL

2002-09-07 Thread Vaskin Kissoyan

Yes, I've gotten it working fine now, I was plagued by trying to fix 
things in too many places, however, one should note that if you place 
the original zip in the lib directory, there are no errors given, all 
the instructions say to look for an error, the absence of which is 
supposed to indicate that everything is OK.

I guess that's why the guy that wrote it used to put instructs right 
into the filename "unjar-me" Now that its on mysql.com and part of their 
libraries "officially" he's stopped that practice, a shame, but as soon 
as I saw that I had it fixed.

Thanks everyone for the help, I've also proceeded and gotten Cocoon 
talking with Oracle 8.1.7, using the 9iR2 version of the jdbd driver, 
with no issues!

Christopher Watson wrote:
> Vaskin
> 
> I'm guessing (from the class name in your web.xml) you've just downloaded
> the new Connector/J from www.mysql.com ??
> In which case ...
> 
> See my annotations below
> 
> 
>>-Original Message-
>>From: Vaskin Kissoyan [mailto:[EMAIL PROTECTED]]
>>Sent: 06 September 2002 16:22
>>To: [EMAIL PROTECTED]
>>Subject: simple connection to MySQL
>>
>>
>>I've tried to follow the how-to's and tutorials on the net and in the
>>docs. Someone plase let me know what step I'm missing:
>>
>>0)
>>* Built 2.0.3 with all the samples and libs, installed war file under
>>Tomcat 4.04, under JDK 1.4
>>* Built same tables with given sql file in mysql on a default install of
>>3.23.51 on same machine (localhost), database is cocoon
>>
>>
>>1) Dropped the zip file into appropriate place:
>>* tried both as zip and renamed to jar
>>* tried in server\lib and also cocoon\WEB-INF\lib
> 
> 
> The file you need to take out of the zip and put in cocoon\WEB-INF\lib is
> mysql-connector-java-2.0.14-bin.jar
> 
> 
>>2) Added the following to cocoon.xconf inside  under the
>>default built in element 
>> 
>>  
>>  jdbc:mysql://localhost/cocoon
>>  root
>>  
>> 
>>
> 
> Try   jdbc:mysql://localhost:3306/cocoon
> where cocoon is whatever you've called your mysql database
> 3306 is the port number used by mysql, and I don't think the driver defaults
> to use 3306 - you have to tell it
> 
> 
>>4) Added the load-class in cocoon's web.xml as follows
>> 
>>   load-class
>>   
>> 
>>
>> 
>> org.hsqldb.jdbcDriver
>>  com.mysql.jdbc.Driver
> 
> 
> That's right for the new Connector/J
> 
> (The old Mark Matthews JDBC library - from wich Connector/J was derived -
> used a class name org.gjt.mm.mysql.Driver, which is what some other people
> who've replied to you are referring to.)
> 
> 
>> 
>>   
>> 
>>
>>4) Getting the following error:
>>org.apache.cocoon.ProcessingException: Exception in
>>ServerPagesGenerator.generate(): java.lang.RuntimeException: Could not
>>get the datasource java.sql.SQLException: No suitable driver
>>
>>When I try to pull up the ESQL sample
> 
> 
> Have you changed the ESQL sample to use YOUR pool, which, from the above,
> you've called "mypool" ?
> You'll also need to have populated your mysql database, which, from the
> above, you've called cocoon ...
> 
> 
>>Any help would be appreciated.
>>
> 
> 
> I've tried. Hope it works!
> 
> Christopher Watson
> 


-
Please check that your question  has not already been answered in the
FAQ before posting. 

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>




Re: Stylesheet selection by doctype?

2002-09-07 Thread J.Pietschmann

Vadim Gritsenko wrote:
> Ben Young wrote:
>> Is it possible to set up a sitemap that will select a different 
>> stylesheet
>> according to the XML Schema or doctype used in the content file?
> No way that I'm aware of.

There is some talk on forrest-dev to implement exactly this.

J.Pietschmann



-
Please check that your question  has not already been answered in the
FAQ before posting. 

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>




Re: Stylesheet selection by doctype?

2002-09-07 Thread Steven Noels

On Sat, 7 Sep 2002, J.Pietschmann wrote:

> Vadim Gritsenko wrote:
> > Ben Young wrote:
> >> Is it possible to set up a sitemap that will select a different 
> >> stylesheet
> >> according to the XML Schema or doctype used in the content file?
> > No way that I'm aware of.
> 
> There is some talk on forrest-dev to implement exactly this.

It is already done, I'll commit it on Monday or when the kids allow during 
the weekend ;-)




-
Please check that your question  has not already been answered in the
FAQ before posting. 

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>




Re: Xindice inside Xsp

2002-09-07 Thread Vadim Gritsenko

fxp wrote:

>Thanks,
>but I really need to make xpath queries against my documents,
>

You do not need anything except util logicsheet or include transformer 
then. XMLDB protocol supports xpath.

Vadim



> and I thought
>Xindice was the key (it works fine). But if I can't  produce html pages from
>it within cocoon, it's useless.
>Exist seems to be ready for cocoon's users who don't know much about
>Java,(or haven't got time to invest much in it)
>(I've found th Exist xmldb.xsl (in the source), and its documentation.
>http://www.pm.tu-chemnitz.de:8080/cocoon/documents/apidocs/org/apache/cocoon
>/components/source/XMLDBSource.html
> I suppose it'll be a long job to apply it to xindice, even if the
>logicsheet is said to work with other xml db Api compliant database)
> I'll shift to exist.
>
>Thanks a lot for your Help.
>
>  
>




-
Please check that your question  has not already been answered in the
FAQ before posting. 

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>




Re: Xindice inside Xsp

2002-09-07 Thread Vadim Gritsenko

fxp wrote:

>Thanks Vadim,
>but I was looking at something like the Exist page shows: (with
> tags). Actually, I couldn't even work out the namespace
>for xindice inside an xsp.
>

Hey man, you are talking "logicsheets" here. Answer is simple: there is 
no one for XMLDB.

List of all logicsheets is available in cocon.xconf, or just list 
directory: src\java\org\apache\cocoon\components\language\markup\xsp\java


>*
>The Exist page
>*
>
>http://apache.org/xsp";
>  xmlns:xmldb="http://exist-db.org/xmldb/1.0";>
>
>
>
>Retrieving document
>request.getParameter("doc")
>
>
>
>

If you want just to get document, you can use util logichseet's include 
tag, and include xmldb URL.

Vadim



>request.getParameter("doc")
>
>
>
>
>
>
>
>
>Thanks a lot if you have a hint for me, I'm not a Java geek.
>François
>




-
Please check that your question  has not already been answered in the
FAQ before posting. 

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>




Re: Xindice inside Xsp

2002-09-07 Thread fxp

Thanks, at least it's clear.
I'm not bothering you anymore. I really thought I could use xindice with the
same ease as esql.

Cheerio
François


-
Please check that your question  has not already been answered in the
FAQ before posting. 

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>




Re: Xindice inside Xsp

2002-09-07 Thread fxp

Thanks Vadim,
but I was looking at something like the Exist page shows: (with
 tags). Actually, I couldn't even work out the namespace
for xindice inside an xsp.

*
The Exist page
*

http://apache.org/xsp";
  xmlns:xmldb="http://exist-db.org/xmldb/1.0";>



Retrieving document
request.getParameter("doc")




request.getParameter("doc")








Thanks a lot if you have a hint for me, I'm not a Java geek.
François


-
Please check that your question  has not already been answered in the
FAQ before posting. 

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>




Re: Xindice inside Xsp

2002-09-07 Thread Vadim Gritsenko

fxp wrote:

> Hi,
> I've been looking everywhere for an exemple of code to call a document 
> from inside an xsp.
>  
> A lot of tutorials say how to config the sitemap, but the only thing 
> I've found on xsp xmldb was about exist (and a bit old I think).
>  
> Can someone give me an example?
> Thanks a lot


XMLDBSource.java has a code showing how to work with xmldb from the 
Java. Xindice has own examples too.

Vadim





-
Please check that your question  has not already been answered in the
FAQ before posting. 

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>




Re: Stylesheet selection by doctype?

2002-09-07 Thread Vadim Gritsenko

Ben Young wrote:

>Is it possible to set up a sitemap that will select a different stylesheet
>according to the XML Schema or doctype used in the content file? I've found
>information on multiple forms of out put (i.e., doc2html or doc2pdf). I'd
>like to have style sheets more along the lines of doc2html, rss2html,
>custom2html.
>

No way that I'm aware of.


>Any ideas?
>

You need a Matcher or Selector which will read top of the doc and return 
doctype back to sitemap. This won't be very efficient though. It's much 
better if you have these documents separated into different directories.

Vadim


>Thanks,
>Ben
>  
>




-
Please check that your question  has not already been answered in the
FAQ before posting. 

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>




RE: simple connection to MySQL

2002-09-07 Thread Christopher Watson

Vaskin

I'm guessing (from the class name in your web.xml) you've just downloaded
the new Connector/J from www.mysql.com ??
In which case ...

See my annotations below

> -Original Message-
> From: Vaskin Kissoyan [mailto:[EMAIL PROTECTED]]
> Sent: 06 September 2002 16:22
> To: [EMAIL PROTECTED]
> Subject: simple connection to MySQL
>
>
> I've tried to follow the how-to's and tutorials on the net and in the
> docs. Someone plase let me know what step I'm missing:
>
> 0)
> * Built 2.0.3 with all the samples and libs, installed war file under
> Tomcat 4.04, under JDK 1.4
> * Built same tables with given sql file in mysql on a default install of
> 3.23.51 on same machine (localhost), database is cocoon
>
>
> 1) Dropped the zip file into appropriate place:
> * tried both as zip and renamed to jar
> * tried in server\lib and also cocoon\WEB-INF\lib

The file you need to take out of the zip and put in cocoon\WEB-INF\lib is
mysql-connector-java-2.0.14-bin.jar

>
> 2) Added the following to cocoon.xconf inside  under the
> default built in element 
>  
>   
>   jdbc:mysql://localhost/cocoon
>   root
>   
>  
>

Try   jdbc:mysql://localhost:3306/cocoon
where cocoon is whatever you've called your mysql database
3306 is the port number used by mysql, and I don't think the driver defaults
to use 3306 - you have to tell it

> 4) Added the load-class in cocoon's web.xml as follows
>  
>load-class
>
>  
>
>  
>  org.hsqldb.jdbcDriver
>   com.mysql.jdbc.Driver

That's right for the new Connector/J

(The old Mark Matthews JDBC library - from wich Connector/J was derived -
used a class name org.gjt.mm.mysql.Driver, which is what some other people
who've replied to you are referring to.)

>
>  
>
>  
>
> 4) Getting the following error:
> org.apache.cocoon.ProcessingException: Exception in
> ServerPagesGenerator.generate(): java.lang.RuntimeException: Could not
> get the datasource java.sql.SQLException: No suitable driver
>
> When I try to pull up the ESQL sample

Have you changed the ESQL sample to use YOUR pool, which, from the above,
you've called "mypool" ?
You'll also need to have populated your mysql database, which, from the
above, you've called cocoon ...

>
> Any help would be appreciated.
>

I've tried. Hope it works!

Christopher Watson

>
>
> -
> Please check that your question  has not already been answered in the
> FAQ before posting. 
>
> To unsubscribe, e-mail: <[EMAIL PROTECTED]>
> For additional commands, e-mail:   <[EMAIL PROTECTED]>
>
>


-
Please check that your question  has not already been answered in the
FAQ before posting. 

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>




RE: simple connection to MySQL

2002-09-07 Thread Christopher Watson

Vaskin

I'm guessing (from the class name in your web.xml) you've just downloaded
the new Connector/J from www.mysql.com ??
In which case ...

See my annotations below

> -Original Message-
> From: Vaskin Kissoyan [mailto:[EMAIL PROTECTED]]
> Sent: 06 September 2002 16:22
> To: [EMAIL PROTECTED]
> Subject: simple connection to MySQL
>
>
> I've tried to follow the how-to's and tutorials on the net and in the
> docs. Someone plase let me know what step I'm missing:
>
> 0)
> * Built 2.0.3 with all the samples and libs, installed war file under
> Tomcat 4.04, under JDK 1.4
> * Built same tables with given sql file in mysql on a default install of
> 3.23.51 on same machine (localhost), database is cocoon
>
>
> 1) Dropped the zip file into appropriate place:
> * tried both as zip and renamed to jar
> * tried in server\lib and also cocoon\WEB-INF\lib

The file you need to take out of the zip and put in cocoon\WEB-INF\lib is
mysql-connector-java-2.0.14-bin.jar

>
> 2) Added the following to cocoon.xconf inside  under the
> default built in element 
>  
>   
>   jdbc:mysql://localhost/cocoon
>   root
>   
>  
>

Try   jdbc:mysql://localhost:3306/cocoon
where cocoon is whatever you've called your mysql database
3306 is the port number used by mysql, and I don't think the driver defaults
to use 3306 - you have to tell it

> 4) Added the load-class in cocoon's web.xml as follows
>  
>load-class
>
>  
>
>  
>  org.hsqldb.jdbcDriver
>   com.mysql.jdbc.Driver

That's right for the new Connector/J

(The old Mark Matthews JDBC library - from wich Connector/J was derived -
used a class name org.gjt.mm.mysql.Driver, which is what some other people
who've replied to you are referring to.)

>
>  
>
>  
>
> 4) Getting the following error:
> org.apache.cocoon.ProcessingException: Exception in
> ServerPagesGenerator.generate(): java.lang.RuntimeException: Could not
> get the datasource java.sql.SQLException: No suitable driver
>
> When I try to pull up the ESQL sample

Have you changed the ESQL sample to use YOUR pool, which, from the above,
you've called "mypool" ?
You'll also need to have populated your mysql database, which, from the
above, you've called cocoon ...

>
> Any help would be appreciated.
>

I've tried. Hope it works!

Christopher Watson

>
>
> -
> Please check that your question  has not already been answered in the
> FAQ before posting. 
>
> To unsubscribe, e-mail: <[EMAIL PROTECTED]>
> For additional commands, e-mail:   <[EMAIL PROTECTED]>
>
>


-
Please check that your question  has not already been answered in the
FAQ before posting. 

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>




Re: simple connection to MySQL

2002-09-07 Thread Sheraz Khan

hey dude

u need to place the mysql driver called "mm.mysql-2.0.11-bin.jar" which  
has to then be placed in your applications "WEB-INF/lib/" dir.


Then U have to declare your RDBMS datasource, which u have done, and  
matches with mine..
but i have also added a password.

then...

You need to declare your JDBC driver, for the RDBMS.

this is done in the Load-class  section of the deployment  
discriptor web.xml file
o yeh not that the driver name is not the same as the driver file  
name!

type the following


load-class

org.gjt.mm.mysql.Driver 



hope this helps

got more info at my web site

http://cocoon.sherazkhan.com

take care





On Friday, September 6, 2002, at 06:18 PM, Alan Hodgkinson wrote:

>
> Dear Vaskin
>
>> I've tried to follow the how-to's and tutorials on the net and in the
>> docs.
>
> Yup.. I tried that to and basically, everything went wrong!
>
>> Someone plase let me know what step I'm missing:
>
> There are a few things to check:
>
>> 0)
>> * Built 2.0.3 with all the samples and libs, installed war file under
>> Tomcat 4.04, under JDK 1.4
>> * Built same tables with given sql file in mysql on a default install  
>> of
>> 3.23.51 on same machine (localhost), database is cocoon
>
> Sounds ok.
>
>> 1) Dropped the zip file into appropriate place:
>> * tried both as zip and renamed to jar
>> * tried in server\lib and also cocoon\WEB-INF\lib
>
> Zip of the mysql driver.. sounds suspicious. See check step below.
>
>> 2) Added the following to cocoon.xconf inside  under the
>> default built in element 
>>  
>>   
>>   jdbc:mysql://localhost/cocoon
>>   root
>>   
>>  
>
> You dburl looks suspicious. Mine looked like:
>
>jdbc:mysql://localhost:3306/mydb
>
> Where 3306 is mysql's server port number and 'mydb' is the database
> name.
>
> See below for how to check it.
>
>> 4) Added the load-class in cocoon's web.xml as follows
>>  
>>load-class
>>
>>  
>>
>>  
>>  org.hsqldb.jdbcDriver
>> com.mysql.jdbc.Driver
>>
>>  
>>
>>  
>
> Check the logs to see if the driver even got loaded. The driver
> class name looks suspicious. Mine was:
>
>   org.gjt.mm.mysql.Driver
>
> Look in the logs for 'Could not force-load class' (or just 'mysql').
>
> Did you install the driver jar file in WEB-INF/lib?
>
> I got my driver from:
>
>
> http://prdownloads.sourceforge.net/mmmysql/mm.mysql-2.0.14-you-must- 
> unjar-me.jar
>
> Unjar the file and follow the instructions.
>
>> 4) Getting the following error:
>> org.apache.cocoon.ProcessingException: Exception in
>> ServerPagesGenerator.generate(): java.lang.RuntimeException: Could not
>> get the datasource java.sql.SQLException: No suitable driver
>
> Try to access the database using your dburl and the hsqldb Java GUI.
>
> Try this:
>
>   cd $TOMCATA_HOME/webapps/cocoon
>   java -cp WEB-INF/lib/hsqldb-1.61.jar org.hsqldb.util.DatabaseManager
>
> This starts a GUI based DB management application.
>
> Set the driver type to "HSQL Database Engine Server"
>
> Then set the following:
>
>   Driver:   org.gjt.mm.mysql.Driver
>   URL:  jdbc:mysql://localhost:3306/personnel (or whatever)
>   User: myuser
>   Password: mypassword
>
> If this lets you in, then your URL, user name and password is probably
> ok, and you have to start looking in the cocoon logs.
>
> If this doesn't work then don't waste time with the Coocoon config  
> until
> you can get this step to work. BTW: this is a handy app for looking at
> your DB.
>
> You may also have permissions problems. See: The MySQL documentation:
> Section: '4.2.10 Causes of Access denied Errors'. Basically you may  
> have
> to grant permissions on your database.
>
>> Any help would be appreciated.
>
> Good luck,
>
> Alan Hodgkinson.
>
> -
> Please check that your question  has not already been answered in the
> FAQ before posting. 
>
> To unsubscribe, e-mail: <[EMAIL PROTECTED]>
> For additional commands, e-mail:   <[EMAIL PROTECTED]>
>
>


-
Please check that your question  has not already been answered in the
FAQ before posting. 

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>




Xindice inside Xsp

2002-09-07 Thread fxp



Hi, 
I've been looking everywhere for an exemple of code 
to call a document from inside an xsp. 
 
A lot of tutorials say how to config the sitemap, 
but the only thing I've found on xsp xmldb was about exist (and a bit old I 
think).
 
Can someone give me an example?
Thanks a lot