Amazon KDP creator doesn't recognise table of contents from Google document [closed] - amazon

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed yesterday.
Improve this question
I'm trying to follow this advice here on how to format your TOC using a bookmark:
https://www.kdpcommunity.com/s/question/0D5f400000FHVFhCAP/google-docs-and-toc?language=en_US
But none of it works., My KDP pages still shows:

I do not believe the advice in that thread is accurate. If it is, I have been unable to replicate it. I have tried the following, none of which have worked:
Added Headings to the document and then auto-generating the ToC.
Additionally Bookmarking those headings
Changing the auto-generated ToC so it links to the Bookmarks rather than the headings.
Not using the auto-generated ToC and instead manually building one with links to Bookmarks
All of these will create a working table of contents which is not then recognised by KDP. I have not found any solution for getting a table of content generated in Google Docs (by any method) to show when upload to KDP. I assume this is because of the way Google Docs generates the Word doc which is required for KDP. The only workable solution appears to be to edit your document through a third party (either Word or some other package) once you've exported it from Google Docs.

I suspect there's a glitch in Amazon's programming. I have been uploading my books for years in Word with a manually created TOC that meets Smashwords' specifications (they're very picky). KDP always recognized the TOC until about a year ago. Suddenly even books that I've updated in a minor way and re-uploaded are marked as lacking a TOC. Yet when I opened their previewer, there's the TOC and I can click the links and they work fine. I appreciate that others have tried these multiple time-wasting attempts to fix the problem and that they don't work any better than my time-tasted (but no longer recognized) method.

Related

Update of requirement links on Azure DevOps [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed last month.
Improve this question
Is it possible somehow to update all requirement links from (Successor/Predecessor) type to (Affected by/Affects) type automatically on project.
I didn't find any possible solution for it.
There isn't a built-in solution to do that automatically. However, you can try to write a script to call the Work Items - Update REST API to remove the Successor/Predecessor type links from a specify work item (requirement in your scenario), and then add the same links as the new type (Affected by/Affects).
Reference Remove a link sample to remove the Successor/Predecessor type links.
Reference Add a link sample to add the links as the new type Affected by/Affects.
Once you done that for a specify work item, then you call another REST API (Reporting Work Item Links - Get) to get all Requirement work items from the project, then change the type in a loop.

Fetch data from ID that keeps on changing at runtime having multiple <g> inside [closed]

Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 2 months ago.
Improve this question
I am looking for a solution to fetch data from a tag which is having id as a unique attr and that keeps on changing at run time
Here is the image of the tag I want to fetch the value from this keeps on changing and the tag has no other attributes to use in Cypress.
I tried xpaths and cy.get() but none is helping.
...
..
If the element is part of a chart, there is little point in searching for the data-unique-id attribute, there are probably lots of the same element on the page.
One approach is to use traversal commands to work down from the chart root element - can be tricky to work out, but will be reliable.
There's some example tests here bahmutov/chart-testing-example
Another approach is to make your data available to the test by putting it into a property of the window (called App Actions). This saves you having to "screen-scrape" the elements.
If the structure of the id is consistent, you can use a regex with cy.get(). In this case, I'm assuming the id is always something like chart_XXXX_X.
// including a g tag
cy.get(/g\[data-unique-id="chart_\d{4}_\d"\]/)
// not including a g tag
cy.get(/\[data-unique-id="chart_\d{4}_\d"\]/)

Anchor Text issue in ebay listing template [closed]

Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 3 years ago.
Improve this question
This may be simple question. But i did quite a bit research on Google, Stack-overflow & ebay for last 2 days before posting here.
Scenario
My company sells items via ebay. I am working on a new listing template (HTML page which describes about selling item).
Please see http://www.ebay.com.au/itm/4x-SAMSUNG-CLP-680DW-680DN-CLP680-CLT-506S-CLT506-506-CLTK-506-TONER-REFILLS-/380697552903
In the listing, blue color portion is the template created by me.
Problem
I have 5 Anchor links (PAYMENTS, POSTAGE & HANDLING, OUR LISTINGS, WARRANTY & RETURNS, CONTACT US) on top of the template, which takes customers quickly to corresponding sections on the listing.
Actually listing template itself is a html file, which we used to modify as per product spec and upload together with ebay listing. All works fine on me local PC.
Once uploaded in to ebay, Ebay amends with some wired URL and navigation doesn't work at all. In ebay, once i hoover over the link, it shows following link,
example for PAYMENT,
http://vi.raptor.ebaydesc.com.au/ws/eBayISAPI.dll?ViewItemDescV4&item=380697552903&t=1376555146000&tid=-1&category=16204&seller=tonerstop&excSoj=1&rptdesc=1&excTrk=1&lsite=15#pay
I can see # tag is appended correctly. But somehow its not functioning as expected.
Interesting Finding
Adding more complexity, this issue apparently not consistent too. Sometimes it works as well. In some situation it forms a complete different link and works. See example below.
example for PAYMENT,
http://www.ebay.com.au/itm/4x-SAMSUNG-CLP-680DW-680DN-CLP680-CLT-506S-CLT506-506-CLTK-506-TONER-REFILLS-/380697552903?#pay
But once you refresh the browser, it stops working again.
Tried Solutions
1.Rename anchor text assuming there may be other anchor text with same name. Didn't work.
2.Tried java script. But its not supported by ebay listing.
3.Looking for slimier template on ebay to see if those working. (Still looking)
Questions
Why its happening intermittently?
Is there any special ebay requirement for anchor texts?
Am i missing (of course) any thing here?
More Info
Issue still exists. Did check with 20+ different vendor's listing.
Had a long chat/email communication with ebay. But couldn't get passed to a developer other than customer support team.
So no choice for me other than to remove all the anchor menus.
I got the same problem and solved it by using another method:
onclick="document.getElementById('XXXXX').scrollIntoView(true); return false;" href="#XXX
etc. like a normal anchor.
Bye!

Where to find Office 2007/2010/2013 Open XML Schemas [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
The community reviewed whether to reopen this question 2 months ago and left it closed:
Original close reason(s) were not resolved
Improve this question
I am looking to pull together all of the XML schemas that Office 2007/2010/2013 documents abide by. I have found a number from the ISO/IEC 29500:2012 spec and ECMA-376 spec. I have also located a few on w3.org (e.g. xmldsig#). But I have been unable to find the majority of them (e.g. the schemas for http://schemas.openxmlformats.org/spreadsheetml/2006/main).
Searching on microsoft.com only yields pages like this that seem to have this content. However, most of these schemas do <xs:imports>s to files that I can't find.
Has anyone else had any luck finding these files?
Note: I've left my original content below; feel free to remove it if that is the preferred way to post answers.
Initially I could not find a clear source for the namespace
http://schemas.openxmlformats.org/spreadsheetml/2006/main.
I found that http://purl.oclc.org/ooxml/spreadsheetml/main is used in the ISO/IEC 29500-1 and ECMA-376 documents.
When I was looking through the files in zip 'ECMA-376, Fourth Edition, Part 1 - Fundamentals And Markup Language Reference.zip' I noticed there are two sets of XML schema files:
OfficeOpenXML-XMLSchema-Strict (In Part 1)
OfficeOpenXML-XMLSchema-Transitional (In Part 4)
I found that the Strict schema uses the purl.oclc.org namespace while the transitional schema uses the schemas.openxmlformats.org. Both sets contain the sml.xsd file (Defines SpreadsheetML) but with some differences. It seems that the different version of MS Office support different verisons of the standards (found on http://en.wikipedia.org/wiki/Office_Open_XML).
Original answer:
It appears that the comment by JasonPlutext is correct. I downloaded the file 'ECMA-376, Fourth Edition, Part 1 - Fundamentals And Markup Language Reference.zip' from the ECMA site which contains the file 'OfficeOpenXML-XMLSchema-Strict.zip' which then contains the file 'sml.xsd'.
I searched for the namespace you're looking for and found this website that appears to be an online version of the schema using the same namespace. I checked a few elements and they all appear in the sml.xsd file.
What is odd is that that none of the files in the downloaded schemas contain the schemas.openxmlformats.org namespace they all contain namespaces like this one
http://purl.oclc.org/ooxml/spreadsheetml/main
you can navigate to this URL in a browser and it references the ISO standard ISO/IEC 29500-1. I'd say they refer to the same thing but the purl version is less specific compared to the schemas.openxmlformats.org version.
If anyone else is looking for this, here is where you will find a full list of the Office Open XML schema:
https://msdn.microsoft.com/en-us/library/dd979921(v=office.12).aspx

How to move document library sharepoint 2007 [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
We have one client requirement to move document library from one subsite to another.
While moving we should move all documents along with all the custom columns with its values as it is.
All the column value must remain same eg column name Modified By should contain same name after moving also.
in short like cut-paste
How we can do this?
Thanks,
Rushikesh
Try Sharepoint Content Deployment Wizard.
Use Data Synchronisation Studio http://www.simego.com/Products/Data-Synchronisation-Studio
You will need to use the extra add-in to keep the modified dates the same
There's a tool that allows you to copy all the properties from one list to another. It's called Sharegate (www.share-gate.com). There's a free trial that only limits the number of items that you can copy. The full version of the software is sold at 375$ which is a no brainer for most of the company. Hopefully, this will help you!
definitely saving as a template and check the box to save all content, then going to the new site and upload the template## I hard somewhere that could be done in explorer view but...never tried this approach...
You can save the list as a template and check the box to 'include content'. Then just copy over the template and create a new doc. lib. using it. It will have all of the documents as well as the same columns, values for those columns, etc.

Resources