I should stop and think for a min before posting
i used this
Private Sub URL_AfterUpdate()
If Len(URL.Text) > 0 Then
URL.Value = URL.Text & "#G:\Path\" & URL.Text & ".pdf"
End If
End Sub
The reason it was breaking was i was trying to set the Text value and not the...
I have it, sorry, i can see now.
Have you got any suggestions how to deal with this replacement i have to make then in code.
Users will Type T12345
I will replace with something like
T12345#G:/Path/T12345.pdf
but shall i capture this in the after update event, or before update. im getting a...
I have looked at what you suggested, and i have seen how to get the Display Text out once its set, but dont know how to set it without having to right click and edit the hyperlink
Please Help
I have a hyperlink column in a table
I would like to be able to enter a code in to the field, ex. T12345
and then when the hyperlink is clicked, it navigate to G:/Path/T12345.pdf
Now, i dont want to see G:/Path/T12345.pdf in the column.
I know that i can change the Display Text of the...
I tried relative paths, but this only comes up and says, it couldnt find the file i wanted in C:/Windows.....Transforms/Amazon.xslt.
Its trying to map to the file system. god knows why.
Any more ideas, i think i am meant to use some sort of authentication with the transform method. but i dont...
Hi,
I have a c# asp.net solution.
Im trying to xml from a string, xsl from a file, and transform them and get the output.
My website is running under windows intergrated security.
This is where im falling down.
XslTransform xsl = new XslTransform()...
Right so here is as far as i have got.
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:amazon="http://webservices.amazon.com/AWSECommerceService/2005-01-19"...
Hi,
I would like to Move one element down a level, and removing it from its original location, and making another copy further down.
Heres what i have
XML
<ItemSearchResponse xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<OperationRequest...
that was great.
How do you know what to search for to find the answers on all these xsl questions.
Its all so foreign to me.
Thank you so much for the help.
At last i can get on with my work
That was the answer i was looking for.
but i have one more question about it that i dont really understand.
because i have defined it in the stylesheet as
xmlns:amazon="http....."
i now get on those elements that i changed
<LargeHeight xmlns:amazon="http...."
but in the xml its just...
Right i tried the first option and it worked a treat, if i took a xmlns attribute out.
heres what i have
<ItemSearchResponse xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Items...
no, i need all of the rest of the document exactly the same. and just those nodes renamed.
so what do you collectively think is the best way to go about this
I have a document from Amazon wich is massive and has the same names for elements under different branches of the tree.
ie
<item>
<smallimage>
<height units=""></height>
</smallimage>
<largeimage>
<height units=""></height>
</largeImage>
.net cannot deal with this in a dataset as it needs...
I have an input xml specification and an output specification.
they both are basically the same but i split a couple of fields on the way.
and i use the Mapper to do this.
my specifications all work well and validate as they should
my xml is as follows
root
GoodsIN
somedata...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.