How to write a path file in XML? -


how can write directory path or file path xml file?
url works so:

<new>   <id>8b269f29-69a1-4551-8d72-4602df4e2c7e</id>   <title>industry rallies against ariz. rental car tax</title>   <sourceurl>http://www.autorentalnews.com/t_inside.cfm?action=news_pick&amp storyid=36229</sourceurl>** 

but how directory (for example: h: //)?
also: <source>h:/test/testfile.csv</source>

xml places no constraints on file paths; particular application uses xml specify format, possibly via xsd.

having said that, applications element named sourceurl use url format. local files such h:/test/testfile.csv, format be:

file:///h:/test/testfile.csv 

Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

.htaccess - ERR_TOO_MANY_REDIRECTS htaccess -