Jump to content

XML syntax: Using Ampersands in "arg"


Recommended Posts

I'm trying to generate a URL based on a query that I give to Alfred. I set up the XML the following way. It looks like the "arg" attribute doesn't like the ampersands in the URL. If I remove the ampersands it seems to work correctly and passes it to the next step in the workflow.

 

<?xml version="1.0"?>

<items>



  </item>

</items>

 

Is there a way I can work around this?

 

I'm trying to generate a Google street view URL based on a street address that I enter. I have a perl script that queries the Google Maps server to get the latitude and longitude for and address and generate the URL. I want to pass this URL to Google Chrome.
Link to comment

Yes this would be better. Can I get the workflow to send the output from "Run script" to "Open URL". When I add "Run script", it's in the same "column" as "Open URL" so I can't connect the two.

 

At the end of your Run Script, just use the open command (or similar) to open the URL instead of passing it into a separate Open URL action.

Link to comment
  • 2 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...