Thank you Holger for the steer in the right direction, I managed to get it to work by escaping the # with %23.
On another note would it be possibe for you to give a quick outline of what is changing for 3.4, the prospective release date and whether or not the mapping of uispin elements will include Flex Components. Regards John On Jul 29, 11:54 pm, Holger Knublauch <[email protected]> wrote: > Hi John, > > this area has been changed quite a bit since the 3.3.x series, and the new > UISPIN servlet will take different parameters in 3.4. But could it simply be > the case that you need to escape the # character in the URL? > > Holger > > On Jul 30, 2010, at 3:50 AM, John Perdoni wrote: > > > > > Hi > > > I have sparqlmotion script that succesfully exports rdf in xml format > > which I use to populate a drop down box in flex It produces the > > following result (less namespaces and doctype) > > > - <coreModel:PublishedBook rdf:about="http://cortext.net/ > > britishStandard/coreModel#PublishedBook_BS_7671_2008"> > > <dc:title rdf:datatype="http://www.w3.org/2001/ > > XMLSchema#string">BS7671:2008 Requirements for Electrical > > Installations</dc:title> > > </coreModel:PublishedBook> > > - <coreModel:PublishedBook rdf:about="http://cortext.net/ > > britishStandard/coreModel#PublishedBook_IEE_GBR"> > > <dc:title rdf:datatype="http://www.w3.org/2001/ > > XMLSchema#string">Guide to the Building Regulations BS7671:2008</ > > dc:title> > > </coreModel:PublishedBook> > > </rdf:RDF> > > > As you can see he uris of the instances are listed. Now i want to > > eventually extract then pump these uri back into the app to receive > > the uispin representation of the said instance. > > > My question is this.... when i use the following in a browser, > > >http://localhost:8083/tbl/uispin?app=cortext&resource=http://cortext...., > > UIspin gives me back the representation of the namespace ie coreModel > > > but when I use > > >http://localhost:8083/tbl/uispin?app=cortext&resource=coreModel:Publi... > > all is fine. > > > I know this is a namespace or prefix issue but I just cannot work out > > the reason why. Much obliged for any pointers > > > Regards > > > John > > > -- > > You received this message because you are subscribed to the Google > > Group "TopBraid Suite Users", the topics of which include TopBraid Composer, > > TopBraid Live, TopBraid Ensemble, SPARQLMotion and SPIN. > > To post to this group, send email to > > [email protected] > > To unsubscribe from this group, send email to > > [email protected] > > For more options, visit this group at > >http://groups.google.com/group/topbraid-users?hl=en- Hide quoted text - > > - Show quoted text - -- You received this message because you are subscribed to the Google Group "TopBraid Suite Users", the topics of which include TopBraid Composer, TopBraid Live, TopBraid Ensemble, SPARQLMotion and SPIN. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/topbraid-users?hl=en
