Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UTF-8 Encoding issue when creating xml file #47

Open
josuebrunel opened this issue Apr 9, 2015 · 1 comment
Open

UTF-8 Encoding issue when creating xml file #47

josuebrunel opened this issue Apr 9, 2015 · 1 comment
Assignees
Milestone

Comments

@josuebrunel
Copy link
Owner

<?xml version="1.0" encoding="utf-8"?>
<table https="false" securityLevel="any" xmlns="http://query.yahooapis.com/v1/schema/table.xsd">
        <meta>
                <author>Josue Kouka</author>
                <apiKeyURL>http://josuebrunel.org/api</apiKeyURL>
                <documentationURL>http://josuebrunel.org/doc.html</documentationURL>
                <description/>
                <sampleQuery>SELECT * FROM mytable</sampleQuery>
                <sampleQuery>SELECT name FROM mytable WHERE id=345</sampleQuery>
                <sampleQuery>SELECT * FROM mytable WHERE name=&quot;toto&quot;</sampleQuery>
        </meta>
        <bindings>
                <select itemPath="products.product" pollingFrequencySeconds="30" produces="xml">
                        <urls>
                                <url>http://lol.com/services?artist=$</url>
                                <url>http://lol.com/services/song=$</url>
                        </urls>
                        <inputs>
                                <key id="song" paramType="path" required="true" type="xs:string"/>
                                <key id="artist" paramType="path" required="false" type="xs:string"/>
                        </inputs>
                        <paging model="page">
                                <start default="1" id="ItemPage"/>
                                <total default="10"/>                                                                                 
                                <pageSize id="Count" max="25"/>                                                                       
                        </paging>                                                                                                     
                </select>                                                                                                             
        </bindings>                                                                                                                   
</table>                   
@josuebrunel josuebrunel added the bug label Apr 9, 2015
@josuebrunel josuebrunel self-assigned this Apr 9, 2015
@josuebrunel josuebrunel added this to the 1.2 milestone Apr 9, 2015
@josuebrunel
Copy link
Owner Author

Just avoid using _"_ instead of _'_ 😄

@josuebrunel josuebrunel modified the milestones: 1.2.1, 1.2 May 4, 2015
josuebrunel added a commit that referenced this issue May 6, 2015
@josuebrunel josuebrunel modified the milestones: 1.2.1, 1.2.2 May 9, 2015
@josuebrunel josuebrunel modified the milestones: 1.2.3, 1.2.2 Jun 1, 2015
@josuebrunel josuebrunel modified the milestones: 1.2.3, 1.2.4 Jun 9, 2015
@josuebrunel josuebrunel modified the milestones: 1.2.4, 1.2.5 Jul 31, 2015
@josuebrunel josuebrunel modified the milestones: 1.2.5, 1.2.6 Aug 22, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant